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="CSP" nsURI="CSP" nsPrefix="CSP"> <eClassifiers xsi:type="ecore:EClass" name="CSPScript"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataType" upperBound="-1" eType="#//Datatype" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="set" upperBound="-1" eType="#//SET" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="channel" upperBound="-1" eType="#//Channel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="process" upperBound="-1" eType="#//ProcessAssignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assertion" upperBound="-1" eType="#//Assertion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assertion"/> <eClassifiers xsi:type="ecore:EClass" name="DeadlockFreedom" eSuperTypes="#//Assertion"> <eStructuralFeatures xsi:type="ecore:EReference" name="toCheck" upperBound="-1" eType="#//ProcessExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Refinement" eSuperTypes="#//Assertion"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhp" lowerBound="1" eType="#//ProcessExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhp" lowerBound="1" eType="#//ProcessExpression"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//RefinementType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RefinementType"> <eLiterals name="traces"/> <eLiterals name="failures" value="1"/> <eLiterals name="failures_divergences" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Channel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterList" lowerBound="1" eType="#//ChannelParameterList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelParameterList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firstItem" eType="#//ChannelParameterListItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="item" upperBound="-1" eType="#//ChannelParameterListItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelParameterListItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="preceeds" eType="#//ChannelParameterListItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//SET"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessAssignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="processID" lowerBound="1" eType="#//ProcessID"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processExpression" lowerBound="1" eType="#//ProcessExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comment" upperBound="-1" eType="#//Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessID" eSuperTypes="#//ProcessExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterList" lowerBound="1" eType="#//ProcessParameterList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessParameterList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="item" upperBound="-1" eType="#//ProcessParameterListItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firstItem" eType="#//ProcessParameterListItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessParameterListItem" eSuperTypes="#//TypedItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="preceeds" eType="#//ProcessParameterListItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="hides" eType="#//SET"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comment" upperBound="-1" eType="#//Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="#//CommentPosition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CommentPosition"> <eLiterals name="above"/> <eLiterals name="eol" value="1"/> <eLiterals name="below" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Skip" eSuperTypes="#//ProcessExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//ProcessExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryOp" eSuperTypes="#//ProcessExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binOpName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//ProcessExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//ProcessExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexedProcess" eSuperTypes="#//ProcessExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="indexedOver" lowerBound="1" upperBound="-1" eType="#//SET"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childProcess" eType="#//ProcessExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indexedBy" lowerBound="1" upperBound="-1" eType="#//TypedItem"/> <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="Choice" eSuperTypes="#//BinaryOp #//IndexedProcess #//MultipleOp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBinary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalChoice" eSuperTypes="#//Choice"/> <eClassifiers xsi:type="ecore:EClass" name="InternalChoice" eSuperTypes="#//Choice"/> <eClassifiers xsi:type="ecore:EClass" name="ConcurrentProcess" eSuperTypes="#//IndexedProcess #//BinaryOp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBinary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parallel" eSuperTypes="#//ConcurrentProcess"/> <eClassifiers xsi:type="ecore:EClass" name="AlphabetisedParallel" eSuperTypes="#//Parallel"> <eStructuralFeatures xsi:type="ecore:EReference" name="alphaLhs" lowerBound="1" eType="#//SET"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alphaRhs" lowerBound="1" eType="#//SET"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntefaceParallel" eSuperTypes="#//Parallel"> <eStructuralFeatures xsi:type="ecore:EReference" name="alpha" lowerBound="1" eType="#//SET"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interleave" eSuperTypes="#//ConcurrentProcess"/> <eClassifiers xsi:type="ecore:EClass" name="SequentialComposition" eSuperTypes="#//BinaryOp"/> <eClassifiers xsi:type="ecore:EClass" name="Interrupt" eSuperTypes="#//BinaryOp"/> <eClassifiers xsi:type="ecore:EClass" name="SET"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="item" upperBound="-1" eType="#//SETElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" upperBound="-1" eType="#//Predicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SETElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" eType="#//TypedItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="completionRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Predicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="predicate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IF" eSuperTypes="#//ProcessExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="trueProc" lowerBound="1" eType="#//ProcessExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="falseProc" lowerBound="1" eType="#//ProcessExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Predicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventParameter" eSuperTypes="#//TypedItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterType" eType="#//ChannelParameterType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChannelParameterType"> <eLiterals name="input"/> <eLiterals name="output" value="1"/> <eLiterals name="dot" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Prefix" eSuperTypes="#//ProcessExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="nextProcess" lowerBound="1" eType="#//ProcessExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//Event" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel" lowerBound="1" eType="#//Channel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventParameters" upperBound="-1" eType="#//EventParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteEvent" eSuperTypes="#//Event"/> <eClassifiers xsi:type="ecore:EClass" name="DerivedEvent" eSuperTypes="#//Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="derivedFrom" lowerBound="1" eType="#//Predicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalisedProcess" eSuperTypes="#//ProcessExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="firstProcess" lowerBound="1" eType="#//ProcessAssignment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="process" lowerBound="1" upperBound="-1" eType="#//ProcessAssignment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedItem"> <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="Type"> <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="Bool" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Int" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Datatype" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="itemList" lowerBound="1" eType="#//DatatypeItemList"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeItem" eSuperTypes="#//TypedItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="preceeds" eType="#//DatatypeItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterList" eType="#//DataTypeItemParameterList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeItemList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//DatatypeItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firstItem" lowerBound="1" eType="#//DatatypeItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataTypeItemParameterList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//DataTypeItemParameterListItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataTypeItemParameterListItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultipleOp" eSuperTypes="#//ProcessExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiOpName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="2" upperBound="-1" eType="#//ProcessExpression"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/CSP-B/OnTrack/Bjoerner_Generator/models/CSP.ecore
ecore
CSP CSPScript dataType set channel process assertion Assertion DeadlockFreedom toCheck Refinement lhp rhp type RefinementType traces traces failures failures failures_divergences failures_divergences Channel name parameterList ChannelParameterList size firstItem item ChannelParameterListItem preceeds type set ProcessAssignment processID processExpression comment ProcessID name parameterList ProcessParameterList size item firstItem ProcessParameterListItem preceeds ProcessExpression hides comment Comment multiline comment position CommentPosition above above eol eol below below Skip Stop BinaryOp binOpName lhs rhs IndexedProcess indexedOver childProcess indexedBy name Choice isBinary ExternalChoice InternalChoice ConcurrentProcess isBinary Parallel AlphabetisedParallel alphaLhs alphaRhs IntefaceParallel alpha Interleave SequentialComposition Interrupt SET name item condition SETElement item event completionRequired Predicate predicate IF trueProc falseProc condition EventParameter parameterType index ChannelParameterType input input output output dot dot Prefix nextProcess event Event eventChannel eventParameters ConcreteEvent DerivedEvent name derivedFrom LocalisedProcess firstProcess process TypedItem name type Type typeName Bool Int Datatype itemList DatatypeItem preceeds parameterList DatatypeItemList size items firstItem DataTypeItemParameterList size items DataTypeItemParameterListItem type MultipleOp multiOpName expressions
null
{"directed":true,"nodes":[{"nsPrefix":"CSP","nsURI":"CSP","name":"CSP","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSPScript","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeadlockFreedom","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refinement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RefinementType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Channel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelParameterList","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelParameterListItem","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessAssignment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessID","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessParameterList","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessParameterListItem","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CommentPosition","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skip","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexedProcess","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalChoice","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalChoice","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcurrentProcess","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parallel","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlphabetisedParallel","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntefaceParallel","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interleave","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequentialComposition","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interrupt","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":"SETElement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IF","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventParameter","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChannelParameterType","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prefix","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteEvent","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedEvent","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalisedProcess","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedItem","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bool","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datatype","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeItem","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeItemList","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTypeItemParameterList","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTypeItemParameterListItem","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleOp","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","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":"channel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assertion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toCheck","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lhp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rhp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"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":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"name":"traces","id":71,"value":0,"literal":"traces","eClass":"EEnumLiteral"},{"name":"failures","id":72,"value":1,"literal":"failures","eClass":"EEnumLiteral"},{"name":"failures_divergences","id":73,"value":2,"literal":"failures_divergences","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":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":"parameterList","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":"size","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"firstItem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preceeds","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processID","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"comment","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","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":"item","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"firstItem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preceeds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hides","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":"comment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiline","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"name":"above","id":120,"value":0,"literal":"above","eClass":"EEnumLiteral"},{"name":"eol","id":121,"value":1,"literal":"eol","eClass":"EEnumLiteral"},{"name":"below","id":122,"value":2,"literal":"below","eClass":"EEnumLiteral"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"binOpName","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"indexedOver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"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":"indexedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"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":"isBinary","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBinary","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alphaLhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alphaRhs","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"alpha","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"item","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":"event","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":null,"unsettable":false,"transient":false,"unique":true,"name":"completionRequired","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"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":"predicate","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trueProc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"falseProc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"name":"input","id":190,"value":0,"literal":"input","eClass":"EEnumLiteral"},{"name":"output","id":191,"value":1,"literal":"output","eClass":"EEnumLiteral"},{"name":"dot","id":192,"value":2,"literal":"dot","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":"nextProcess","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":"event","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventChannel","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":true,"unsettable":false,"transient":false,"unique":true,"name":"eventParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivedFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"firstProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"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":"process","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preceeds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","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":false,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"firstItem","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"size","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"multiOpName","changeable":true,"lowerBound":0,"iD":false,"id":241,"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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":2,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":51,"target":45},{"source":51,"target":56},{"source":51,"target":1},{"source":56,"target":45},{"source":52,"target":30},{"source":52,"target":57},{"source":52,"target":1},{"source":57,"target":30},{"source":53,"target":6},{"source":53,"target":58},{"source":53,"target":1},{"source":58,"target":6},{"source":54,"target":9},{"source":54,"target":59},{"source":54,"target":1},{"source":59,"target":9},{"source":55,"target":2},{"source":55,"target":60},{"source":55,"target":1},{"source":60,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":61},{"source":3,"target":62},{"source":61,"target":13},{"source":61,"target":63},{"source":61,"target":3},{"source":63,"target":13},{"source":62,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":64,"target":13},{"source":64,"target":68},{"source":64,"target":4},{"source":68,"target":13},{"source":65,"target":13},{"source":65,"target":69},{"source":65,"target":4},{"source":69,"target":13},{"source":66,"target":5},{"source":66,"target":70},{"source":66,"target":4},{"source":70,"target":5},{"source":67,"target":2},{"source":5,"target":0},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":71,"target":5},{"source":72,"target":5},{"source":73,"target":5},{"source":6,"target":0},{"source":6,"target":74},{"source":6,"target":75},{"source":74,"target":76},{"source":74,"target":6},{"source":75,"target":7},{"source":75,"target":77},{"source":75,"target":6},{"source":77,"target":7},{"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":8},{"source":79,"target":82},{"source":79,"target":7},{"source":82,"target":8},{"source":80,"target":8},{"source":80,"target":83},{"source":80,"target":7},{"source":83,"target":8},{"source":8,"target":0},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":84,"target":8},{"source":84,"target":87},{"source":84,"target":8},{"source":87,"target":8},{"source":85,"target":42},{"source":85,"target":88},{"source":85,"target":8},{"source":88,"target":42},{"source":86,"target":30},{"source":86,"target":89},{"source":86,"target":8},{"source":89,"target":30},{"source":9,"target":0},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":90,"target":10},{"source":90,"target":93},{"source":90,"target":9},{"source":93,"target":10},{"source":91,"target":13},{"source":91,"target":94},{"source":91,"target":9},{"source":94,"target":13},{"source":92,"target":14},{"source":92,"target":95},{"source":92,"target":9},{"source":95,"target":14},{"source":10,"target":0},{"source":10,"target":13},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":96,"target":99},{"source":96,"target":10},{"source":97,"target":11},{"source":97,"target":100},{"source":97,"target":10},{"source":100,"target":11},{"source":98,"target":13},{"source":11,"target":0},{"source":11,"target":101},{"source":11,"target":102},{"source":11,"target":103},{"source":101,"target":104},{"source":101,"target":11},{"source":102,"target":12},{"source":102,"target":105},{"source":102,"target":11},{"source":105,"target":12},{"source":103,"target":12},{"source":103,"target":106},{"source":103,"target":11},{"source":106,"target":12},{"source":12,"target":0},{"source":12,"target":41},{"source":12,"target":107},{"source":12,"target":108},{"source":107,"target":12},{"source":107,"target":109},{"source":107,"target":12},{"source":109,"target":12},{"source":108,"target":41},{"source":13,"target":0},{"source":13,"target":110},{"source":13,"target":111},{"source":110,"target":30},{"source":110,"target":112},{"source":110,"target":13},{"source":112,"target":30},{"source":111,"target":14},{"source":111,"target":113},{"source":111,"target":13},{"source":113,"target":14},{"source":14,"target":0},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":114,"target":117},{"source":114,"target":14},{"source":115,"target":118},{"source":115,"target":14},{"source":116,"target":15},{"source":116,"target":119},{"source":116,"target":14},{"source":119,"target":15},{"source":15,"target":0},{"source":15,"target":120},{"source":15,"target":121},{"source":15,"target":122},{"source":120,"target":15},{"source":121,"target":15},{"source":122,"target":15},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":123},{"source":123,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":124},{"source":124,"target":13},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":125},{"source":18,"target":126},{"source":18,"target":127},{"source":18,"target":128},{"source":125,"target":129},{"source":125,"target":18},{"source":126,"target":13},{"source":126,"target":130},{"source":126,"target":18},{"source":130,"target":13},{"source":127,"target":13},{"source":127,"target":131},{"source":127,"target":18},{"source":131,"target":13},{"source":128,"target":13},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":132},{"source":19,"target":133},{"source":19,"target":134},{"source":19,"target":135},{"source":19,"target":136},{"source":132,"target":30},{"source":132,"target":137},{"source":132,"target":19},{"source":137,"target":30},{"source":133,"target":13},{"source":133,"target":138},{"source":133,"target":19},{"source":138,"target":13},{"source":134,"target":41},{"source":134,"target":139},{"source":134,"target":19},{"source":139,"target":41},{"source":135,"target":140},{"source":135,"target":19},{"source":136,"target":13},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":19},{"source":20,"target":50},{"source":20,"target":141},{"source":20,"target":142},{"source":20,"target":143},{"source":20,"target":144},{"source":141,"target":145},{"source":141,"target":20},{"source":142,"target":18},{"source":143,"target":19},{"source":144,"target":50},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":146},{"source":146,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":147},{"source":147,"target":20},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":18},{"source":23,"target":148},{"source":23,"target":149},{"source":23,"target":150},{"source":148,"target":151},{"source":148,"target":23},{"source":149,"target":19},{"source":150,"target":18},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":152},{"source":152,"target":23},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":153},{"source":25,"target":154},{"source":25,"target":155},{"source":153,"target":30},{"source":153,"target":156},{"source":153,"target":25},{"source":156,"target":30},{"source":154,"target":30},{"source":154,"target":157},{"source":154,"target":25},{"source":157,"target":30},{"source":155,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":158},{"source":26,"target":159},{"source":158,"target":30},{"source":158,"target":160},{"source":158,"target":26},{"source":160,"target":30},{"source":159,"target":24},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":161},{"source":161,"target":23},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":162},{"source":162,"target":18},{"source":29,"target":0},{"source":29,"target":18},{"source":29,"target":163},{"source":163,"target":18},{"source":30,"target":0},{"source":30,"target":164},{"source":30,"target":165},{"source":30,"target":166},{"source":164,"target":167},{"source":164,"target":30},{"source":165,"target":31},{"source":165,"target":168},{"source":165,"target":30},{"source":168,"target":31},{"source":166,"target":32},{"source":166,"target":169},{"source":166,"target":30},{"source":169,"target":32},{"source":31,"target":0},{"source":31,"target":170},{"source":31,"target":171},{"source":31,"target":172},{"source":170,"target":41},{"source":170,"target":173},{"source":170,"target":31},{"source":173,"target":41},{"source":171,"target":37},{"source":171,"target":174},{"source":171,"target":31},{"source":174,"target":37},{"source":172,"target":175},{"source":172,"target":31},{"source":32,"target":0},{"source":32,"target":176},{"source":176,"target":177},{"source":176,"target":32},{"source":33,"target":0},{"source":33,"target":13},{"source":33,"target":178},{"source":33,"target":179},{"source":33,"target":180},{"source":33,"target":181},{"source":178,"target":13},{"source":178,"target":182},{"source":178,"target":33},{"source":182,"target":13},{"source":179,"target":13},{"source":179,"target":183},{"source":179,"target":33},{"source":183,"target":13},{"source":180,"target":32},{"source":180,"target":184},{"source":180,"target":33},{"source":184,"target":32},{"source":181,"target":13},{"source":34,"target":0},{"source":34,"target":41},{"source":34,"target":185},{"source":34,"target":186},{"source":34,"target":187},{"source":185,"target":35},{"source":185,"target":188},{"source":185,"target":34},{"source":188,"target":35},{"source":186,"target":189},{"source":186,"target":34},{"source":187,"target":41},{"source":35,"target":0},{"source":35,"target":190},{"source":35,"target":191},{"source":35,"target":192},{"source":190,"target":35},{"source":191,"target":35},{"source":192,"target":35},{"source":36,"target":0},{"source":36,"target":13},{"source":36,"target":193},{"source":36,"target":194},{"source":36,"target":195},{"source":193,"target":13},{"source":193,"target":196},{"source":193,"target":36},{"source":196,"target":13},{"source":194,"target":37},{"source":194,"target":197},{"source":194,"target":36},{"source":197,"target":37},{"source":195,"target":13},{"source":37,"target":0},{"source":37,"target":198},{"source":37,"target":199},{"source":198,"target":6},{"source":198,"target":200},{"source":198,"target":37},{"source":200,"target":6},{"source":199,"target":34},{"source":199,"target":201},{"source":199,"target":37},{"source":201,"target":34},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":202},{"source":202,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":203},{"source":39,"target":204},{"source":39,"target":205},{"source":203,"target":206},{"source":203,"target":39},{"source":204,"target":32},{"source":204,"target":207},{"source":204,"target":39},{"source":207,"target":32},{"source":205,"target":37},{"source":40,"target":0},{"source":40,"target":13},{"source":40,"target":208},{"source":40,"target":209},{"source":40,"target":210},{"source":208,"target":9},{"source":208,"target":211},{"source":208,"target":40},{"source":211,"target":9},{"source":209,"target":9},{"source":209,"target":212},{"source":209,"target":40},{"source":212,"target":9},{"source":210,"target":13},{"source":41,"target":0},{"source":41,"target":213},{"source":41,"target":214},{"source":213,"target":215},{"source":213,"target":41},{"source":214,"target":42},{"source":214,"target":216},{"source":214,"target":41},{"source":216,"target":42},{"source":42,"target":0},{"source":42,"target":217},{"source":217,"target":218},{"source":217,"target":42},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":219},{"source":219,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":220},{"source":220,"target":42},{"source":45,"target":0},{"source":45,"target":42},{"source":45,"target":221},{"source":45,"target":222},{"source":221,"target":47},{"source":221,"target":223},{"source":221,"target":45},{"source":223,"target":47},{"source":222,"target":42},{"source":46,"target":0},{"source":46,"target":41},{"source":46,"target":224},{"source":46,"target":225},{"source":46,"target":226},{"source":224,"target":46},{"source":224,"target":227},{"source":224,"target":46},{"source":227,"target":46},{"source":225,"target":48},{"source":225,"target":228},{"source":225,"target":46},{"source":228,"target":48},{"source":226,"target":41},{"source":47,"target":0},{"source":47,"target":229},{"source":47,"target":230},{"source":47,"target":231},{"source":229,"target":232},{"source":229,"target":47},{"source":230,"target":46},{"source":230,"target":233},{"source":230,"target":47},{"source":233,"target":46},{"source":231,"target":46},{"source":231,"target":234},{"source":231,"target":47},{"source":234,"target":46},{"source":48,"target":0},{"source":48,"target":235},{"source":48,"target":236},{"source":235,"target":237},{"source":235,"target":48},{"source":236,"target":49},{"source":236,"target":238},{"source":236,"target":48},{"source":238,"target":49},{"source":49,"target":0},{"source":49,"target":239},{"source":239,"target":42},{"source":239,"target":240},{"source":239,"target":49},{"source":240,"target":42},{"source":50,"target":0},{"source":50,"target":13},{"source":50,"target":241},{"source":50,"target":242},{"source":50,"target":243},{"source":241,"target":244},{"source":241,"target":50},{"source":242,"target":13},{"source":242,"target":245},{"source":242,"target":50},{"source":245,"target":13},{"source":243,"target":13}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="evs" nsURI="http://www.neoflex.ru/meta/etlevs" nsPrefix="evs"> <eClassifiers xsi:type="ecore:EClass" name="EventFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="library" eType="#//FunctionsLibrary"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userTextPattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Structure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Structure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="mspace.ui"> <details key="multiline" value="true"/> </eAnnotations> <eAnnotations source="teneo.jpa"> <details key="value" value="@Column(length=10485760)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="teneo.jpa"> <details key="value" value="@Column(length=10485760)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionParamsMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//FunctionAction" eOpposite="#//FunctionAction/paramsMapping"/> <eStructuralFeatures xsi:type="ecore:EReference" name="param" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Field"> <eAnnotations source="mspace.ui"> <details key="filter" value="dataSet.e_id"/> <details key="ds" value="action.function.input.e_id"/> <details key="entityType" value="dataset.Field"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Field"> <eAnnotations source="mspace.ui"> <details key="listeval" value="[...(props.entity.__parent.__parent.__parent.input || {fields: []}).fields.map(f=>{f.displayField = 'input.'+f.name;return f;}), ...(props.entity.__parent.__parent.__parent.output || {fields: []}).fields.map(f=>{f.displayField = 'output.'+f.name;return f;}), ...(props.entity.__parent.__parent.__parent.state || {fields: []}).fields.map(f=>{f.displayField = 'state.'+f.name;return f;}), ...(props.entity.__parent.__parent.__parent.local || {fields: []}).fields.map(f=>{f.displayField = 'local.'+f.name;return f;})]"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionOutputMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//FunctionAction" eOpposite="#//FunctionAction/resultsMapping"/> <eStructuralFeatures xsi:type="ecore:EReference" name="param" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Field"> <eAnnotations source="mspace.ui"> <details key="filter" value="dataSet.e_id"/> <details key="ds" value="action.function.output.e_id"/> <details key="entityType" value="dataset.Field"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Field"> <eAnnotations source="mspace.ui"> <details key="listeval" value="[...(props.entity.__parent.__parent.__parent.output || {fields: []}).fields.map(f=>{f.displayField = 'output.'+f.name;return f;}), ...(props.entity.__parent.__parent.__parent.state || {fields: []}).fields.map(f=>{f.displayField = 'state.'+f.name;return f;}), ...(props.entity.__parent.__parent.__parent.local || {fields: []}).fields.map(f=>{f.displayField = 'local.'+f.name;return f;})]"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="LogicCondition" abstract="true" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndCondition" eSuperTypes="#//LogicCondition"/> <eClassifiers xsi:type="ecore:EClass" name="OrCondition" eSuperTypes="#//LogicCondition"/> <eClassifiers xsi:type="ecore:EClass" name="WhenTimeoutCondition"/> <eClassifiers xsi:type="ecore:EEnum" name="ConditionOperand"> <eLiterals name="equal" value="1"/> <eLiterals name="notEqual" value="2"/> <eLiterals name="more" value="3"/> <eLiterals name="less" value="4"/> <eLiterals name="moreOrEqals" value="5"/> <eLiterals name="lessOrEqals" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvalCondition" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParamsCompareCondition" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operand" eType="#//ConditionOperand"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftParam" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Field"> <eAnnotations source="mspace.ui"> <details key="listeval" value="(props.entity.__parent.__parent.output || {fields: []}).fields.map(f=>{f.displayField = 'output.'+f.name; return f;}).concat(props.entity.__parent.__parent.input.fields.map(f=>{f.displayField = 'input.'+f.name; return f;})).concat((props.entity.__parent.__parent.state || {fields: []}).fields.map(f=>{f.displayField = 'state.'+f.name;return f;})).concat((props.entity.__parent.__parent.local || {fields: []}).fields.map(f=>{f.displayField = 'local.'+f.name;return f;}))"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rightParam" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Field"> <eAnnotations source="mspace.ui"> <details key="listeval" value="(props.entity.__parent.__parent.output || {fields: []}).fields.map(f=>{f.displayField = 'output.'+f.name; return f;}).concat(props.entity.__parent.__parent.input.fields.map(f=>{f.displayField = 'input.'+f.name; return f;})).concat((props.entity.__parent.__parent.state || {fields: []}).fields.map(f=>{f.displayField = 'state.'+f.name;return f;})).concat((props.entity.__parent.__parent.local || {fields: []}).fields.map(f=>{f.displayField = 'local.'+f.name;return f;}))"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParamsToExpressionCondition" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operand" eType="#//ConditionOperand"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftParam" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Field"> <eAnnotations source="mspace.ui"> <details key="listeval" value="(props.entity.__parent.__parent.output || {fields: []}).fields.map(f=>{f.displayField = 'output.'+f.name; return f;}).concat(props.entity.__parent.__parent.input.fields.map(f=>{f.displayField = 'input.'+f.name; return f;})).concat((props.entity.__parent.__parent.state || {fields: []}).fields.map(f=>{f.displayField = 'state.'+f.name;return f;})).concat((props.entity.__parent.__parent.local || {fields: []}).fields.map(f=>{f.displayField = 'local.'+f.name;return f;}))"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifyFact" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//AndCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" 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="modifyFact" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//EventFunction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paramsMapping" upperBound="-1" eType="#//FunctionParamsMapping" containment="true" eOpposite="#//FunctionParamsMapping/action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultsMapping" upperBound="-1" eType="#//FunctionOutputMapping" containment="true" eOpposite="#//FunctionOutputMapping/action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetValueAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="outputField" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Field"> <eAnnotations source="mspace.ui"> <details key="listeval" value="(props.entity.__parent.__parent.output || {fields: []}).fields.map(f=>{f.displayField = 'output.'+f.name; return f;}).concat((props.entity.__parent.__parent.state || {fields: []}).fields.map(f=>{f.displayField = 'state.'+f.name; return f;})).concat((props.entity.__parent.__parent.local || {fields: []}).fields.map(f=>{f.displayField = 'local.'+f.name; return f;}))"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapValueAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="outputField" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Field"> <eAnnotations source="mspace.ui"> <details key="listeval" value="(props.entity.__parent.__parent.output || {fields: []}).fields.map(f=>{f.displayField = 'output.'+f.name; return f;}).concat((props.entity.__parent.__parent.state || {fields: []}).fields.map(f=>{f.displayField = 'state.'+f.name; return f;})).concat((props.entity.__parent.__parent.local || {fields: []}).fields.map(f=>{f.displayField = 'local.'+f.name; return f;}))"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="valueField" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Field"> <eAnnotations source="mspace.ui"> <details key="listeval" value="props.entity.__parent.__parent.input.fields.map(f=>{f.displayField = 'input.'+f.name; return f;}).concat((props.entity.__parent.__parent.state || {fields: []}).fields.map(f=>{f.displayField = 'state.'+f.name;return f;})).concat((props.entity.__parent.__parent.local || {fields: []}).fields.map(f=>{f.displayField = 'local.'+f.name;return f;}))"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetTimeoutAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddOutputAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStateAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InitializeFactAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EventsProcessor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="mspace.ui"> <details key="multiline" value="true"/> </eAnnotations> <eAnnotations source="teneo.jpa"> <details key="value" value="@Column(length=10485760)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="ecore:EClass http://www.neoflex.ru/meta/etl#//Project"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Structure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Structure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Structure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="local" eType="ecore:EClass http://www.neoflex.ru/meta/dataset#//Structure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="mspace.ui"> <details key="multiline" value="true"/> </eAnnotations> <eAnnotations source="teneo.jpa"> <details key="value" value="@Column(length=10485760)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionsLibrary"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/neoflex-consulting/datagram/pim/eventStreaming/evs.ecore
ecore
evs EventFunction library userTextPattern name input output sourceCode description FunctionParamsMapping action param value FunctionOutputMapping action param value Condition LogicCondition conditions AndCondition OrCondition WhenTimeoutCondition ConditionOperand equal equal notEqual notEqual more more less less moreOrEqals moreOrEqals lessOrEqals lessOrEqals EvalCondition expression ParamsCompareCondition operand leftParam rightParam ParamsToExpressionCondition operand leftParam expression Rule name modifyFact condition actions Action name modifyFact FunctionAction function paramsMapping resultsMapping SetValueAction outputField expression MapValueAction outputField valueField SetTimeoutAction duration AddOutputAction RemoveStateAction InitializeFactAction EventsProcessor name description project input state output local rules body FunctionsLibrary name
null
{"directed":true,"nodes":[{"nsPrefix":"evs","nsURI":"http://www.neoflex.ru/meta/etlevs","name":"evs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventFunction","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionParamsMapping","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionOutputMapping","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicCondition","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndCondition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrCondition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhenTimeoutCondition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConditionOperand","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvalCondition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParamsCompareCondition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParamsToExpressionCondition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionAction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetValueAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapValueAction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetTimeoutAction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddOutputAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStateAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitializeFactAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventsProcessor","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionsLibrary","instanceClass":null,"abstract":false,"id":23,"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":"library","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":"userTextPattern","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","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":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceCode","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"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":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paramsMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","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":"param","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultsMapping","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","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"},{"name":"equal","id":57,"value":1,"literal":"equal","eClass":"EEnumLiteral"},{"name":"notEqual","id":58,"value":2,"literal":"notEqual","eClass":"EEnumLiteral"},{"name":"more","id":59,"value":3,"literal":"more","eClass":"EEnumLiteral"},{"name":"less","id":60,"value":4,"literal":"less","eClass":"EEnumLiteral"},{"name":"moreOrEqals","id":61,"value":5,"literal":"moreOrEqals","eClass":"EEnumLiteral"},{"name":"lessOrEqals","id":62,"value":6,"literal":"lessOrEqals","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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operand","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":false,"unsettable":false,"transient":false,"unique":true,"name":"leftParam","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":"rightParam","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"leftParam","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"expression","changeable":true,"lowerBound":0,"iD":false,"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":"name","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":"modifyFact","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"actions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifyFact","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputField","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputField","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueField","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","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":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","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":"local","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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":24,"target":23},{"source":24,"target":31},{"source":24,"target":1},{"source":31,"target":23},{"source":25,"target":32},{"source":25,"target":1},{"source":26,"target":33},{"source":26,"target":1},{"source":27,"target":34},{"source":27,"target":1},{"source":28,"target":35},{"source":28,"target":1},{"source":29,"target":36},{"source":29,"target":1},{"source":30,"target":37},{"source":30,"target":1},{"source":2,"target":0},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":38,"target":15},{"source":38,"target":41},{"source":38,"target":2},{"source":38,"target":42},{"source":41,"target":15},{"source":39,"target":43},{"source":39,"target":2},{"source":40,"target":44},{"source":40,"target":2},{"source":3,"target":0},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":45,"target":15},{"source":45,"target":48},{"source":45,"target":3},{"source":45,"target":49},{"source":48,"target":15},{"source":46,"target":50},{"source":46,"target":3},{"source":47,"target":51},{"source":47,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":52},{"source":5,"target":53},{"source":52,"target":4},{"source":52,"target":54},{"source":52,"target":5},{"source":54,"target":4},{"source":53,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":55},{"source":55,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":56},{"source":56,"target":5},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":57,"target":9},{"source":58,"target":9},{"source":59,"target":9},{"source":60,"target":9},{"source":61,"target":9},{"source":62,"target":9},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":63},{"source":10,"target":64},{"source":63,"target":65},{"source":63,"target":10},{"source":64,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":66,"target":9},{"source":66,"target":70},{"source":66,"target":11},{"source":70,"target":9},{"source":67,"target":71},{"source":67,"target":11},{"source":68,"target":72},{"source":68,"target":11},{"source":69,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":73,"target":9},{"source":73,"target":77},{"source":73,"target":12},{"source":77,"target":9},{"source":74,"target":78},{"source":74,"target":12},{"source":75,"target":79},{"source":75,"target":12},{"source":76,"target":4},{"source":13,"target":0},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":80,"target":84},{"source":80,"target":13},{"source":81,"target":85},{"source":81,"target":13},{"source":82,"target":6},{"source":82,"target":86},{"source":82,"target":13},{"source":86,"target":6},{"source":83,"target":14},{"source":83,"target":87},{"source":83,"target":13},{"source":87,"target":14},{"source":14,"target":0},{"source":14,"target":88},{"source":14,"target":89},{"source":88,"target":90},{"source":88,"target":14},{"source":89,"target":91},{"source":89,"target":14},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":92},{"source":15,"target":42},{"source":15,"target":49},{"source":15,"target":93},{"source":92,"target":1},{"source":92,"target":94},{"source":92,"target":15},{"source":94,"target":1},{"source":42,"target":2},{"source":42,"target":95},{"source":42,"target":15},{"source":42,"target":38},{"source":95,"target":2},{"source":49,"target":3},{"source":49,"target":96},{"source":49,"target":15},{"source":49,"target":45},{"source":96,"target":3},{"source":93,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":97},{"source":16,"target":98},{"source":16,"target":99},{"source":97,"target":100},{"source":97,"target":16},{"source":98,"target":101},{"source":98,"target":16},{"source":99,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":102},{"source":17,"target":103},{"source":17,"target":104},{"source":102,"target":105},{"source":102,"target":17},{"source":103,"target":106},{"source":103,"target":17},{"source":104,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":107},{"source":18,"target":108},{"source":107,"target":109},{"source":107,"target":18},{"source":108,"target":14},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":110},{"source":110,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":111},{"source":111,"target":14},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":112},{"source":112,"target":14},{"source":22,"target":0},{"source":22,"target":113},{"source":22,"target":114},{"source":22,"target":115},{"source":22,"target":116},{"source":22,"target":117},{"source":22,"target":118},{"source":22,"target":119},{"source":22,"target":120},{"source":22,"target":121},{"source":113,"target":122},{"source":113,"target":22},{"source":114,"target":123},{"source":114,"target":22},{"source":115,"target":124},{"source":115,"target":22},{"source":116,"target":125},{"source":116,"target":22},{"source":117,"target":126},{"source":117,"target":22},{"source":118,"target":127},{"source":118,"target":22},{"source":119,"target":128},{"source":119,"target":22},{"source":120,"target":13},{"source":120,"target":129},{"source":120,"target":22},{"source":129,"target":13},{"source":121,"target":130},{"source":121,"target":22},{"source":23,"target":0},{"source":23,"target":131},{"source":131,"target":132},{"source":131,"target":23}],"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="cpntypes" nsURI="http:///dk/au/daimi/ascoveco/cpn/model/cpntypes.ecore" nsPrefix="dk.au.daimi.ascoveco.cpn.model.cpntypes"> <eClassifiers xsi:type="ecore:EClass" name="CPNType" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="declares" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNUnit" eSuperTypes="#//CPNType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNEnum" eSuperTypes="#//CPNType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNProduct" eSuperTypes="#//CPNType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="types" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNReal" eSuperTypes="#//CPNType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="high" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="low" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNIndex" eSuperTypes="#//CPNType"> <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="low" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="high" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNString" eSuperTypes="#//CPNType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rangeLow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rangeHigh" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lengthLow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lengthHigh" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNAlias" eSuperTypes="#//CPNType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNInt" eSuperTypes="#//CPNType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="low" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="high" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNBool" eSuperTypes="#//CPNType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trueValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="falseValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNList" eSuperTypes="#//CPNType"> <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="low" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="high" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNRecord" eSuperTypes="#//CPNType"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="1" upperBound="-1" eType="#//NameTypePair" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNUnion" eSuperTypes="#//CPNType"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="1" upperBound="-1" eType="#//NameTypePair" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPNSubset" eSuperTypes="#//CPNType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="by" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="with" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameTypePair"> <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> </ecore:EPackage>
github:ecore:/data/dennBelka/xpdl-to-cpn/Simulator/dk.au.daimi.ascoveco.cpn.model/model/cpntypes.ecore
ecore
cpntypes CPNType declares timed CPNUnit id CPNEnum values CPNProduct types CPNReal high low CPNIndex name low high CPNString rangeLow rangeHigh lengthLow lengthHigh CPNAlias type CPNInt low high CPNBool trueValue falseValue CPNList type low high CPNRecord values CPNUnion values CPNSubset type by with NameTypePair name type
null
{"directed":true,"nodes":[{"nsPrefix":"dk.au.daimi.ascoveco.cpn.model.cpntypes","nsURI":"http:///dk/au/daimi/ascoveco/cpn/model/cpntypes.ecore","name":"cpntypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNType","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNUnit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNEnum","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNProduct","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNReal","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNIndex","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNString","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNAlias","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNInt","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNBool","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNList","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNRecord","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNUnion","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPNSubset","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameTypePair","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"declares","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":"timed","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"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":false,"unique":false,"name":"types","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"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":"high","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":"low","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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":"low","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":"high","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rangeLow","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":"rangeHigh","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":"lengthLow","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lengthHigh","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"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":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":"low","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"high","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trueValue","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":"falseValue","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"low","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":"high","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":false,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":false,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"by","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":"with","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":null,"volatile":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},{"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":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":16,"target":18},{"source":16,"target":1},{"source":17,"target":19},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":20},{"source":2,"target":21},{"source":20,"target":22},{"source":20,"target":2},{"source":21,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":23},{"source":3,"target":24},{"source":23,"target":25},{"source":23,"target":3},{"source":24,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":26},{"source":4,"target":27},{"source":26,"target":28},{"source":26,"target":4},{"source":27,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":29,"target":32},{"source":29,"target":5},{"source":30,"target":33},{"source":30,"target":5},{"source":31,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":34,"target":38},{"source":34,"target":6},{"source":35,"target":39},{"source":35,"target":6},{"source":36,"target":40},{"source":36,"target":6},{"source":37,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":41,"target":46},{"source":41,"target":7},{"source":42,"target":47},{"source":42,"target":7},{"source":43,"target":48},{"source":43,"target":7},{"source":44,"target":49},{"source":44,"target":7},{"source":45,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":50},{"source":8,"target":51},{"source":50,"target":52},{"source":50,"target":8},{"source":51,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":53,"target":56},{"source":53,"target":9},{"source":54,"target":57},{"source":54,"target":9},{"source":55,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":58,"target":61},{"source":58,"target":10},{"source":59,"target":62},{"source":59,"target":10},{"source":60,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":63},{"source":11,"target":64},{"source":11,"target":65},{"source":11,"target":66},{"source":63,"target":67},{"source":63,"target":11},{"source":64,"target":68},{"source":64,"target":11},{"source":65,"target":69},{"source":65,"target":11},{"source":66,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":70},{"source":12,"target":71},{"source":70,"target":15},{"source":70,"target":72},{"source":70,"target":12},{"source":72,"target":15},{"source":71,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":73},{"source":13,"target":74},{"source":73,"target":15},{"source":73,"target":75},{"source":73,"target":13},{"source":75,"target":15},{"source":74,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":76},{"source":14,"target":77},{"source":14,"target":78},{"source":14,"target":79},{"source":76,"target":80},{"source":76,"target":14},{"source":77,"target":81},{"source":77,"target":14},{"source":78,"target":82},{"source":78,"target":14},{"source":79,"target":1},{"source":15,"target":0},{"source":15,"target":83},{"source":15,"target":84},{"source":83,"target":85},{"source":83,"target":15},{"source":84,"target":86},{"source":84,"target":15}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="commands" nsURI="http://www.eclipse.org/ecl/platform/commands.ecore" nsPrefix="platformCommands"> <eClassifiers xsi:type="ecore:EClass" name="ListPlugins" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns list of all plugins."/> <details key="returns" value="Lists all available plugins. "/> <details key="example" value="list-plugins | foreach [val item] {&#xA;&#xA;&#x9;if [$item | get name | matches &quot;Q7 ECL.*&quot;]{&#xA; &#x9;&#x9;$item | get name | log&#xA;&#x9;}&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includeDependencies" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="When true, returned plugins includes information about imported packages and bundle dependencies."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListFeatures" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns list of all features."/> <details key="returns" value="Lists all available features. "/> <details key="example" value="list-features | foreach [val item] {&#xA;&#x9;if [$item | get id | matches &quot;com.xored.q7.*&quot;]{&#xA; &#x9;&#x9;$item | get name | log&#xA;&#x9;}&#xA;}"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListRepositories" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns list of p2 repositories."/> <details key="returns" value="List of p2 repositories"/> <details key="example" value="list-repositories | foreach [val item] {&#xA;&#x9;if [$item | get name | equals &quot;download cache&quot;]{&#xA;&#x9;&#x9;$item | get isArtifact | equals true | verify-true&#xA;&#x9;}&#xA;}&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddRepository" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Adds p2 repository."/> <details key="returns" value="nothing"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveRepository" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Removes p2 repository."/> <details key="returns" value="nothing"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateFeature" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Updates feature with defined name."/> <details key="returns" value="nothing"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateAll" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"/> <eClassifiers xsi:type="ecore:EClass" name="SortBy" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Sorts list of objects from input stream by defined field. "/> <details key="returns" value="sorted list of objects"/> <details key="example" value="list-working-sets | sort-by -field name | foreach {get name | log}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="field" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListInstallUnits" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns list of all install units."/> <details key="returns" value="Lists all install units."/> <details key="example" value="list-install-units | write-lines -uri &quot;workspace:/Project/Folder/file.txt&quot;&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GetLog" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns log entries sorted by timestamp descending."/> <details key="returns" value="Log entries"/> <details key="example" value="get-log -levels error | as-table-data | write-csv-file &quot;workspace:/Project/file2.csv&quot;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="levels" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Log entry severities to show. Any of &lt;code>error&lt;/code>, &lt;code>warning&lt;/code>, &lt;code>info&lt;/code>, &lt;code>OK&lt;/code>, &lt;code>Cancel&lt;/code> in any letter case."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limit" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="100"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Number of log entries to get. Default value is 100."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Log" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Writes an entry into Eclipse log"/> <details key="returns" value="Nothing"/> <details key="example" value="log -message &quot;Error&quot; -severity error -plugin &quot;com.xored.q7&quot;&#xA;echo &quot;Warning&quot; | log -severity warning"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/input" references="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Foreach/input/%http:%2F%2Fwww.eclipse.org%2Fecl%2Finput%"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Writes an entry into Eclipse log"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" defaultValueLiteral="info"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Log entry severity. Can be &lt;code>info&lt;/code>, &lt;code>warning&lt;/code>, &lt;code>error&lt;/code>, &lt;code>ok&lt;/code>, &lt;code>cancel&lt;/code> in any letter case. Default value is &lt;code>info&lt;/code>."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="plugin" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" defaultValueLiteral="org.eclipse.rcptt.ecl.platform"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="ID of plugin adding log entry. Default value is &lt;code>org.eclipse.rcptt.ecl.platform&lt;/code>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Echo" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Takes a string argument and writes it into an output pipe. "/> <details key="returns" value="value of &lt;code>str&lt;/code> argument"/> <details key="example" value="echo &quot;MyStr&quot; | log"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" defaultValueLiteral=""> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClearLog" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Removes log file. Note that if log view is open, it may enter into inconsistent state. If it is important, use &lt;code>clear-log-view&lt;/code> instead"/> <details key="returns" value="Nothing"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListLaunchConfigurations" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns list of launch configurations."/> <details key="returns" value="List of launch configurations."/> <details key="example" value="list-launch-configurations | write-lines -uri &quot;workspace:/Project/Folder/file.txt&quot;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Launch" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="descriprion" value="Launches a configuration in specified mode. "/> <details key="returns" value="Nothing."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubstituteVariables" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Recursively resolves and replaces all variable references in the given expression with their corresponding values. Allows the client to control whether references to undefined variables are reported as an error (i.e. an exception is thrown). See &lt;a href='http://www.xored.com/2013/09/03/how-to-pass-a-value-to-a-test-during-its-execution/'>How to pass a value to a test&lt;/a> for more information."/> <details key="returns" value="expression with variable references replaced with variable values"/> <details key="example" value="//writes prop val to AUT workspace log&#xA;log [substitute-variables &quot;${system_property:propertyName}&quot;] "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="expression referencing variables"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreUndefined" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="whether a reference to an undefined variable is to be considered an error (i.e. throw an exception)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GetWorkspaceLocation" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="descriprion" value="Returns the path to workspace root."/> <details key="returns" value="path to workspace root"/> <details key="example" value="get-workspace-location | equals &quot;/Users/My_MacAir/aut-Q7-1.3.12-B2&quot; | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FindInWorkspace" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Perform regex search per segment. Returns list of matched paths."/> <details key="returns" value="list of matched paths"/> <details key="example" value="find-in-workspace &quot;project/dir1.*/dir2/file.*.txt&quot;"/> <details key="recorded" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ts391/Earthquake/ecl/plugins/org.eclipse.rcptt.ecl.platform/model/commands.ecore
ecore
commands ListPlugins includeDependencies false ListFeatures ListRepositories AddRepository uri name RemoveRepository uri UpdateFeature id UpdateAll SortBy field ListInstallUnits GetLog levels false limit 100 Log message severity info plugin org.eclipse.rcptt.ecl.platform Echo str ClearLog ListLaunchConfigurations Launch mode name SubstituteVariables expression ignoreUndefined false GetWorkspaceLocation FindInWorkspace path all false
null
{"directed":true,"nodes":[{"nsPrefix":"platformCommands","nsURI":"http://www.eclipse.org/ecl/platform/commands.ecore","name":"commands","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListPlugins","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListFeatures","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListRepositories","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddRepository","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveRepository","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateFeature","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateAll","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortBy","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListInstallUnits","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetLog","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Log","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Echo","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearLog","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListLaunchConfigurations","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Launch","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubstituteVariables","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetWorkspaceLocation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FindInWorkspace","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"includeDependencies","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"levels","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"limit","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"info","unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"org.eclipse.rcptt.ecl.platform","unsettable":false,"transient":false,"unique":true,"name":"plugin","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ignoreUndefined","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"all","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":19,"target":21},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":22},{"source":3,"target":0},{"source":3,"target":23},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":24,"target":27},{"source":24,"target":4},{"source":25,"target":28},{"source":25,"target":4},{"source":5,"target":0},{"source":5,"target":29},{"source":5,"target":30},{"source":29,"target":31},{"source":29,"target":5},{"source":6,"target":0},{"source":6,"target":32},{"source":6,"target":33},{"source":32,"target":34},{"source":32,"target":6},{"source":7,"target":0},{"source":7,"target":35},{"source":8,"target":0},{"source":8,"target":36},{"source":8,"target":37},{"source":36,"target":38},{"source":36,"target":8},{"source":9,"target":0},{"source":9,"target":39},{"source":10,"target":0},{"source":10,"target":40},{"source":10,"target":41},{"source":10,"target":42},{"source":40,"target":43},{"source":40,"target":10},{"source":41,"target":44},{"source":41,"target":10},{"source":11,"target":0},{"source":11,"target":45},{"source":11,"target":46},{"source":11,"target":47},{"source":11,"target":48},{"source":45,"target":49},{"source":45,"target":11},{"source":46,"target":50},{"source":46,"target":11},{"source":47,"target":51},{"source":47,"target":11},{"source":12,"target":0},{"source":12,"target":52},{"source":12,"target":53},{"source":52,"target":54},{"source":52,"target":12},{"source":13,"target":0},{"source":13,"target":55},{"source":14,"target":0},{"source":14,"target":56},{"source":15,"target":0},{"source":15,"target":57},{"source":15,"target":58},{"source":15,"target":59},{"source":57,"target":60},{"source":57,"target":15},{"source":58,"target":61},{"source":58,"target":15},{"source":16,"target":0},{"source":16,"target":62},{"source":16,"target":63},{"source":16,"target":64},{"source":62,"target":65},{"source":62,"target":16},{"source":63,"target":66},{"source":63,"target":16},{"source":17,"target":0},{"source":17,"target":67},{"source":18,"target":0},{"source":18,"target":68},{"source":18,"target":69},{"source":18,"target":70},{"source":68,"target":71},{"source":68,"target":18},{"source":69,"target":72},{"source":69,"target":18}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="org.eclipse.emf.texo.test.model.schemaconstructs.mixed" nsURI="http://www.eclipse.org/emf/texo/test/model/schemaconstructs/mixed" nsPrefix="mixed"> <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="letterBody" upperBound="-2" eType="#//LetterBodyType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="letterBody"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetterBodyType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="letterBody_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="salutation" lowerBound="1" eType="#//SalutationType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="salutation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//PositiveInteger" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="quantity"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="productName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="productName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shipDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="shipDate"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SalutationType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="salutation_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/emf.texo/tests/org.eclipse.emf.texo.test/bin/org/eclipse/emf/texo/test/emfissues/mixed.ecore
ecore
org.eclipse.emf.texo.test.model.schemaconstructs.mixed DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation letterBody LetterBodyType mixed salutation quantity productName shipDate SalutationType mixed name
null
{"directed":true,"nodes":[{"nsPrefix":"mixed","nsURI":"http://www.eclipse.org/emf/texo/test/model/schemaconstructs/mixed","name":"org.eclipse.emf.texo.test.model.schemaconstructs.mixed","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":"LetterBodyType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SalutationType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"letterBody","changeable":true,"resolveProxies":false,"lowerBound":0,"id":7,"derived":true},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"salutation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":13,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"quantity","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"productName","changeable":true,"lowerBound":1,"iD":false,"id":15,"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":"shipDate","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":true},{"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":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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":true},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":4,"target":8},{"source":4,"target":1},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":12,"target":17},{"source":12,"target":2},{"source":13,"target":3},{"source":13,"target":18},{"source":13,"target":2},{"source":18,"target":3},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":20},{"source":15,"target":2},{"source":16,"target":21},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":24},{"source":22,"target":3},{"source":23,"target":25},{"source":23,"target":3}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="specification" nsURI="http://www.reclipse.org/ns/specification" nsPrefix="specification"> <eClassifiers xsi:type="ecore:EEnum" name="PatternType"> <eLiterals name="DESIGN_PATTERN"/> <eLiterals name="ANTI_PATTERN" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModifierType"> <eLiterals name="NONE" literal="NONE"/> <eLiterals name="ADDITIONAL" value="1"/> <eLiterals name="NEGATIVE" value="2"/> <eLiterals name="SET" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperatorType"> <eLiterals name="LESS"/> <eLiterals name="LESS_OR_EQUAL" value="1"/> <eLiterals name="GREATER" value="2"/> <eLiterals name="GREATER_OR_EQUAL" value="3"/> <eLiterals name="EQUAL" value="4"/> <eLiterals name="REGULAR_EXPRESSION" value="5"/> <eLiterals name="UNEQUAL" value="6" literal="UNEQUAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSCatalog" eSuperTypes="../../org.fujaba.commons/design/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="patternSpecifications" upperBound="-1" eType="#//PSPatternSpecification" containment="true" eOpposite="#//PSPatternSpecification/catalog" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodel" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSPatternSpecification" eSuperTypes="../../org.fujaba.commons/design/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="catalog" ordered="false" unique="false" lowerBound="1" eType="#//PSCatalog" eOpposite="#//PSCatalog/patternSpecifications" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1" eType="#//PSConnection" containment="true" eOpposite="#//PSConnection/patternSpecification" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//PSNode" containment="true" eOpposite="#//PSNode/patternSpecification" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="combinedFragments" upperBound="-1" eType="#//PSCombinedFragment" containment="true" eOpposite="#//PSCombinedFragment/patternSpecification" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//PSSpecificationConstraint" containment="true" eOpposite="#//PSSpecificationConstraint/patternSpecification" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superPattern" ordered="false" unique="false" eType="#//PSPatternSpecification" eOpposite="#//PSPatternSpecification/subPatterns" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subPatterns" upperBound="-1" eType="#//PSPatternSpecification" eOpposite="#//PSPatternSpecification/superPattern" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="#//PatternType" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSItem" abstract="true" interface="true" eSuperTypes="../../org.fujaba.commons/design/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSConnection" abstract="true" interface="true" eSuperTypes="#//PSItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" unique="false" lowerBound="1" eType="#//PSNode" eOpposite="#//PSNode/outgoing" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" unique="false" lowerBound="1" eType="#//PSNode" eOpposite="#//PSNode/incoming" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternSpecification" ordered="false" unique="false" lowerBound="1" eType="#//PSPatternSpecification" eOpposite="#//PSPatternSpecification/connections" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSLink" eSuperTypes="#//PSConnection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="negative" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceOf" ordered="false" unique="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference" eKeys="http://www.eclipse.org/emf/2002/Ecore#//ENamedElement/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSPath" eSuperTypes="#//PSConnection"> <eStructuralFeatures xsi:type="ecore:EReference" name="tabooClasses" ordered="false" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" eKeys="http://www.eclipse.org/emf/2002/Ecore#//ENamedElement/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSCombinedFragmentItem" abstract="true" interface="true" eSuperTypes="#//PSItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="parents" ordered="false" upperBound="-1" eType="#//PSCombinedFragment" eOpposite="#//PSCombinedFragment/children" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSCombinedFragment" eSuperTypes="#//PSCombinedFragmentItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#//PSCombinedFragmentItem" eOpposite="#//PSCombinedFragmentItem/parents" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" lowerBound="1" eType="#//ModifierType" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternSpecification" ordered="false" unique="false" lowerBound="1" eType="#//PSPatternSpecification" eOpposite="#//PSPatternSpecification/combinedFragments" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" ordered="false" unique="false" eType="#//PSNodeConstraint" containment="true" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSSpecificationConstraint" eSuperTypes="#//PSCombinedFragmentItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additional" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternSpecification" ordered="false" unique="false" lowerBound="1" eType="#//PSPatternSpecification" eOpposite="#//PSPatternSpecification/constraints" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSNode" abstract="true" interface="true" eSuperTypes="#//PSCombinedFragmentItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" ordered="false" unique="false" lowerBound="1" eType="#//ModifierType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//PSConnection" eOpposite="#//PSConnection/source" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//PSConnection" eOpposite="#//PSConnection/target" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternSpecification" ordered="false" unique="false" lowerBound="1" eType="#//PSPatternSpecification" eOpposite="#//PSPatternSpecification/nodes" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeConstraints" upperBound="-1" eType="#//PSNodeConstraint" containment="true" eOpposite="#//PSNodeConstraint/node" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSObject" eSuperTypes="#//PSNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceOf" ordered="false" unique="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" eKeys="http://www.eclipse.org/emf/2002/Ecore#//ENamedElement/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSAnnotation" eSuperTypes="#//PSNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" unique="false" eType="#//PSPatternSpecification" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSNodeConstraint" abstract="true" interface="true" eSuperTypes="#//PSItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="node" ordered="false" unique="false" eType="#//PSNode" eOpposite="#//PSNode/nodeConstraints" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSFuzzyConstraint" abstract="true" interface="true" eSuperTypes="#//PSNodeConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mathFunctionID" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PSFunctionParameter" containment="true" eOpposite="#//PSFunctionParameter/constraint" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSFuzzyMetricConstraint" eSuperTypes="#//PSFuzzyConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metricAcronym" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSFuzzySetRatingConstraint" eSuperTypes="#//PSFuzzyConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="PSBooleanConstraint" abstract="true" interface="true" eSuperTypes="#//PSNodeConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additional" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//OperatorType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSAttributeConstraint" eSuperTypes="#//PSBooleanConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" unique="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute" eKeys="http://www.eclipse.org/emf/2002/Ecore#//ENamedElement/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSMetricConstraint" eSuperTypes="#//PSBooleanConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metricAcronym" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSFunctionParameter" eSuperTypes="../../org.fujaba.commons/design/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" ordered="false" unique="false" lowerBound="1" eType="#//PSFuzzyConstraint" eOpposite="#//PSFuzzyConstraint/parameters" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ReEng/reclipse-emf/trunk/org.reclipse.structure.specification/design/specification.ecore
ecore
specification PatternType DESIGN_PATTERN DESIGN_PATTERN ANTI_PATTERN ANTI_PATTERN ModifierType NONE NONE ADDITIONAL ADDITIONAL NEGATIVE NEGATIVE SET SET OperatorType LESS LESS LESS_OR_EQUAL LESS_OR_EQUAL GREATER GREATER GREATER_OR_EQUAL GREATER_OR_EQUAL EQUAL EQUAL REGULAR_EXPRESSION REGULAR_EXPRESSION UNEQUAL UNEQUAL PSCatalog patternSpecifications metamodel PSPatternSpecification catalog connections nodes combinedFragments constraints superPattern subPatterns type abstract false PSItem weight 1 PSConnection source target patternSpecification PSLink qualifier negative instanceOf PSPath tabooClasses PSCombinedFragmentItem parents PSCombinedFragment children kind 1 patternSpecification constraint PSSpecificationConstraint additional patternSpecification expression PSNode trigger modifier outgoing incoming patternSpecification nodeConstraints PSObject instanceOf PSAnnotation type PSNodeConstraint node expression PSFuzzyConstraint mathFunctionID parameters PSFuzzyMetricConstraint metricAcronym PSFuzzySetRatingConstraint PSBooleanConstraint additional valueExpression operator PSAttributeConstraint attribute PSMetricConstraint metricAcronym PSFunctionParameter value constraint
null
{"directed":true,"nodes":[{"nsPrefix":"specification","nsURI":"http://www.reclipse.org/ns/specification","name":"specification","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"PatternType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModifierType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatorType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSCatalog","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSPatternSpecification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSItem","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSConnection","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSLink","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSPath","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSCombinedFragmentItem","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSCombinedFragment","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSSpecificationConstraint","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSNode","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSObject","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSAnnotation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSNodeConstraint","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSFuzzyConstraint","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSFuzzyMetricConstraint","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSFuzzySetRatingConstraint","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSBooleanConstraint","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSAttributeConstraint","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSMetricConstraint","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSFunctionParameter","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"name":"DESIGN_PATTERN","id":24,"value":0,"literal":"DESIGN_PATTERN","eClass":"EEnumLiteral"},{"name":"ANTI_PATTERN","id":25,"value":1,"literal":"ANTI_PATTERN","eClass":"EEnumLiteral"},{"name":"NONE","id":26,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"ADDITIONAL","id":27,"value":1,"literal":"ADDITIONAL","eClass":"EEnumLiteral"},{"name":"NEGATIVE","id":28,"value":2,"literal":"NEGATIVE","eClass":"EEnumLiteral"},{"name":"SET","id":29,"value":3,"literal":"SET","eClass":"EEnumLiteral"},{"name":"LESS","id":30,"value":0,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"LESS_OR_EQUAL","id":31,"value":1,"literal":"LESS_OR_EQUAL","eClass":"EEnumLiteral"},{"name":"GREATER","id":32,"value":2,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"GREATER_OR_EQUAL","id":33,"value":3,"literal":"GREATER_OR_EQUAL","eClass":"EEnumLiteral"},{"name":"EQUAL","id":34,"value":4,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"REGULAR_EXPRESSION","id":35,"value":5,"literal":"REGULAR_EXPRESSION","eClass":"EEnumLiteral"},{"name":"UNEQUAL","id":36,"value":6,"literal":"UNEQUAL","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":"patternSpecifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metamodel","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"catalog","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","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":"combinedFragments","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"superPattern","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":"subPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"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":false,"name":"patternSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"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":false,"name":"patternSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"patternSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"patternSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"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":"qualifier","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"negative","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"instanceOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"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":"tabooClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"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":"parents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":90,"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":false,"name":"constraint","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"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"additional","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"expression","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"trigger","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"modifier","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"instanceOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":false,"name":"type","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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mathFunctionID","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"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":false,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"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":"metricAcronym","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"additional","changeable":true,"lowerBound":1,"iD":false,"id":134,"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":"valueExpression","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metricAcronym","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":24,"target":1},{"source":25,"target":1},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":26,"target":2},{"source":27,"target":2},{"source":28,"target":2},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":30,"target":3},{"source":31,"target":3},{"source":32,"target":3},{"source":33,"target":3},{"source":34,"target":3},{"source":35,"target":3},{"source":36,"target":3},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":5},{"source":37,"target":40},{"source":37,"target":4},{"source":37,"target":41},{"source":40,"target":5},{"source":38,"target":42},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":41,"target":4},{"source":41,"target":52},{"source":41,"target":5},{"source":41,"target":37},{"source":52,"target":4},{"source":43,"target":7},{"source":43,"target":53},{"source":43,"target":5},{"source":43,"target":54},{"source":53,"target":7},{"source":44,"target":13},{"source":44,"target":55},{"source":44,"target":5},{"source":44,"target":56},{"source":55,"target":13},{"source":45,"target":11},{"source":45,"target":57},{"source":45,"target":5},{"source":45,"target":58},{"source":57,"target":11},{"source":46,"target":12},{"source":46,"target":59},{"source":46,"target":5},{"source":46,"target":60},{"source":59,"target":12},{"source":47,"target":5},{"source":47,"target":61},{"source":47,"target":5},{"source":47,"target":48},{"source":61,"target":5},{"source":48,"target":5},{"source":48,"target":62},{"source":48,"target":5},{"source":48,"target":47},{"source":62,"target":5},{"source":49,"target":1},{"source":49,"target":63},{"source":49,"target":5},{"source":63,"target":1},{"source":50,"target":64},{"source":50,"target":5},{"source":6,"target":0},{"source":6,"target":65},{"source":6,"target":66},{"source":65,"target":67},{"source":65,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":54},{"source":7,"target":70},{"source":68,"target":13},{"source":68,"target":71},{"source":68,"target":7},{"source":68,"target":72},{"source":71,"target":13},{"source":69,"target":13},{"source":69,"target":73},{"source":69,"target":7},{"source":69,"target":74},{"source":73,"target":13},{"source":54,"target":5},{"source":54,"target":75},{"source":54,"target":7},{"source":54,"target":43},{"source":75,"target":5},{"source":70,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":76,"target":80},{"source":76,"target":8},{"source":77,"target":81},{"source":77,"target":8},{"source":78,"target":82},{"source":78,"target":8},{"source":79,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":83},{"source":9,"target":84},{"source":83,"target":85},{"source":83,"target":9},{"source":84,"target":7},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":86},{"source":10,"target":87},{"source":86,"target":11},{"source":86,"target":88},{"source":86,"target":10},{"source":86,"target":89},{"source":88,"target":11},{"source":87,"target":6},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":89},{"source":11,"target":90},{"source":11,"target":58},{"source":11,"target":91},{"source":11,"target":92},{"source":89,"target":10},{"source":89,"target":93},{"source":89,"target":11},{"source":89,"target":86},{"source":93,"target":10},{"source":90,"target":2},{"source":90,"target":94},{"source":90,"target":11},{"source":94,"target":2},{"source":58,"target":5},{"source":58,"target":95},{"source":58,"target":11},{"source":58,"target":45},{"source":95,"target":5},{"source":91,"target":16},{"source":91,"target":96},{"source":91,"target":11},{"source":96,"target":16},{"source":92,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":97},{"source":12,"target":60},{"source":12,"target":98},{"source":12,"target":99},{"source":97,"target":100},{"source":97,"target":12},{"source":60,"target":5},{"source":60,"target":101},{"source":60,"target":12},{"source":60,"target":46},{"source":101,"target":5},{"source":98,"target":102},{"source":98,"target":12},{"source":99,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":103},{"source":13,"target":104},{"source":13,"target":72},{"source":13,"target":74},{"source":13,"target":56},{"source":13,"target":105},{"source":13,"target":106},{"source":103,"target":107},{"source":103,"target":13},{"source":104,"target":2},{"source":104,"target":108},{"source":104,"target":13},{"source":108,"target":2},{"source":72,"target":7},{"source":72,"target":109},{"source":72,"target":13},{"source":72,"target":68},{"source":109,"target":7},{"source":74,"target":7},{"source":74,"target":110},{"source":74,"target":13},{"source":74,"target":69},{"source":110,"target":7},{"source":56,"target":5},{"source":56,"target":111},{"source":56,"target":13},{"source":56,"target":44},{"source":111,"target":5},{"source":105,"target":16},{"source":105,"target":112},{"source":105,"target":13},{"source":105,"target":113},{"source":112,"target":16},{"source":106,"target":10},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":114},{"source":14,"target":115},{"source":114,"target":116},{"source":114,"target":14},{"source":115,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":117},{"source":15,"target":118},{"source":117,"target":5},{"source":117,"target":119},{"source":117,"target":15},{"source":119,"target":5},{"source":118,"target":13},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":113},{"source":16,"target":120},{"source":16,"target":121},{"source":113,"target":13},{"source":113,"target":122},{"source":113,"target":16},{"source":113,"target":105},{"source":122,"target":13},{"source":120,"target":123},{"source":120,"target":16},{"source":121,"target":6},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":124},{"source":17,"target":125},{"source":17,"target":126},{"source":124,"target":127},{"source":124,"target":17},{"source":125,"target":23},{"source":125,"target":128},{"source":125,"target":17},{"source":125,"target":129},{"source":128,"target":23},{"source":126,"target":16},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":130},{"source":18,"target":131},{"source":130,"target":132},{"source":130,"target":18},{"source":131,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":133},{"source":133,"target":17},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":134},{"source":20,"target":135},{"source":20,"target":136},{"source":20,"target":137},{"source":134,"target":138},{"source":134,"target":20},{"source":135,"target":139},{"source":135,"target":20},{"source":136,"target":3},{"source":136,"target":140},{"source":136,"target":20},{"source":140,"target":3},{"source":137,"target":16},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":141},{"source":21,"target":142},{"source":141,"target":143},{"source":141,"target":21},{"source":142,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":144},{"source":22,"target":145},{"source":144,"target":146},{"source":144,"target":22},{"source":145,"target":20},{"source":23,"target":0},{"source":23,"target":147},{"source":23,"target":129},{"source":23,"target":148},{"source":147,"target":149},{"source":147,"target":23},{"source":129,"target":17},{"source":129,"target":150},{"source":129,"target":23},{"source":129,"target":125},{"source":150,"target":17}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="spd" nsURI="http://sca.jpeojtrs.mil/spd" nsPrefix="spd"> <eClassifiers xsi:type="ecore:EEnum" name="AEPComplianceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="aepcompliance_._type"/> </eAnnotations> <eLiterals name="aepCompliant" literal="aep_compliant"/> <eLiterals name="aepNonCompliant" value="1" literal="aep_non_compliant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AEPComplianceTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="aepcompliance_._type:Object"/> <details key="baseType" value="aepcompliance_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Author"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="author"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="company" 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="company"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webpage" 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="webpage"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Code"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="code"/> <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="entryPoint" 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="entrypoint"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stackSize" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedLong"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="stacksize"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedLong"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="priority"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//CodeFileType" 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:EEnum" name="CodeFileType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type"/> </eAnnotations> <eLiterals name="Executable"/> <eLiterals name="KernelModule" value="1"/> <eLiterals name="SharedLibrary" value="2"/> <eLiterals name="Driver" value="3"/> <eLiterals name="NodeBooter" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="CodeFileTypeObject" 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="Compiler"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="compiler"/> <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="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="platform:/plugin/mil.jpeojtrs.sca.prf/model/prf.ecore#//PropertyRefSet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="dependency"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NonEmptyDependency"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="softPkgRef" eType="#//SoftPkgRef" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="softpkgref"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyRef" eType="#//PropertyRef" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="propertyref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Descriptor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="descriptor"/> <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:EReference" name="component" eType="ecore:EClass platform:/plugin/mil.jpeojtrs.sca.scd/model/scd.ecore#//SoftwareComponent" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="component"/> </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="HumanLanguage"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="humanLanguage"/> <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="Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="implementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <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:EReference" name="code" lowerBound="1" eType="#//Code" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="code"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="compiler" eType="#//Compiler" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="compiler"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="programmingLanguage" eType="#//ProgrammingLanguage" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="programminglanguage"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="humanLanguage" eType="#//HumanLanguage" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="humanlanguage"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="runtime" eType="#//Runtime" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="runtime"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dependencyMap" 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="dependencyMap:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="os" upperBound="-1" eType="#//Os" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="os"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#dependencyMap:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processor" upperBound="-1" eType="#//Processor" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="processor"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#dependencyMap:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dependency" upperBound="-1" eType="#//Dependency" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="dependency"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#dependencyMap:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="usesDevice" upperBound="-1" eType="#//UsesDevice" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="usesdevice"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aepCompliance" eType="#//AEPComplianceType" defaultValueLiteral="aep_compliant" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="aepcompliance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Name" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="softPkg" eType="#//SoftPkg" eOpposite="#//SoftPkg/implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="softPkg"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="implRef"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refid" 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="refid"/> </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="Os"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="os"/> <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="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Processor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="processor"/> <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="ProgrammingLanguage"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="programmingLanguage"/> <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="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="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:EReference" name="properties" eType="ecore:EClass platform:/plugin/mil.jpeojtrs.sca.prf/model/prf.ecore#//Properties" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="properties"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </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="PropertyRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="propertyRef"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refId" 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="refid"/> </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:EClass" name="Runtime"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="runtime"/> <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="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SCAComplianceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._1_._type"/> </eAnnotations> <eLiterals name="scaCompliant" literal="sca_compliant"/> <eLiterals name="scaNonCompliant" value="1" literal="sca_non_compliant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SCAComplianceTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._1_._type:Object"/> <details key="baseType" value="type_._1_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftPkg"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="softPkg"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isValueConsistent"/> </eAnnotations> <eOperations name="getImplementation" eType="#//Implementation"> <eParameters name="implID" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" upperBound="-1" eType="#//Author" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="author"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore: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:EReference" name="descriptor" eType="#//Descriptor" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="descriptor"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" lowerBound="1" upperBound="-1" eType="#//Implementation" containment="true" resolveProxies="false" eOpposite="#//Implementation/softPkg"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="usesDevice" upperBound="-1" eType="#//UsesDevice" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="usesdevice"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType platform:/plugin/mil.jpeojtrs.sca.prf/model/prf.ecore#//DceUUID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SCAComplianceType" defaultValueLiteral="sca_compliant" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftPkgRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="softPkgRef"/> <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:EReference" name="implRef" eType="#//ImplRef" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implref"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" eType="#//Implementation" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="softPkg" eType="#//SoftPkg" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="softPkg"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpdDocumentRoot"> <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="softpkg" upperBound="-2" eType="#//SoftPkg" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="softpkg"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="URI"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsesDevice" eSuperTypes="platform:/plugin/mil.jpeojtrs.sca.prf/model/prf.ecore#//PropertyRefGroup"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="usesDevice"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyRef" lowerBound="1" upperBound="-1" eType="#//PropertyRef" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="propertyref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/spd.ecore
ecore
spd AEPComplianceType aepCompliant aep_compliant aepNonCompliant aep_non_compliant AEPComplianceTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Author name company webpage Code localFile entryPoint stackSize priority type CodeFileType Executable Executable KernelModule KernelModule SharedLibrary SharedLibrary Driver Driver NodeBooter NodeBooter CodeFileTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Compiler name version Dependency softPkgRef propertyRef type Descriptor localfile component name HumanLanguage name Implementation description propertyFile code compiler programmingLanguage humanLanguage runtime dependencyMap os processor dependency usesDevice aepCompliance aep_compliant id softPkg ImplRef refid LocalFile name Os name version Processor name ProgrammingLanguage name version PropertyFile localFile properties type PropertyRef refId value Runtime name version SCAComplianceType scaCompliant sca_compliant scaNonCompliant sca_non_compliant SCAComplianceTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator SoftPkg getImplementation implID title author description propertyFile descriptor implementation usesDevice id name type sca_compliant version SoftPkgRef localFile implRef implementation softPkg SpdDocumentRoot mixed xMLNSPrefixMap xSISchemaLocation softpkg URI org.eclipse.emf.common.util.URI org.eclipse.emf.common.util.URI UsesDevice propertyRef id type
null
{"directed":true,"nodes":[{"nsPrefix":"spd","nsURI":"http://sca.jpeojtrs.mil/spd","name":"spd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"AEPComplianceType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"AEPComplianceTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Code","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CodeFileType","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":"CodeFileTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compiler","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Descriptor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HumanLanguage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplRef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalFile","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Os","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Processor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgrammingLanguage","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyFile","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Runtime","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SCAComplianceType","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"SCAComplianceTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftPkg","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftPkgRef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpdDocumentRoot","instanceClass":null,"abstract":false,"id":24,"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":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsesDevice","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"name":"aepCompliant","id":27,"value":0,"literal":"aep_compliant","eClass":"EEnumLiteral"},{"name":"aepNonCompliant","id":28,"value":1,"literal":"aep_non_compliant","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"company","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":"webpage","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localFile","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"entryPoint","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":"stackSize","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":"priority","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":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"name":"Executable","id":45,"value":0,"literal":"Executable","eClass":"EEnumLiteral"},{"name":"KernelModule","id":46,"value":1,"literal":"KernelModule","eClass":"EEnumLiteral"},{"name":"SharedLibrary","id":47,"value":2,"literal":"SharedLibrary","eClass":"EEnumLiteral"},{"name":"Driver","id":48,"value":3,"literal":"Driver","eClass":"EEnumLiteral"},{"name":"NodeBooter","id":49,"value":4,"literal":"NodeBooter","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":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"softPkgRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"propertyRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localfile","changeable":true,"resolveProxies":false,"lowerBound":1,"id":61,"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":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"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":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":"propertyFile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"resolveProxies":false,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compiler","changeable":true,"resolveProxies":false,"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":"programmingLanguage","changeable":true,"resolveProxies":false,"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":"humanLanguage","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":"runtime","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dependencyMap","changeable":true,"lowerBound":0,"iD":false,"id":76,"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":"os","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"processor","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"dependency","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"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":"usesDevice","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"aep_compliant","unsettable":true,"transient":false,"unique":true,"name":"aepCompliance","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":82,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"softPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refid","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"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":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":"version","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"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":108,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"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":"version","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localFile","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refId","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"name":"scaCompliant","id":128,"value":0,"literal":"sca_compliant","eClass":"EEnumLiteral"},{"name":"scaNonCompliant","id":129,"value":1,"literal":"sca_non_compliant","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImplementation","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":131,"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":"author","changeable":true,"resolveProxies":false,"lowerBound":1,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":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":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":"descriptor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usesDevice","changeable":true,"resolveProxies":false,"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":true,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"sca_compliant","unsettable":true,"transient":false,"unique":true,"name":"type","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"implID","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localFile","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"implRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":156,"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":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"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":"softPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":true},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":165,"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":"softpkg","changeable":true,"resolveProxies":false,"lowerBound":0,"id":166,"derived":true},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"propertyRef","changeable":true,"resolveProxies":false,"lowerBound":1,"id":171,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":172,"derived":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":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"source":1,"target":27},{"source":1,"target":28},{"source":27,"target":1},{"source":28,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":29,"target":32},{"source":29,"target":3},{"source":30,"target":33},{"source":30,"target":3},{"source":31,"target":34},{"source":31,"target":3},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":35,"target":13},{"source":35,"target":40},{"source":35,"target":4},{"source":40,"target":13},{"source":36,"target":41},{"source":36,"target":4},{"source":37,"target":42},{"source":37,"target":4},{"source":38,"target":43},{"source":38,"target":4},{"source":39,"target":5},{"source":39,"target":44},{"source":39,"target":4},{"source":44,"target":5},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":45,"target":5},{"source":46,"target":5},{"source":47,"target":5},{"source":48,"target":5},{"source":49,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":50,"target":52},{"source":50,"target":7},{"source":51,"target":53},{"source":51,"target":7},{"source":8,"target":0},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":54,"target":23},{"source":54,"target":58},{"source":54,"target":8},{"source":58,"target":23},{"source":55,"target":18},{"source":55,"target":59},{"source":55,"target":8},{"source":59,"target":18},{"source":56,"target":60},{"source":56,"target":8},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":61,"target":13},{"source":61,"target":64},{"source":61,"target":9},{"source":64,"target":13},{"source":62,"target":65},{"source":62,"target":9},{"source":63,"target":66},{"source":63,"target":9},{"source":10,"target":0},{"source":10,"target":67},{"source":67,"target":68},{"source":67,"target":10},{"source":11,"target":0},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":11,"target":82},{"source":11,"target":83},{"source":69,"target":84},{"source":69,"target":11},{"source":70,"target":17},{"source":70,"target":85},{"source":70,"target":11},{"source":85,"target":17},{"source":71,"target":4},{"source":71,"target":86},{"source":71,"target":11},{"source":86,"target":4},{"source":72,"target":7},{"source":72,"target":87},{"source":72,"target":11},{"source":87,"target":7},{"source":73,"target":16},{"source":73,"target":88},{"source":73,"target":11},{"source":88,"target":16},{"source":74,"target":10},{"source":74,"target":89},{"source":74,"target":11},{"source":89,"target":10},{"source":75,"target":19},{"source":75,"target":90},{"source":75,"target":11},{"source":90,"target":19},{"source":76,"target":91},{"source":76,"target":11},{"source":77,"target":14},{"source":77,"target":92},{"source":77,"target":11},{"source":92,"target":14},{"source":78,"target":15},{"source":78,"target":93},{"source":78,"target":11},{"source":93,"target":15},{"source":79,"target":8},{"source":79,"target":94},{"source":79,"target":11},{"source":94,"target":8},{"source":80,"target":26},{"source":80,"target":95},{"source":80,"target":11},{"source":95,"target":26},{"source":81,"target":1},{"source":81,"target":96},{"source":81,"target":11},{"source":96,"target":1},{"source":82,"target":97},{"source":82,"target":11},{"source":83,"target":22},{"source":83,"target":98},{"source":83,"target":11},{"source":83,"target":99},{"source":98,"target":22},{"source":12,"target":0},{"source":12,"target":100},{"source":100,"target":101},{"source":100,"target":12},{"source":13,"target":0},{"source":13,"target":102},{"source":102,"target":103},{"source":102,"target":13},{"source":14,"target":0},{"source":14,"target":104},{"source":14,"target":105},{"source":104,"target":106},{"source":104,"target":14},{"source":105,"target":107},{"source":105,"target":14},{"source":15,"target":0},{"source":15,"target":108},{"source":108,"target":109},{"source":108,"target":15},{"source":16,"target":0},{"source":16,"target":110},{"source":16,"target":111},{"source":110,"target":112},{"source":110,"target":16},{"source":111,"target":113},{"source":111,"target":16},{"source":17,"target":0},{"source":17,"target":114},{"source":17,"target":115},{"source":17,"target":116},{"source":114,"target":13},{"source":114,"target":117},{"source":114,"target":17},{"source":117,"target":13},{"source":115,"target":118},{"source":115,"target":17},{"source":116,"target":119},{"source":116,"target":17},{"source":18,"target":0},{"source":18,"target":120},{"source":18,"target":121},{"source":120,"target":122},{"source":120,"target":18},{"source":121,"target":123},{"source":121,"target":18},{"source":19,"target":0},{"source":19,"target":124},{"source":19,"target":125},{"source":124,"target":126},{"source":124,"target":19},{"source":125,"target":127},{"source":125,"target":19},{"source":20,"target":0},{"source":20,"target":128},{"source":20,"target":129},{"source":128,"target":20},{"source":129,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":130},{"source":22,"target":131},{"source":22,"target":132},{"source":22,"target":133},{"source":22,"target":134},{"source":22,"target":135},{"source":22,"target":99},{"source":22,"target":136},{"source":22,"target":137},{"source":22,"target":138},{"source":22,"target":139},{"source":22,"target":140},{"source":130,"target":11},{"source":130,"target":141},{"source":130,"target":22},{"source":130,"target":142},{"source":141,"target":11},{"source":142,"target":143},{"source":142,"target":130},{"source":131,"target":144},{"source":131,"target":22},{"source":132,"target":3},{"source":132,"target":145},{"source":132,"target":22},{"source":145,"target":3},{"source":133,"target":146},{"source":133,"target":22},{"source":134,"target":17},{"source":134,"target":147},{"source":134,"target":22},{"source":147,"target":17},{"source":135,"target":9},{"source":135,"target":148},{"source":135,"target":22},{"source":148,"target":9},{"source":99,"target":11},{"source":99,"target":149},{"source":99,"target":22},{"source":99,"target":83},{"source":149,"target":11},{"source":136,"target":26},{"source":136,"target":150},{"source":136,"target":22},{"source":150,"target":26},{"source":137,"target":151},{"source":137,"target":22},{"source":138,"target":152},{"source":138,"target":22},{"source":139,"target":20},{"source":139,"target":153},{"source":139,"target":22},{"source":153,"target":20},{"source":140,"target":154},{"source":140,"target":22},{"source":23,"target":0},{"source":23,"target":155},{"source":23,"target":156},{"source":23,"target":157},{"source":23,"target":158},{"source":155,"target":13},{"source":155,"target":159},{"source":155,"target":23},{"source":159,"target":13},{"source":156,"target":12},{"source":156,"target":160},{"source":156,"target":23},{"source":160,"target":12},{"source":157,"target":11},{"source":157,"target":161},{"source":157,"target":23},{"source":161,"target":11},{"source":158,"target":22},{"source":158,"target":162},{"source":158,"target":23},{"source":162,"target":22},{"source":24,"target":0},{"source":24,"target":163},{"source":24,"target":164},{"source":24,"target":165},{"source":24,"target":166},{"source":163,"target":167},{"source":163,"target":24},{"source":164,"target":168},{"source":164,"target":24},{"source":165,"target":169},{"source":165,"target":24},{"source":166,"target":22},{"source":166,"target":170},{"source":166,"target":24},{"source":170,"target":22},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":171},{"source":26,"target":172},{"source":26,"target":173},{"source":26,"target":174},{"source":171,"target":18},{"source":171,"target":175},{"source":171,"target":26},{"source":175,"target":18},{"source":172,"target":176},{"source":172,"target":26},{"source":173,"target":177},{"source":173,"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="el" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el"> <eClassifiers xsi:type="ecore:EClass" name="ELPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//ELClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELClass"> <eAnnotations source="_xeElwB1lEemEvuQHSAd25g"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//ELField" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1" eType="#//ELClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1" eType="#//ELClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELField"> <eAnnotations> <details key="_xd-fIB1lEemEvuQHSAd25g" value="_xd-fIR1lEemEvuQHSAd25g"/> <details key="_xeD-sh1lEemEvuQHSAd25g" value="_xeD-sx1lEemEvuQHSAd25g"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//ELStatement" containment="true" eOpposite="#//ELCall/arguments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELOp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//ELExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callee"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1" eType="#//ELBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELBlockStarementKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELOp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precedence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"/> <eClassifiers xsi:type="ecore:EClass" name="_xd9RAB1lEemEvuQHSAd25g"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELModel"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_xd9RAR1lEemEvuQHSAd25g" value="_xd9RAh1lEemEvuQHSAd25g"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//ELPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="#//ELOp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//ELBlockStarementKind" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ELOpKind"> <eLiterals name="_xeFz4B1lEemEvuQHSAd25g" literal="infix"/> <eLiterals name="suffix"/> <eLiterals name="prefix"/> <eLiterals name="syntax" literal="syntax"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_xeD-sB1lEemEvuQHSAd25g" value="_xeD-sR1lEemEvuQHSAd25g"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee"/> </eClassifiers> <eSubpackages name="_xeCwkB1lEemEvuQHSAd25g" nsURI="_xeCwkR1lEemEvuQHSAd25g" nsPrefix="_xeCwkh1lEemEvuQHSAd25g"/> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelRunnable/mutants/a13.ecore
ecore
el ELPackage classes ELClass methods fields superClases innerClasses ELField ELStatement ELBlock statements ELExpression ELLiteral value ELOpCall kind ELCall arguments callee thisArgument ELAccess variable ELBlockStatement block kind ELOp kind syntax operands precedence ELDataType _xd9RAB1lEemEvuQHSAd25g type array ELBlockStarementKind syntax blocks expressions ELModel packages ops blocks ELOpKind _xeFz4B1lEemEvuQHSAd25g infix suffix suffix prefix prefix syntax syntax ELAssignment expr assignee _xeCwkB1lEemEvuQHSAd25g
null
{"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"el","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOpCall","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"_xd9RAB1lEemEvuQHSAd25g","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"nsPrefix":"_xeCwkh1lEemEvuQHSAd25g","nsURI":"_xeCwkR1lEemEvuQHSAd25g","name":"_xeCwkB1lEemEvuQHSAd25g","id":19,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":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":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":"arguments","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":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":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"array","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":false,"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":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","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":"ops","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":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"name":"_xeFz4B1lEemEvuQHSAd25g","id":76,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":77,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":78,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":79,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":20,"target":2},{"source":20,"target":21},{"source":20,"target":1},{"source":21,"target":2},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":22,"target":2},{"source":23,"target":3},{"source":23,"target":26},{"source":23,"target":2},{"source":26,"target":3},{"source":24,"target":2},{"source":24,"target":27},{"source":24,"target":2},{"source":27,"target":2},{"source":25,"target":2},{"source":25,"target":28},{"source":25,"target":2},{"source":28,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":29},{"source":29,"target":4},{"source":29,"target":30},{"source":29,"target":5},{"source":29,"target":31},{"source":30,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":32},{"source":32,"target":4},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":33},{"source":7,"target":34},{"source":33,"target":35},{"source":33,"target":7},{"source":34,"target":6},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":36},{"source":8,"target":37},{"source":36,"target":12},{"source":36,"target":38},{"source":36,"target":8},{"source":38,"target":12},{"source":37,"target":9},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":31},{"source":9,"target":39},{"source":9,"target":40},{"source":9,"target":41},{"source":31,"target":6},{"source":31,"target":42},{"source":31,"target":9},{"source":42,"target":6},{"source":39,"target":9},{"source":40,"target":6},{"source":40,"target":43},{"source":40,"target":9},{"source":43,"target":6},{"source":41,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":44},{"source":10,"target":45},{"source":44,"target":10},{"source":45,"target":6},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":46},{"source":11,"target":47},{"source":11,"target":48},{"source":46,"target":5},{"source":46,"target":49},{"source":46,"target":11},{"source":49,"target":5},{"source":47,"target":15},{"source":47,"target":50},{"source":47,"target":11},{"source":50,"target":15},{"source":48,"target":4},{"source":12,"target":0},{"source":12,"target":51},{"source":12,"target":52},{"source":12,"target":53},{"source":12,"target":54},{"source":51,"target":17},{"source":51,"target":55},{"source":51,"target":12},{"source":55,"target":17},{"source":52,"target":56},{"source":52,"target":12},{"source":53,"target":57},{"source":53,"target":12},{"source":54,"target":58},{"source":54,"target":12},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":59},{"source":59,"target":2},{"source":14,"target":0},{"source":14,"target":60},{"source":14,"target":61},{"source":60,"target":2},{"source":60,"target":62},{"source":60,"target":14},{"source":62,"target":2},{"source":61,"target":63},{"source":61,"target":14},{"source":15,"target":0},{"source":15,"target":64},{"source":15,"target":65},{"source":15,"target":66},{"source":64,"target":67},{"source":64,"target":15},{"source":65,"target":68},{"source":65,"target":15},{"source":66,"target":69},{"source":66,"target":15},{"source":16,"target":0},{"source":16,"target":70},{"source":16,"target":71},{"source":16,"target":72},{"source":70,"target":1},{"source":70,"target":73},{"source":70,"target":16},{"source":73,"target":1},{"source":71,"target":12},{"source":71,"target":74},{"source":71,"target":16},{"source":74,"target":12},{"source":72,"target":15},{"source":72,"target":75},{"source":72,"target":16},{"source":75,"target":15},{"source":17,"target":0},{"source":17,"target":76},{"source":17,"target":77},{"source":17,"target":78},{"source":17,"target":79},{"source":76,"target":17},{"source":77,"target":17},{"source":78,"target":17},{"source":79,"target":17},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":80},{"source":18,"target":81},{"source":18,"target":82},{"source":80,"target":6},{"source":80,"target":83},{"source":80,"target":18},{"source":83,"target":6},{"source":81,"target":18},{"source":82,"target":4},{"source":19,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="diagramaClasesCompleto" nsURI="http://www.example.org/diagramaClasesCompleto" nsPrefix="diagramaClasesCompleto"> <eClassifiers xsi:type="ecore:EClass" name="DiagramaClases"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages_contenidos" upperBound="-1" eType="#//Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artefacto_contenido" lowerBound="1" eType="#//Artefacto" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuraciondb" upperBound="-1" eType="#//ConfiguracionDB" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuraciondocker" upperBound="-1" eType="#//ConfiguracionDocker" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuracionlenguaje" upperBound="-1" eType="#//ConfiguracionLenguaje" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuracionmicroservicios" upperBound="-1" eType="#//ConfiguracionMicroservicios" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clasificador" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="atributos_contenidos" upperBound="-1" eType="#//Atributo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operaciones_contenidas" upperBound="-1" eType="#//Operacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="herencias_contenidas" upperBound="-1" eType="#//Herencia" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clase" eSuperTypes="#//Clasificador"> <eStructuralFeatures xsi:type="ecore:EReference" name="relaciones_contenidas" upperBound="-1" eType="#//Relacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAbstracta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizaciones_contenidas" upperBound="-1" eType="#//Realizacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAsociativa" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAuditable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tieneABM" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Clasificador"/> <eClassifiers xsi:type="ecore:EClass" name="Relacion"> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" eType="#//Clasificador"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoRelacion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicidad" eType="#//Multiplicidad"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" eType="#//Clase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clases_asociativas_contenidas" upperBound="-1" eType="#//Clase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibilidad" eType="#//ModicadoresAcceso" defaultValueLiteral="private"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoABM" eType="#//TipoABM" defaultValueLiteral="sinRepresentacion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operacion" eSuperTypes="#//Retornable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoRetorno" eType="#//TipoRetorno"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAbstracta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametros_contenidos" upperBound="-1" eType="#//Retornable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="endpoint" lowerBound="1" eType="#//EndPoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametros_internos" upperBound="-1" eType="#//ParametroInterno" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atributo" eSuperTypes="#//Retornable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoDato" defaultValueLiteral="int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAuditable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pseudonimo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="representacionGrafica" eType="#//RepresentacionGrafica"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoRelacion"> <eLiterals name="unidireccional"/> <eLiterals name="bidireccional" value="1"/> <eLiterals name="composicion" value="2"/> <eLiterals name="agregacion" value="3"/> <eLiterals name="dependenciaUso" value="4"/> <eLiterals name="dependenciaCreacion" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoDato"> <eLiterals name="int"/> <eLiterals name="float" value="1"/> <eLiterals name="double" value="2"/> <eLiterals name="char" value="4"/> <eLiterals name="byte" value="5"/> <eLiterals name="boolean" value="7"/> <eLiterals name="String" value="6"/> <eLiterals name="Date" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoRetorno"> <eLiterals name="void"/> <eLiterals name="float" value="1"/> <eLiterals name="int" value="2"/> <eLiterals name="double" value="3"/> <eLiterals name="char" value="4"/> <eLiterals name="byte" value="5"/> <eLiterals name="boolean" value="6"/> <eLiterals name="String" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModicadoresAcceso"> <eLiterals name="package"/> <eLiterals name="private" value="1"/> <eLiterals name="public" value="2"/> <eLiterals name="protected" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Multiplicidad"> <eLiterals name="oneToOne"/> <eLiterals name="oneToMany" value="2"/> <eLiterals name="manyToOne" value="3"/> <eLiterals name="manyToMany" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="clasificadores_contenidos" upperBound="-1" eType="#//Clasificador" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Herencia"> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" eType="#//Clasificador"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" eType="#//Clasificador"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realizacion"> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" eType="#//Clase"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artefacto"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Demo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grupoId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="com.example"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="artefactotId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="demo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Demo project"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="0.0.1-SNAPSHOT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Retornable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibilidad" eType="#//ModicadoresAcceso"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndPoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoVerdo" eType="#//VerbosHTTP"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoTransferenciaEntrada" eType="#//TipoTransferencia"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoTransferenciaSalida" eType="#//TipoTransferencia"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombrePublicado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VerbosHTTP"> <eLiterals name="GET"/> <eLiterals name="POST" value="1"/> <eLiterals name="PUT" value="2"/> <eLiterals name="DELETE" value="3"/> <eLiterals name="PATCH" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoTransferencia"> <eLiterals name="String"/> <eLiterals name="Xml" value="1"/> <eLiterals name="Json" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoReinicio"> <eLiterals name="siempre"/> <eLiterals name="nunca" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProveedorDb"> <eLiterals name="mySql"/> <eLiterals name="Mongo" value="1"/> <eLiterals name="Oracle" value="2"/> <eLiterals name="DB2" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionDB"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbNombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbUsuario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbPuerto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbContrasena" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serverPuerto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoProveedor" eType="#//ProveedorDb"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionDocker"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombreContenedor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="puertoInterior" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoReinicio" eType="#//TipoReinicio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombreImagen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionLenguaje"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lenguaje" eType="#//Lenguaje"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Lenguaje"> <eLiterals name="java"/> <eLiterals name="python" value="1"/> <eLiterals name="NET" value="2"/> <eLiterals name="node" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParametroInterno"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoRetorno"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionMicroservicios"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ipDiscovery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="http://localhost"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="puertoDiscovery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="8761"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RepresentacionGrafica"> <eLiterals name="text"/> <eLiterals name="combo" value="1"/> <eLiterals name="radio" value="2"/> <eLiterals name="checkbox" value="3"/> <eLiterals name="date" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoABM"> <eLiterals name="simple"/> <eLiterals name="seleccionable" value="1"/> <eLiterals name="maestroDetalle" value="3"/> <eLiterals name="maestroDetalleCombo" value="4"/> <eLiterals name="sinRepresentacion" value="4"/> <eLiterals name="maestroConDetalleMultiple" value="5"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Nicolamber/SoftwarePorModelos/Entrega_final_Canessa_Carbajal_Lambertucci_Sgroi_Sobisch/final/DiagramaClasesCompleto/model/diagramaClasesCompleto.ecore
ecore
diagramaClasesCompleto DiagramaClases packages_contenidos artefacto_contenido configuraciondb configuraciondocker configuracionlenguaje configuracionmicroservicios Clasificador nombre atributos_contenidos operaciones_contenidas herencias_contenidas Clase relaciones_contenidas esAbstracta realizaciones_contenidas esAsociativa esAuditable tieneABM Interface Relacion destino nombre tipo multiplicidad origen clases_asociativas_contenidas esFinal esStatic visibilidad private tipoABM sinRepresentacion Operacion tipoRetorno esAbstracta false parametros_contenidos endpoint parametros_internos Atributo tipo int esAuditable pseudonimo representacionGrafica TipoRelacion unidireccional unidireccional bidireccional bidireccional composicion composicion agregacion agregacion dependenciaUso dependenciaUso dependenciaCreacion dependenciaCreacion TipoDato int int float float double double char char byte byte boolean boolean String String Date Date TipoRetorno void void float float int int double double char char byte byte boolean boolean String String ModicadoresAcceso package package private private public public protected protected Multiplicidad oneToOne oneToOne oneToMany oneToMany manyToOne manyToOne manyToMany manyToMany Package clasificadores_contenidos nombre Herencia origen destino Realizacion destino origen Artefacto nombre Demo grupoId com.example artefactotId demo descripcion Demo project version 0.0.1-SNAPSHOT Retornable nombre visibilidad esFinal false esStatic EndPoint tipoVerdo tipoTransferenciaEntrada tipoTransferenciaSalida nombrePublicado VerbosHTTP GET GET POST POST PUT PUT DELETE DELETE PATCH PATCH TipoTransferencia String String Xml Xml Json Json TipoReinicio siempre siempre nunca nunca ProveedorDb mySql mySql Mongo Mongo Oracle Oracle DB2 DB2 ConfiguracionDB dbNombre dbUsuario dbPuerto ip dbContrasena serverPuerto tipoProveedor ConfiguracionDocker nombreContenedor puertoInterior tipoReinicio nombreImagen ConfiguracionLenguaje version lenguaje Lenguaje java java python python NET NET node node ParametroInterno tipo ConfiguracionMicroservicios ipDiscovery http://localhost puertoDiscovery 8761 RepresentacionGrafica text text combo combo radio radio checkbox checkbox date date TipoABM simple simple seleccionable seleccionable maestroDetalle maestroDetalle maestroDetalleCombo maestroDetalleCombo sinRepresentacion sinRepresentacion maestroConDetalleMultiple maestroConDetalleMultiple
null
{"directed":true,"nodes":[{"nsPrefix":"diagramaClasesCompleto","nsURI":"http://www.example.org/diagramaClasesCompleto","name":"diagramaClasesCompleto","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramaClases","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clasificador","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clase","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":"Relacion","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operacion","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atributo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoRelacion","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoDato","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoRetorno","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModicadoresAcceso","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Multiplicidad","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Herencia","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realizacion","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artefacto","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Retornable","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndPoint","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VerbosHTTP","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoTransferencia","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoReinicio","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProveedorDb","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionDB","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionDocker","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionLenguaje","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Lenguaje","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametroInterno","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionMicroservicios","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RepresentacionGrafica","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoABM","instanceClass":null,"id":30,"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_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefacto_contenido","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"configuraciondb","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":"configuraciondocker","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":"configuracionlenguaje","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuracionmicroservicios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":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":"atributos_contenidos","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":"operaciones_contenidas","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":"herencias_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relaciones_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAbstracta","changeable":true,"lowerBound":0,"iD":false,"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":"realizaciones_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAsociativa","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAuditable","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tieneABM","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicidad","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":"origen","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":"clases_asociativas_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"esFinal","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":"esStatic","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"private","unsettable":false,"transient":false,"unique":true,"name":"visibilidad","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"sinRepresentacion","unsettable":false,"transient":false,"unique":true,"name":"tipoABM","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoRetorno","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":"false","unsettable":false,"transient":false,"unique":true,"name":"esAbstracta","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parametros_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parametros_internos","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"int","unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAuditable","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":"pseudonimo","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"representacionGrafica","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"},{"name":"unidireccional","id":105,"value":0,"literal":"unidireccional","eClass":"EEnumLiteral"},{"name":"bidireccional","id":106,"value":1,"literal":"bidireccional","eClass":"EEnumLiteral"},{"name":"composicion","id":107,"value":2,"literal":"composicion","eClass":"EEnumLiteral"},{"name":"agregacion","id":108,"value":3,"literal":"agregacion","eClass":"EEnumLiteral"},{"name":"dependenciaUso","id":109,"value":4,"literal":"dependenciaUso","eClass":"EEnumLiteral"},{"name":"dependenciaCreacion","id":110,"value":5,"literal":"dependenciaCreacion","eClass":"EEnumLiteral"},{"name":"int","id":111,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"float","id":112,"value":1,"literal":"float","eClass":"EEnumLiteral"},{"name":"double","id":113,"value":2,"literal":"double","eClass":"EEnumLiteral"},{"name":"char","id":114,"value":4,"literal":"char","eClass":"EEnumLiteral"},{"name":"byte","id":115,"value":5,"literal":"byte","eClass":"EEnumLiteral"},{"name":"boolean","id":116,"value":7,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"String","id":117,"value":6,"literal":"String","eClass":"EEnumLiteral"},{"name":"Date","id":118,"value":7,"literal":"Date","eClass":"EEnumLiteral"},{"name":"void","id":119,"value":0,"literal":"void","eClass":"EEnumLiteral"},{"name":"float","id":120,"value":1,"literal":"float","eClass":"EEnumLiteral"},{"name":"int","id":121,"value":2,"literal":"int","eClass":"EEnumLiteral"},{"name":"double","id":122,"value":3,"literal":"double","eClass":"EEnumLiteral"},{"name":"char","id":123,"value":4,"literal":"char","eClass":"EEnumLiteral"},{"name":"byte","id":124,"value":5,"literal":"byte","eClass":"EEnumLiteral"},{"name":"boolean","id":125,"value":6,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"String","id":126,"value":7,"literal":"String","eClass":"EEnumLiteral"},{"name":"package","id":127,"value":0,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":128,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"public","id":129,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":130,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"oneToOne","id":131,"value":0,"literal":"oneToOne","eClass":"EEnumLiteral"},{"name":"oneToMany","id":132,"value":2,"literal":"oneToMany","eClass":"EEnumLiteral"},{"name":"manyToOne","id":133,"value":3,"literal":"manyToOne","eClass":"EEnumLiteral"},{"name":"manyToMany","id":134,"value":5,"literal":"manyToMany","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":"clasificadores_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"origen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","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":"origen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Demo","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Demo","unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"com.example","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"com.example","unsettable":false,"transient":false,"unique":true,"name":"grupoId","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"demo","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"demo","unsettable":false,"transient":false,"unique":true,"name":"artefactotId","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Demo project","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Demo project","unsettable":false,"transient":false,"unique":true,"name":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0.0.1-SNAPSHOT","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0.1-SNAPSHOT","unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibilidad","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":"false","unsettable":false,"transient":false,"unique":true,"name":"esFinal","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esStatic","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoVerdo","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoTransferenciaEntrada","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoTransferenciaSalida","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombrePublicado","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"name":"GET","id":173,"value":0,"literal":"GET","eClass":"EEnumLiteral"},{"name":"POST","id":174,"value":1,"literal":"POST","eClass":"EEnumLiteral"},{"name":"PUT","id":175,"value":2,"literal":"PUT","eClass":"EEnumLiteral"},{"name":"DELETE","id":176,"value":3,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"PATCH","id":177,"value":4,"literal":"PATCH","eClass":"EEnumLiteral"},{"name":"String","id":178,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Xml","id":179,"value":1,"literal":"Xml","eClass":"EEnumLiteral"},{"name":"Json","id":180,"value":2,"literal":"Json","eClass":"EEnumLiteral"},{"name":"siempre","id":181,"value":0,"literal":"siempre","eClass":"EEnumLiteral"},{"name":"nunca","id":182,"value":1,"literal":"nunca","eClass":"EEnumLiteral"},{"name":"mySql","id":183,"value":0,"literal":"mySql","eClass":"EEnumLiteral"},{"name":"Mongo","id":184,"value":1,"literal":"Mongo","eClass":"EEnumLiteral"},{"name":"Oracle","id":185,"value":2,"literal":"Oracle","eClass":"EEnumLiteral"},{"name":"DB2","id":186,"value":3,"literal":"DB2","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":"dbNombre","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"dbUsuario","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":"dbPuerto","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":"ip","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":"dbContrasena","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":"serverPuerto","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoProveedor","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombreContenedor","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"puertoInterior","changeable":true,"lowerBound":0,"iD":false,"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":"tipoReinicio","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":"nombreImagen","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"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":209,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lenguaje","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"name":"java","id":213,"value":0,"literal":"java","eClass":"EEnumLiteral"},{"name":"python","id":214,"value":1,"literal":"python","eClass":"EEnumLiteral"},{"name":"NET","id":215,"value":2,"literal":"NET","eClass":"EEnumLiteral"},{"name":"node","id":216,"value":3,"literal":"node","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"http://localhost","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://localhost","unsettable":false,"transient":false,"unique":true,"name":"ipDiscovery","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":8761,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8761","unsettable":false,"transient":false,"unique":true,"name":"puertoDiscovery","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"name":"text","id":223,"value":0,"literal":"text","eClass":"EEnumLiteral"},{"name":"combo","id":224,"value":1,"literal":"combo","eClass":"EEnumLiteral"},{"name":"radio","id":225,"value":2,"literal":"radio","eClass":"EEnumLiteral"},{"name":"checkbox","id":226,"value":3,"literal":"checkbox","eClass":"EEnumLiteral"},{"name":"date","id":227,"value":4,"literal":"date","eClass":"EEnumLiteral"},{"name":"simple","id":228,"value":0,"literal":"simple","eClass":"EEnumLiteral"},{"name":"seleccionable","id":229,"value":1,"literal":"seleccionable","eClass":"EEnumLiteral"},{"name":"maestroDetalle","id":230,"value":3,"literal":"maestroDetalle","eClass":"EEnumLiteral"},{"name":"maestroDetalleCombo","id":231,"value":4,"literal":"maestroDetalleCombo","eClass":"EEnumLiteral"},{"name":"sinRepresentacion","id":232,"value":4,"literal":"sinRepresentacion","eClass":"EEnumLiteral"},{"name":"maestroConDetalleMultiple","id":233,"value":5,"literal":"maestroConDetalleMultiple","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":1,"target":35},{"source":1,"target":36},{"source":31,"target":13},{"source":31,"target":37},{"source":31,"target":1},{"source":37,"target":13},{"source":32,"target":16},{"source":32,"target":38},{"source":32,"target":1},{"source":38,"target":16},{"source":33,"target":23},{"source":33,"target":39},{"source":33,"target":1},{"source":39,"target":23},{"source":34,"target":24},{"source":34,"target":40},{"source":34,"target":1},{"source":40,"target":24},{"source":35,"target":25},{"source":35,"target":41},{"source":35,"target":1},{"source":41,"target":25},{"source":36,"target":28},{"source":36,"target":42},{"source":36,"target":1},{"source":42,"target":28},{"source":2,"target":0},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":43,"target":47},{"source":43,"target":2},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":2},{"source":48,"target":7},{"source":45,"target":6},{"source":45,"target":49},{"source":45,"target":2},{"source":49,"target":6},{"source":46,"target":14},{"source":46,"target":50},{"source":46,"target":2},{"source":50,"target":14},{"source":3,"target":0},{"source":3,"target":2},{"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":51,"target":5},{"source":51,"target":58},{"source":51,"target":3},{"source":58,"target":5},{"source":52,"target":59},{"source":52,"target":3},{"source":53,"target":15},{"source":53,"target":60},{"source":53,"target":3},{"source":60,"target":15},{"source":54,"target":61},{"source":54,"target":3},{"source":55,"target":62},{"source":55,"target":3},{"source":56,"target":63},{"source":56,"target":3},{"source":57,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":64},{"source":64,"target":2},{"source":5,"target":0},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":65,"target":2},{"source":65,"target":75},{"source":65,"target":5},{"source":75,"target":2},{"source":66,"target":76},{"source":66,"target":5},{"source":67,"target":8},{"source":67,"target":77},{"source":67,"target":5},{"source":77,"target":8},{"source":68,"target":12},{"source":68,"target":78},{"source":68,"target":5},{"source":78,"target":12},{"source":69,"target":3},{"source":69,"target":79},{"source":69,"target":5},{"source":79,"target":3},{"source":70,"target":3},{"source":70,"target":80},{"source":70,"target":5},{"source":80,"target":3},{"source":71,"target":81},{"source":71,"target":5},{"source":72,"target":82},{"source":72,"target":5},{"source":73,"target":11},{"source":73,"target":83},{"source":73,"target":5},{"source":83,"target":11},{"source":74,"target":30},{"source":74,"target":84},{"source":74,"target":5},{"source":84,"target":30},{"source":6,"target":0},{"source":6,"target":17},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":85,"target":10},{"source":85,"target":91},{"source":85,"target":6},{"source":91,"target":10},{"source":86,"target":92},{"source":86,"target":6},{"source":87,"target":17},{"source":87,"target":93},{"source":87,"target":6},{"source":93,"target":17},{"source":88,"target":18},{"source":88,"target":94},{"source":88,"target":6},{"source":94,"target":18},{"source":89,"target":27},{"source":89,"target":95},{"source":89,"target":6},{"source":95,"target":27},{"source":90,"target":17},{"source":7,"target":0},{"source":7,"target":17},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":96,"target":9},{"source":96,"target":101},{"source":96,"target":7},{"source":101,"target":9},{"source":97,"target":102},{"source":97,"target":7},{"source":98,"target":103},{"source":98,"target":7},{"source":99,"target":29},{"source":99,"target":104},{"source":99,"target":7},{"source":104,"target":29},{"source":100,"target":17},{"source":8,"target":0},{"source":8,"target":105},{"source":8,"target":106},{"source":8,"target":107},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":105,"target":8},{"source":106,"target":8},{"source":107,"target":8},{"source":108,"target":8},{"source":109,"target":8},{"source":110,"target":8},{"source":9,"target":0},{"source":9,"target":111},{"source":9,"target":112},{"source":9,"target":113},{"source":9,"target":114},{"source":9,"target":115},{"source":9,"target":116},{"source":9,"target":117},{"source":9,"target":118},{"source":111,"target":9},{"source":112,"target":9},{"source":113,"target":9},{"source":114,"target":9},{"source":115,"target":9},{"source":116,"target":9},{"source":117,"target":9},{"source":118,"target":9},{"source":10,"target":0},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":119,"target":10},{"source":120,"target":10},{"source":121,"target":10},{"source":122,"target":10},{"source":123,"target":10},{"source":124,"target":10},{"source":125,"target":10},{"source":126,"target":10},{"source":11,"target":0},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":127,"target":11},{"source":128,"target":11},{"source":129,"target":11},{"source":130,"target":11},{"source":12,"target":0},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":131,"target":12},{"source":132,"target":12},{"source":133,"target":12},{"source":134,"target":12},{"source":13,"target":0},{"source":13,"target":135},{"source":13,"target":136},{"source":135,"target":2},{"source":135,"target":137},{"source":135,"target":13},{"source":137,"target":2},{"source":136,"target":138},{"source":136,"target":13},{"source":14,"target":0},{"source":14,"target":139},{"source":14,"target":140},{"source":139,"target":2},{"source":139,"target":141},{"source":139,"target":14},{"source":141,"target":2},{"source":140,"target":2},{"source":140,"target":142},{"source":140,"target":14},{"source":142,"target":2},{"source":15,"target":0},{"source":15,"target":143},{"source":15,"target":144},{"source":143,"target":4},{"source":143,"target":145},{"source":143,"target":15},{"source":145,"target":4},{"source":144,"target":3},{"source":144,"target":146},{"source":144,"target":15},{"source":146,"target":3},{"source":16,"target":0},{"source":16,"target":147},{"source":16,"target":148},{"source":16,"target":149},{"source":16,"target":150},{"source":16,"target":151},{"source":147,"target":152},{"source":147,"target":16},{"source":148,"target":153},{"source":148,"target":16},{"source":149,"target":154},{"source":149,"target":16},{"source":150,"target":155},{"source":150,"target":16},{"source":151,"target":156},{"source":151,"target":16},{"source":17,"target":0},{"source":17,"target":157},{"source":17,"target":158},{"source":17,"target":159},{"source":17,"target":160},{"source":157,"target":161},{"source":157,"target":17},{"source":158,"target":11},{"source":158,"target":162},{"source":158,"target":17},{"source":162,"target":11},{"source":159,"target":163},{"source":159,"target":17},{"source":160,"target":164},{"source":160,"target":17},{"source":18,"target":0},{"source":18,"target":165},{"source":18,"target":166},{"source":18,"target":167},{"source":18,"target":168},{"source":165,"target":19},{"source":165,"target":169},{"source":165,"target":18},{"source":169,"target":19},{"source":166,"target":20},{"source":166,"target":170},{"source":166,"target":18},{"source":170,"target":20},{"source":167,"target":20},{"source":167,"target":171},{"source":167,"target":18},{"source":171,"target":20},{"source":168,"target":172},{"source":168,"target":18},{"source":19,"target":0},{"source":19,"target":173},{"source":19,"target":174},{"source":19,"target":175},{"source":19,"target":176},{"source":19,"target":177},{"source":173,"target":19},{"source":174,"target":19},{"source":175,"target":19},{"source":176,"target":19},{"source":177,"target":19},{"source":20,"target":0},{"source":20,"target":178},{"source":20,"target":179},{"source":20,"target":180},{"source":178,"target":20},{"source":179,"target":20},{"source":180,"target":20},{"source":21,"target":0},{"source":21,"target":181},{"source":21,"target":182},{"source":181,"target":21},{"source":182,"target":21},{"source":22,"target":0},{"source":22,"target":183},{"source":22,"target":184},{"source":22,"target":185},{"source":22,"target":186},{"source":183,"target":22},{"source":184,"target":22},{"source":185,"target":22},{"source":186,"target":22},{"source":23,"target":0},{"source":23,"target":187},{"source":23,"target":188},{"source":23,"target":189},{"source":23,"target":190},{"source":23,"target":191},{"source":23,"target":192},{"source":23,"target":193},{"source":187,"target":194},{"source":187,"target":23},{"source":188,"target":195},{"source":188,"target":23},{"source":189,"target":196},{"source":189,"target":23},{"source":190,"target":197},{"source":190,"target":23},{"source":191,"target":198},{"source":191,"target":23},{"source":192,"target":199},{"source":192,"target":23},{"source":193,"target":22},{"source":193,"target":200},{"source":193,"target":23},{"source":200,"target":22},{"source":24,"target":0},{"source":24,"target":201},{"source":24,"target":202},{"source":24,"target":203},{"source":24,"target":204},{"source":201,"target":205},{"source":201,"target":24},{"source":202,"target":206},{"source":202,"target":24},{"source":203,"target":21},{"source":203,"target":207},{"source":203,"target":24},{"source":207,"target":21},{"source":204,"target":208},{"source":204,"target":24},{"source":25,"target":0},{"source":25,"target":209},{"source":25,"target":210},{"source":209,"target":211},{"source":209,"target":25},{"source":210,"target":26},{"source":210,"target":212},{"source":210,"target":25},{"source":212,"target":26},{"source":26,"target":0},{"source":26,"target":213},{"source":26,"target":214},{"source":26,"target":215},{"source":26,"target":216},{"source":213,"target":26},{"source":214,"target":26},{"source":215,"target":26},{"source":216,"target":26},{"source":27,"target":0},{"source":27,"target":217},{"source":217,"target":10},{"source":217,"target":218},{"source":217,"target":27},{"source":218,"target":10},{"source":28,"target":0},{"source":28,"target":219},{"source":28,"target":220},{"source":219,"target":221},{"source":219,"target":28},{"source":220,"target":222},{"source":220,"target":28},{"source":29,"target":0},{"source":29,"target":223},{"source":29,"target":224},{"source":29,"target":225},{"source":29,"target":226},{"source":29,"target":227},{"source":223,"target":29},{"source":224,"target":29},{"source":225,"target":29},{"source":226,"target":29},{"source":227,"target":29},{"source":30,"target":0},{"source":30,"target":228},{"source":30,"target":229},{"source":30,"target":230},{"source":30,"target":231},{"source":30,"target":232},{"source":30,"target":233},{"source":228,"target":30},{"source":229,"target":30},{"source":230,"target":30},{"source":231,"target":30},{"source":232,"target":30},{"source":233,"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="dslHeuristicVisualization" nsURI="http://mondo.dsl.org/dslHeuristicVisualization" nsPrefix="visual"> <eClassifiers xsi:type="ecore:EClass" name="HeuristicStrategy"> <eOperations name="ExecuteHeuristics"/> <eOperations name="Execute_Root_Element"/> <eOperations name="Execute_Graphical_Elements"/> <eOperations name="GetFeatureName" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"> <eParameters name="parentEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eParameters name="childEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="GetEListEClassfromEReference" upperBound="-1" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//Node"> <eParameters name="anEReference" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="ExecuteDirectPathMatrix"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graphic_representation" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//GraphicRepresentation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nemf" eType="ecore:EClass ../../org.mondo.emf.splitter.library/model/splitter_library.ecore#//EcoreEMF"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreContainment" eType="#//EcoreMatrixContainment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentRepresentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentMMGR" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listRepresentation" upperBound="-1" eType="#//RepreHeurSS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyLink"/> <eClassifiers xsi:type="ecore:EClass" name="StrategyLabel" abstract="true" interface="true"> <eOperations name="GetLabel" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"> <eParameters name="anEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyLabelFirstString" eSuperTypes="#//StrategyLabel"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyLabelIdentifier" eSuperTypes="#//StrategyLabel"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyLabelParameter" eSuperTypes="#//StrategyLabel"> <eStructuralFeatures xsi:type="ecore:EReference" name="label_parameter" eType="#//LabelParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelParameter"> <eOperations name="toCommaSeparatedStringLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="DefaultParameters"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="list_label" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrategyRootSelection" abstract="true" interface="true"> <eOperations name="Get_Root" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eParameters name="ContainmentMatrix" upperBound="-1"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eGenericType> </eParameters> <eParameters name="listEClass" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="List_Root" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eParameters name="ContainmentMatrix" upperBound="-1"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eGenericType> </eParameters> <eParameters name="listEClass" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyMaxContainment" eSuperTypes="#//StrategyRootSelection"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyNoParent" eSuperTypes="#//StrategyRootSelection"/> <eClassifiers xsi:type="ecore:EClass" name="StrategyPalette" abstract="true" interface="true"> <eOperations name="Get_Palette" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="anEObject" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyPalette" eSuperTypes="#//StrategyPalette"/> <eClassifiers xsi:type="ecore:EClass" name="StrategyArcSelection" abstract="true" interface="true"> <eOperations name="IsArc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eParameters name="anEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="arc_direction" eType="#//StrategyArcDirection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyArcSelection" eSuperTypes="#//StrategyArcSelection"/> <eClassifiers xsi:type="ecore:EClass" name="StrategyArcDirection" abstract="true" interface="true"> <eOperations name="Get_Direction" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//Edge_Direction"> <eParameters name="anEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcParameter" abstract="true" interface="true"> <eOperations name="DefaultParam"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultArcParameter" eSuperTypes="#//ArcParameter"> <eOperations name="toCommaSeparatedStringSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="toCommaSeparatedStringTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyArcDirection" eSuperTypes="#//StrategyArcDirection"> <eOperations name="ContainsStringEReferenceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="ListStrings" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="anString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="param" eType="#//ArcParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyDefaultDirection" eSuperTypes="#//StrategyArcDirection"/> <eClassifiers xsi:type="ecore:EClass" name="StrategyNodeSelection" abstract="true" interface="true"> <eOperations name="IsNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eParameters name="anEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyDefaultNodeSelection" eSuperTypes="#//StrategyNodeSelection"/> <eClassifiers xsi:type="ecore:EClass" name="StrategyPossibleElements" abstract="true" interface="true"> <eOperations name="PossibleElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eParameters name="rootEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eParameters name="pathMatrix"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eTypeArguments> </eGenericType> </eParameters> <eParameters name="listEClass" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="EClassNoElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyContainmentDiagramElement" eSuperTypes="#//StrategyPossibleElements"/> <eClassifiers xsi:type="ecore:EClass" name="EcoreMatrixContainment"> <eOperations name="GetParent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"> <eParameters name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eOperations> <eOperations name="GetDirectMatrixContainment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eParameters name="listEClass" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="GetPathMatrix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eOperations name="CopyMatrix"/> <eOperations name="PrintDirectMatrixContainment"> <eParameters name="listEClass" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eOperations> <eOperations name="getEAllChilds" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"> <eParameters name="eClass" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eParameters name="listEClass" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eOperations> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrategyLinkCompartment" abstract="true" interface="true"> <eOperations name="ExecuteLinkCompartmentsHeuristics"> <eParameters name="anEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="listLinks" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listCompartment" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listAffixed" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteContainmentasAffixed" eSuperTypes="#//StrategyLinkCompartment"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteContainmentasLinks" eSuperTypes="#//StrategyLinkCompartment"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteContainmentasCompartments" eSuperTypes="#//StrategyLinkCompartment"/> <eClassifiers xsi:type="ecore:EClass" name="RepreHeurSS"> <eStructuralFeatures xsi:type="ecore:EReference" name="heuristicStrategySettings" upperBound="-1" eType="#//HeuristicStrategySettings" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/antoniogarmendia/EMF-Splitter/org.mondo.mm.heuristic.visualization/model/dslHeuristicVisualization.ecore
ecore
dslHeuristicVisualization HeuristicStrategy ExecuteHeuristics Execute_Root_Element Execute_Graphical_Elements GetFeatureName parentEClass childEClass GetEListEClassfromEReference anEReference ExecuteDirectPathMatrix graphic_representation nemf ecoreContainment currentRepresentation currentMMGR listRepresentation ConcreteStrategyLink StrategyLabel GetLabel anEClass ConcreteStrategyLabelFirstString ConcreteStrategyLabelIdentifier ConcreteStrategyLabelParameter label_parameter LabelParameter toCommaSeparatedStringLabel DefaultParameters list_label StrategyRootSelection Get_Root ContainmentMatrix listEClass List_Root ContainmentMatrix listEClass ConcreteStrategyMaxContainment ConcreteStrategyNoParent StrategyPalette Get_Palette anEObject ConcreteStrategyPalette StrategyArcSelection IsArc anEClass arc_direction ConcreteStrategyArcSelection StrategyArcDirection Get_Direction anEClass ArcParameter DefaultParam source target DefaultArcParameter toCommaSeparatedStringSource toCommaSeparatedStringTarget ConcreteStrategyArcDirection ContainsStringEReferenceName ListStrings anString param ConcreteStrategyDefaultDirection StrategyNodeSelection IsNode anEClass ConcreteStrategyDefaultNodeSelection StrategyPossibleElements PossibleElements rootEClass pathMatrix listEClass EClassNoElements ConcreteStrategyContainmentDiagramElement EcoreMatrixContainment GetParent index GetDirectMatrixContainment listEClass GetPathMatrix CopyMatrix PrintDirectMatrixContainment listEClass getEAllChilds eClass listEClass getAllParents index direct_MatrixContainment pathMatrix HeuristicStrategySettings strategy_label strategy_root strategy_palette strategy_arcSelection strategy_node_selection strategy_possibleElements strategy_linkcompartment StrategyLinkCompartment ExecuteLinkCompartmentsHeuristics anEClass listLinks listCompartment listAffixed ConcreteContainmentasAffixed ConcreteContainmentasLinks ConcreteContainmentasCompartments RepreHeurSS heuristicStrategySettings
null
{"directed":true,"nodes":[{"nsPrefix":"visual","nsURI":"http://mondo.dsl.org/dslHeuristicVisualization","name":"dslHeuristicVisualization","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeuristicStrategy","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyLink","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyLabel","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyLabelFirstString","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyLabelIdentifier","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyLabelParameter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelParameter","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyRootSelection","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyMaxContainment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyNoParent","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyPalette","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyPalette","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyArcSelection","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyArcSelection","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyArcDirection","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcParameter","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultArcParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyArcDirection","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyDefaultDirection","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyNodeSelection","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyDefaultNodeSelection","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyPossibleElements","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyContainmentDiagramElement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EcoreMatrixContainment","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeuristicStrategySettings","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyLinkCompartment","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteContainmentasAffixed","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteContainmentasLinks","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteContainmentasCompartments","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepreHeurSS","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExecuteHeuristics","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Execute_Root_Element","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Execute_Graphical_Elements","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetFeatureName","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"GetEListEClassfromEReference","lowerBound":0,"id":35,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExecuteDirectPathMatrix","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"graphic_representation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nemf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreContainment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currentRepresentation","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currentMMGR","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listRepresentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parentEClass","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"childEClass","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEReference","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetLabel","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label_parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCommaSeparatedStringLabel","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DefaultParameters","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"list_label","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Get_Root","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"List_Root","lowerBound":0,"id":72,"many":true,"required":false,"eClass":"EOperation"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"ContainmentMatrix","lowerBound":0,"id":74,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":75,"many":true,"required":false,"eClass":"EParameter"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"ContainmentMatrix","lowerBound":0,"id":80,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":81,"many":true,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Get_Palette","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEObject","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"IsArc","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arc_direction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Get_Direction","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EParameter"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"DefaultParam","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCommaSeparatedStringSource","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCommaSeparatedStringTarget","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ContainsStringEReferenceName","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"ListStrings","lowerBound":0,"id":117,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"anString","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"IsNode","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"PossibleElements","lowerBound":0,"id":128,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EClassNoElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rootEClass","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"pathMatrix","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":133,"many":true,"required":false,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetParent","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetDirectMatrixContainment","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetPathMatrix","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CopyMatrix","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"PrintDirectMatrixContainment","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getEAllChilds","lowerBound":0,"id":146,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllParents","lowerBound":0,"id":147,"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":148,"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":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EParameter"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":154,"many":true,"required":false,"eClass":"EParameter"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":157,"many":true,"required":false,"eClass":"EParameter"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":161,"many":true,"required":false,"eClass":"EParameter"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":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":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":"strategy_root","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":"strategy_palette","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":"strategy_arcSelection","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":"strategy_node_selection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"strategy_possibleElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"strategy_linkcompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExecuteLinkCompartmentsHeuristics","lowerBound":0,"id":187,"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":188,"derived":false},{"container":false,"ordered":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":189,"derived":false},{"container":false,"ordered":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":190,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":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":199,"derived":false},{"id":200,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":31,"target":1},{"source":32,"target":1},{"source":33,"target":1},{"source":34,"target":43},{"source":34,"target":1},{"source":34,"target":44},{"source":34,"target":45},{"source":44,"target":46},{"source":44,"target":34},{"source":45,"target":47},{"source":45,"target":34},{"source":35,"target":48},{"source":35,"target":1},{"source":35,"target":49},{"source":49,"target":50},{"source":49,"target":35},{"source":36,"target":1},{"source":37,"target":51},{"source":37,"target":1},{"source":38,"target":52},{"source":38,"target":1},{"source":39,"target":24},{"source":39,"target":53},{"source":39,"target":1},{"source":53,"target":24},{"source":40,"target":54},{"source":40,"target":1},{"source":41,"target":55},{"source":41,"target":1},{"source":42,"target":30},{"source":42,"target":56},{"source":42,"target":1},{"source":56,"target":30},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":57},{"source":57,"target":58},{"source":57,"target":3},{"source":57,"target":59},{"source":59,"target":60},{"source":59,"target":57},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":61},{"source":61,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":62},{"source":62,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":63},{"source":6,"target":64},{"source":63,"target":7},{"source":63,"target":65},{"source":63,"target":6},{"source":65,"target":7},{"source":64,"target":3},{"source":7,"target":0},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":66,"target":69},{"source":66,"target":7},{"source":67,"target":7},{"source":68,"target":70},{"source":68,"target":7},{"source":8,"target":0},{"source":8,"target":71},{"source":8,"target":72},{"source":71,"target":73},{"source":71,"target":8},{"source":71,"target":74},{"source":71,"target":75},{"source":74,"target":76},{"source":74,"target":71},{"source":76,"target":77},{"source":75,"target":78},{"source":75,"target":71},{"source":72,"target":79},{"source":72,"target":8},{"source":72,"target":80},{"source":72,"target":81},{"source":80,"target":82},{"source":80,"target":72},{"source":82,"target":83},{"source":81,"target":84},{"source":81,"target":72},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":85},{"source":85,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":86},{"source":86,"target":8},{"source":11,"target":0},{"source":11,"target":87},{"source":87,"target":88},{"source":87,"target":11},{"source":87,"target":89},{"source":89,"target":90},{"source":89,"target":87},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":91},{"source":91,"target":11},{"source":13,"target":0},{"source":13,"target":92},{"source":13,"target":93},{"source":92,"target":94},{"source":92,"target":13},{"source":92,"target":95},{"source":95,"target":96},{"source":95,"target":92},{"source":93,"target":15},{"source":93,"target":97},{"source":93,"target":13},{"source":97,"target":15},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":98},{"source":98,"target":13},{"source":15,"target":0},{"source":15,"target":99},{"source":99,"target":100},{"source":99,"target":15},{"source":99,"target":101},{"source":101,"target":102},{"source":101,"target":99},{"source":16,"target":0},{"source":16,"target":103},{"source":16,"target":104},{"source":16,"target":105},{"source":103,"target":16},{"source":104,"target":106},{"source":104,"target":16},{"source":105,"target":107},{"source":105,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":108},{"source":17,"target":109},{"source":17,"target":110},{"source":108,"target":111},{"source":108,"target":17},{"source":109,"target":112},{"source":109,"target":17},{"source":110,"target":16},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":113,"target":116},{"source":113,"target":18},{"source":113,"target":117},{"source":113,"target":118},{"source":117,"target":119},{"source":117,"target":113},{"source":118,"target":120},{"source":118,"target":113},{"source":114,"target":16},{"source":114,"target":121},{"source":114,"target":18},{"source":121,"target":16},{"source":115,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":122},{"source":122,"target":15},{"source":20,"target":0},{"source":20,"target":123},{"source":123,"target":124},{"source":123,"target":20},{"source":123,"target":125},{"source":125,"target":126},{"source":125,"target":123},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":127},{"source":127,"target":20},{"source":22,"target":0},{"source":22,"target":128},{"source":22,"target":129},{"source":128,"target":130},{"source":128,"target":22},{"source":128,"target":131},{"source":128,"target":132},{"source":128,"target":133},{"source":131,"target":134},{"source":131,"target":128},{"source":132,"target":135},{"source":132,"target":128},{"source":135,"target":136},{"source":136,"target":137},{"source":133,"target":138},{"source":133,"target":128},{"source":129,"target":139},{"source":129,"target":22},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":140},{"source":140,"target":22},{"source":24,"target":0},{"source":24,"target":141},{"source":24,"target":142},{"source":24,"target":143},{"source":24,"target":144},{"source":24,"target":145},{"source":24,"target":146},{"source":24,"target":147},{"source":24,"target":148},{"source":24,"target":149},{"source":141,"target":150},{"source":141,"target":24},{"source":141,"target":151},{"source":151,"target":152},{"source":151,"target":141},{"source":142,"target":153},{"source":142,"target":24},{"source":142,"target":154},{"source":154,"target":155},{"source":154,"target":142},{"source":143,"target":156},{"source":143,"target":24},{"source":144,"target":24},{"source":145,"target":24},{"source":145,"target":157},{"source":157,"target":158},{"source":157,"target":145},{"source":146,"target":159},{"source":146,"target":24},{"source":146,"target":160},{"source":146,"target":161},{"source":160,"target":162},{"source":160,"target":146},{"source":161,"target":163},{"source":161,"target":146},{"source":147,"target":164},{"source":147,"target":24},{"source":147,"target":165},{"source":165,"target":166},{"source":165,"target":147},{"source":148,"target":167},{"source":148,"target":24},{"source":167,"target":168},{"source":168,"target":169},{"source":149,"target":170},{"source":149,"target":24},{"source":170,"target":171},{"source":171,"target":172},{"source":25,"target":0},{"source":25,"target":173},{"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":173,"target":3},{"source":173,"target":180},{"source":173,"target":25},{"source":180,"target":3},{"source":174,"target":8},{"source":174,"target":181},{"source":174,"target":25},{"source":181,"target":8},{"source":175,"target":11},{"source":175,"target":182},{"source":175,"target":25},{"source":182,"target":11},{"source":176,"target":13},{"source":176,"target":183},{"source":176,"target":25},{"source":183,"target":13},{"source":177,"target":20},{"source":177,"target":184},{"source":177,"target":25},{"source":184,"target":20},{"source":178,"target":22},{"source":178,"target":185},{"source":178,"target":25},{"source":185,"target":22},{"source":179,"target":26},{"source":179,"target":186},{"source":179,"target":25},{"source":186,"target":26},{"source":26,"target":0},{"source":26,"target":187},{"source":26,"target":188},{"source":26,"target":189},{"source":26,"target":190},{"source":187,"target":26},{"source":187,"target":191},{"source":191,"target":192},{"source":191,"target":187},{"source":188,"target":193},{"source":188,"target":26},{"source":189,"target":194},{"source":189,"target":26},{"source":190,"target":195},{"source":190,"target":26},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":196},{"source":196,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":197},{"source":197,"target":26},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":198},{"source":198,"target":26},{"source":30,"target":0},{"source":30,"target":199},{"source":199,"target":25},{"source":199,"target":200},{"source":199,"target":30},{"source":200,"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="iGES" nsURI="http://www.eclipse.org/january/geometry/xtext/IGES" nsPrefix="iGES"> <eClassifiers xsi:type="ecore:EClass" name="IGES"> <eStructuralFeatures xsi:type="ecore:EReference" name="start" eType="#//Start" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="global" eType="#//Global" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//Data" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" eType="#//Parameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//End" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Start"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lines" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Global"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Data"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//Entry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="structure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineFont" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="view" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="TransformMatrix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramLines" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="form" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entityLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subNum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//PEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indicies" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value"/> <eClassifiers xsi:type="ecore:EClass" name="HString" eSuperTypes="#//Global #//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Param" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pointer" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="End"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/january-forms/org.eclipse.january.geometry.dsl.iges/model/generated/IGES.ecore
ecore
iGES IGES start global data parameters end Start lines Global values Data entries Entry type paramData structure lineFont level view TransformMatrix status index lineWeight color paramLines form entityLabel subNum Parameters entries PEntry type values dIndex indicies Value HString val Param val Pointer val End sval gval dval pval tval
null
{"directed":true,"nodes":[{"nsPrefix":"iGES","nsURI":"http://www.eclipse.org/january/geometry/xtext/IGES","name":"iGES","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IGES","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Global","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entry","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameters","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PEntry","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HString","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Param","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pointer","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"End","instanceClass":null,"abstract":false,"id":12,"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":"start","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"global","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lines","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"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":"type","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":"paramData","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"structure","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineFont","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"view","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":"TransformMatrix","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineWeight","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paramLines","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"form","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":"entityLabel","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subNum","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dIndex","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"indicies","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","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":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"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":"val","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sval","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gval","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dval","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":"pval","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tval","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":13,"target":2},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":2},{"source":14,"target":3},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":3},{"source":15,"target":4},{"source":15,"target":20},{"source":15,"target":1},{"source":20,"target":4},{"source":16,"target":6},{"source":16,"target":21},{"source":16,"target":1},{"source":21,"target":6},{"source":17,"target":12},{"source":17,"target":22},{"source":17,"target":1},{"source":22,"target":12},{"source":2,"target":0},{"source":2,"target":23},{"source":23,"target":24},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":25},{"source":25,"target":8},{"source":25,"target":26},{"source":25,"target":3},{"source":26,"target":8},{"source":4,"target":0},{"source":4,"target":27},{"source":27,"target":5},{"source":27,"target":28},{"source":27,"target":4},{"source":28,"target":5},{"source":5,"target":0},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":29,"target":44},{"source":29,"target":5},{"source":30,"target":45},{"source":30,"target":5},{"source":31,"target":46},{"source":31,"target":5},{"source":32,"target":47},{"source":32,"target":5},{"source":33,"target":48},{"source":33,"target":5},{"source":34,"target":49},{"source":34,"target":5},{"source":35,"target":50},{"source":35,"target":5},{"source":36,"target":51},{"source":36,"target":5},{"source":37,"target":52},{"source":37,"target":5},{"source":38,"target":53},{"source":38,"target":5},{"source":39,"target":54},{"source":39,"target":5},{"source":40,"target":55},{"source":40,"target":5},{"source":41,"target":56},{"source":41,"target":5},{"source":42,"target":57},{"source":42,"target":5},{"source":43,"target":58},{"source":43,"target":5},{"source":6,"target":0},{"source":6,"target":59},{"source":59,"target":7},{"source":59,"target":60},{"source":59,"target":6},{"source":60,"target":7},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":61,"target":65},{"source":61,"target":7},{"source":62,"target":8},{"source":62,"target":66},{"source":62,"target":7},{"source":66,"target":8},{"source":63,"target":67},{"source":63,"target":7},{"source":64,"target":68},{"source":64,"target":7},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":8},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":69,"target":72},{"source":69,"target":9},{"source":70,"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":75},{"source":73,"target":10},{"source":74,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":76},{"source":11,"target":77},{"source":76,"target":78},{"source":76,"target":11},{"source":77,"target":8},{"source":12,"target":0},{"source":12,"target":79},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":79,"target":84},{"source":79,"target":12},{"source":80,"target":85},{"source":80,"target":12},{"source":81,"target":86},{"source":81,"target":12},{"source":82,"target":87},{"source":82,"target":12},{"source":83,"target":88},{"source":83,"target":12}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="site" nsURI="http://www.soluvas.org/schema/web.site/1.0" nsPrefix="site"> <eClassifiers xsi:type="ecore:EClass" name="Section"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A large division of web application.&#xA;&#xA;For example, Bippo Mall is divided into 4 sections: sys, mall, shop, and pub."/> </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="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//Page" containment="true" eOpposite="#//Page/section"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SiteCatalog" eSuperTypes="#//SectionCollection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The site catalog is used to define all *logical* sections and pages in a site.&#xA;&#xA;It is used in 2 ways:&#xA;1. at generation time, to generate concrete page classes, Wicket HTML markup, and JS files.&#xA;2. at runtime, to inspect *logical* sections and pages in the site.&#xA;&#xA;Note that information about actual concrete page classes etc. are not visible here, and if needed, then it should be described using another schema."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SectionCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//Section" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" abstract="true" interface="true"> <eOperations name="getClassSimpleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the class simple name, which is simply the name + &quot;Page&quot; suffix."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The resulting simple name of the Wicket Page subclass, e.g. &quot;ProductSysTable&quot;, without the &quot;Page&quot; suffix."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mountPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Where the page is mounted, relative to application root, e.g. /product/sys, or a URI template with parameters: /product/sys/show/${productId}&#xA;&#xA;mountPoint is highly recommended for SEO and easy URI typing, but not mandatory."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//PageParam" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="section" eType="#//Section" eOpposite="#//Section/pages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericPage" eSuperTypes="#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A page that that specifies the literal Wicket page class name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RawEntityTablePage" eSuperTypes="#//Page #//EntityPage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Lists raw entities in a page using Backbone and jQuery DataTables.&#xA;&#xA;For normal entities see EntityTablePage.&#xA;&#xA;Entities can be added, shown, and deleted.&#xA;&#xA;Features:&#xA;* client-side paging support&#xA;* client-side quick search&#xA;* client-side table column sorting&#xA;&#xA;TODO: support push for dynamic add/remove and show status."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityTablePage" eSuperTypes="#//Page #//EntityPage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Lists normal entities in a page using Backbone and jQuery DataTables.&#xA;&#xA;For raw entities see RawEntity TablePage.&#xA;&#xA;Supported folders:&#xA;1. Published (virtual; published only)&#xA;2. All Items (virtual; except deleted)&#xA;3. Drafts (virtual)&#xA;4. Trash (virtual)&#xA;&#xA;Actions on entities:&#xA;1. add&#xA;2. show&#xA;3. delete&#xA;4. undelete&#xA;5. publish (draft->published)&#xA;6. unpublish (published->draft; some entities may not support this)&#xA;&#xA;Features:&#xA;* client-side paging support&#xA;* client-side quick search&#xA;* client-side table column sorting&#xA;&#xA;TODO: support push for dynamic add/remove and show status."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityEditPage" eSuperTypes="#//Page #//EntityPage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Edit page for normal entities"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RawEntityEditPage" eSuperTypes="#//Page #//EntityPage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Edit page for raw entities"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RawEntityNewPage" eSuperTypes="#//Page #//EntityPage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New normal entity page"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityNewPage" eSuperTypes="#//Page #//EntityPage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New raw entity page"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentPage" eSuperTypes="#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains static but editable HTML content."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DashboardPage" eSuperTypes="#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A page that can be customized by admin.&#xA;&#xA;Typically used for homepage.&#xA;&#xA;The layout is a bit different than other pages because it has a header and a slider/carousel after the header.&#xA;The sidebar is below the header and the carousel."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageParam"> <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="Parameter name for the page, e.g. &quot;productId&quot;."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoginPage" eSuperTypes="#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Login page, that also serves as a SSO register page for Facebook, Twitter, Google, etc."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="registerPage" eType="#//RegisterPage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resetPasswordPage" eType="#//ResetPasswordPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RegisterPage" eSuperTypes="#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Register as user via email."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResetPasswordPage" eSuperTypes="#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to reset password if user forgets the password."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityPage" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entityClass" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Full name of the class that represents the entity.&#xA;&#xA;This is required for:&#xA;1. Getting the EntityRepository for the entity, scoped to the active tenant&#xA;2. Getting the EntityDescriptor which provides metadata about the entity, scoped to the active tenant&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PermalinkCatalog"> <eStructuralFeatures xsi:type="ecore:EReference" name="permalinks" upperBound="-1" eType="#//Permalink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Permalink"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Permalink configuration for an entity."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="e.g. person, shop, etc."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="template" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Recognized values are:&#xA;&#xA;&lt;ol>&#xA;&lt;li>baseUri (from WebAddress, automatically chosen whether relative ('/'), absolute plain HTTP, or absolute HTTPS),&#xA;including scheme and port, and trailing slash.&lt;/li>&#xA;&lt;li>slugPath&lt;/li>&#xA;&lt;/ol>&#xA;&#xA;&lt;p>Reference: https://github.com/damnhandy/Handy-URI-Templates"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PermalinkManager"> <eOperations name="relative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get permalink URI relative to current website."/> </eAnnotations> <eParameters name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="slugPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="absolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get absolute permalink URI, considering plain HTTP vs secure HTTPS."/> </eAnnotations> <eParameters name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="slugPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="unsecureAbsolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get absolute permalink URI, plain HTTP only."/> </eAnnotations> <eParameters name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="slugPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="secureAbsolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get absolute permalink URI, secure HTTPS."/> </eAnnotations> <eParameters name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="slugPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="JavaScriptMode"> <eLiterals name="development"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Use original JS."/> </eAnnotations> </eLiterals> <eLiterals name="minified" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Use minified JS."/> </eAnnotations> </eLiterals> <eLiterals name="aggregated_minified" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Aggregate all JavaScript, then minify it."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequireManager"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaScriptMode" lowerBound="1" eType="#//JavaScriptMode" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cacheBust" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A string used to bust CDN cache, e.g. &quot;2013-02-16 18:43:22+07:00&quot;.&#xA;&#xA;This will be appended as a query string to &quot;relative&quot; js, skin, and img URIs. Relative here in reference to webAddres URIs. Absolute URIs won't be cache-busted."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Site.ecore
ecore
site Section id name pages SiteCatalog SectionCollection sections Page getClassSimpleName name mountPoint params section GenericPage RawEntityTablePage EntityTablePage EntityEditPage RawEntityEditPage RawEntityNewPage EntityNewPage ContentPage DashboardPage PageParam name LoginPage registerPage resetPasswordPage RegisterPage ResetPasswordPage EntityPage entityClass PermalinkCatalog permalinks Permalink namespace template PermalinkManager relative namespace slugPath absolute namespace slugPath unsecureAbsolute namespace slugPath secureAbsolute namespace slugPath JavaScriptMode development development minified minified aggregated_minified aggregated_minified RequireManager javaScriptMode cacheBust
null
{"directed":true,"nodes":[{"nsPrefix":"site","nsURI":"http://www.soluvas.org/schema/web.site/1.0","name":"site","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiteCatalog","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SectionCollection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericPage","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RawEntityTablePage","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityTablePage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityEditPage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RawEntityEditPage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RawEntityNewPage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityNewPage","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentPage","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DashboardPage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageParam","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoginPage","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegisterPage","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResetPasswordPage","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityPage","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PermalinkCatalog","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permalink","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PermalinkManager","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JavaScriptMode","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequireManager","instanceClass":null,"abstract":false,"id":23,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassSimpleName","lowerBound":0,"id":34,"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":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":"mountPoint","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"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":"registerPage","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":"resetPasswordPage","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entityClass","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"permalinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","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":false,"transient":false,"unique":true,"name":"template","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relative","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"absolute","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unsecureAbsolute","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"secureAbsolute","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespace","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"slugPath","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespace","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"slugPath","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespace","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"slugPath","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"namespace","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"slugPath","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"name":"development","id":99,"value":0,"literal":"development","eClass":"EEnumLiteral"},{"name":"minified","id":100,"value":1,"literal":"minified","eClass":"EEnumLiteral"},{"name":"aggregated_minified","id":101,"value":2,"literal":"aggregated_minified","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaScriptMode","changeable":false,"lowerBound":1,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cacheBust","changeable":false,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":24,"target":27},{"source":24,"target":1},{"source":25,"target":28},{"source":25,"target":1},{"source":26,"target":4},{"source":26,"target":29},{"source":26,"target":1},{"source":26,"target":30},{"source":29,"target":4},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":31},{"source":31,"target":3},{"source":3,"target":0},{"source":3,"target":32},{"source":32,"target":1},{"source":32,"target":33},{"source":32,"target":3},{"source":33,"target":1},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":30},{"source":34,"target":38},{"source":34,"target":4},{"source":35,"target":39},{"source":35,"target":4},{"source":36,"target":40},{"source":36,"target":4},{"source":37,"target":14},{"source":37,"target":41},{"source":37,"target":4},{"source":41,"target":14},{"source":30,"target":1},{"source":30,"target":42},{"source":30,"target":4},{"source":30,"target":26},{"source":42,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":43},{"source":43,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":18},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":4},{"source":45,"target":18},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":18},{"source":7,"target":46},{"source":7,"target":47},{"source":46,"target":4},{"source":47,"target":18},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":18},{"source":8,"target":48},{"source":8,"target":49},{"source":48,"target":4},{"source":49,"target":18},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":18},{"source":9,"target":50},{"source":9,"target":51},{"source":50,"target":4},{"source":51,"target":18},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":18},{"source":10,"target":52},{"source":10,"target":53},{"source":52,"target":4},{"source":53,"target":18},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":18},{"source":11,"target":54},{"source":11,"target":55},{"source":54,"target":4},{"source":55,"target":18},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":56},{"source":56,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":57},{"source":57,"target":4},{"source":14,"target":0},{"source":14,"target":58},{"source":58,"target":59},{"source":58,"target":14},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":60},{"source":15,"target":61},{"source":15,"target":62},{"source":60,"target":16},{"source":60,"target":63},{"source":60,"target":15},{"source":63,"target":16},{"source":61,"target":17},{"source":61,"target":64},{"source":61,"target":15},{"source":64,"target":17},{"source":62,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":65},{"source":65,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":66},{"source":66,"target":4},{"source":18,"target":0},{"source":18,"target":67},{"source":67,"target":68},{"source":67,"target":18},{"source":19,"target":0},{"source":19,"target":69},{"source":69,"target":20},{"source":69,"target":70},{"source":69,"target":19},{"source":70,"target":20},{"source":20,"target":0},{"source":20,"target":71},{"source":20,"target":72},{"source":71,"target":73},{"source":71,"target":20},{"source":72,"target":74},{"source":72,"target":20},{"source":21,"target":0},{"source":21,"target":75},{"source":21,"target":76},{"source":21,"target":77},{"source":21,"target":78},{"source":75,"target":79},{"source":75,"target":21},{"source":75,"target":80},{"source":75,"target":81},{"source":80,"target":82},{"source":80,"target":75},{"source":81,"target":83},{"source":81,"target":75},{"source":76,"target":84},{"source":76,"target":21},{"source":76,"target":85},{"source":76,"target":86},{"source":85,"target":87},{"source":85,"target":76},{"source":86,"target":88},{"source":86,"target":76},{"source":77,"target":89},{"source":77,"target":21},{"source":77,"target":90},{"source":77,"target":91},{"source":90,"target":92},{"source":90,"target":77},{"source":91,"target":93},{"source":91,"target":77},{"source":78,"target":94},{"source":78,"target":21},{"source":78,"target":95},{"source":78,"target":96},{"source":95,"target":97},{"source":95,"target":78},{"source":96,"target":98},{"source":96,"target":78},{"source":22,"target":0},{"source":22,"target":99},{"source":22,"target":100},{"source":22,"target":101},{"source":99,"target":22},{"source":100,"target":22},{"source":101,"target":22},{"source":23,"target":0},{"source":23,"target":102},{"source":23,"target":103},{"source":102,"target":22},{"source":102,"target":104},{"source":102,"target":23},{"source":104,"target":22},{"source":103,"target":105},{"source":103,"target":23}],"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="library" nsURI="http:///org/eclipse/example/multipackage_library.ecore" nsPrefix="org.eclipse.example.library"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a single line, non-formatted comment for the library package"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a multiline, non-formatted comment&#xD;&#xA;for Book"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="BookConstraint1 BookConstraint2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="Book_TitleConstraint1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>A &lt;i>formatted&lt;/i> comment for book.&lt;tt>pages&lt;/tt>&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//people/Writer" eOpposite="#//people/Writer/books"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A really, really long documentation for book.author. This text is not formatted. And it is written in a single line. We are using it to check if it is properly displayed. It certainly can get ugly but we will try to make it as pretty as possible. Oh my, more than 300 columns of pure mumbling... This should be a new record..."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="Book_AuthorConstraint1"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Enums can have documentaiton (or even &lt;b>formatted&lt;/b> documentation) too!"/> </eAnnotations> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="EnumLiteral here ;-)"/> </eAnnotations> </eLiterals> <eLiterals name="Biography" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Another &lt;b>formatted&lt;/b> comment, but now for &amp;quot;Library&amp;quot;."/> </eAnnotations> <eOperations name="reserve" eExceptions="#//LibraryException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>A &lt;b>formatted&lt;/b> comment that includes &lt;br />&#xD;&#xA;some line&lt;br />&#xD;&#xA;breaks.&lt;/p>&#xD;&#xA;&lt;p>And a paragraph too!&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="Library_ReserveConstraint1 Library_ReserveConstraint2 Library_ReserveConstraint3 Library_ReserveConstraint4"/> </eAnnotations> <eParameters name="books" upperBound="-1" eType="#//Book"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//people/Writer" containment="true" resolveProxies="false" eKeys="#//people/Writer/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true" resolveProxies="false" eKeys="#//Book/title #//Book/category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aref"> <eGenericType eClassifier="ecore:EClass GenericsGoCrazy.ecore#//MySubClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LibraryException" instanceClassName="org.eclipse.example.library.LibraryException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Another &lt;b>formatted&lt;/b> comment, but now for &amp;quot;LibraryException&amp;quot;."/> </eAnnotations> </eClassifiers> <eSubpackages name="people" nsURI="http:///org/eclipse/example/library/people.ecore" nsPrefix="org.eclipse.example.library.people"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="One more &lt;i>formatted&lt;/i> comment, but now for &amp;quot;people&amp;quot;."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> <eStructuralFeatures xsi:type="ecore:EReference" name="car" eType="ecore:EClass GenericsGoCrazy.ecore#//Car"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/mickaelistria/EMF/tests/org.eclipse.emf.test.examples/data/htmlExporter/multipackage_library.ecore
ecore
library Book title pages 100 category author BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography Library reserve books name writers books aref LibraryException org.eclipse.example.library.LibraryException org.eclipse.example.library.LibraryException people Writer name books car
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.example.library","nsURI":"http:///org/eclipse/example/multipackage_library.ecore","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.example.library.LibraryException","defaultValue":null,"instanceClassName":"org.eclipse.example.library.LibraryException","name":"LibraryException","instanceClass":null,"id":4,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"org.eclipse.example.library.people","nsURI":"http:///org/eclipse/example/library/people.ecore","name":"people","id":5,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":6,"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":7,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":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":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"name":"Mystery","id":16,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":17,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":18,"value":2,"literal":"Biography","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"reserve","lowerBound":0,"id":19,"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":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":"writers","changeable":true,"resolveProxies":false,"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":"books","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":false,"unsettable":false,"transient":false,"unique":true,"name":"aref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":-1,"unique":true,"name":"books","lowerBound":0,"id":24,"many":true,"required":false,"eClass":"EParameter"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"car","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":11},{"source":7,"target":1},{"source":8,"target":2},{"source":8,"target":12},{"source":8,"target":1},{"source":12,"target":2},{"source":9,"target":13},{"source":9,"target":14},{"source":9,"target":1},{"source":9,"target":15},{"source":14,"target":13},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":2},{"source":17,"target":2},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":19,"target":3},{"source":19,"target":24},{"source":19,"target":4},{"source":19,"target":25},{"source":24,"target":1},{"source":24,"target":26},{"source":24,"target":19},{"source":26,"target":1},{"source":25,"target":4},{"source":20,"target":27},{"source":20,"target":3},{"source":21,"target":13},{"source":21,"target":28},{"source":21,"target":3},{"source":21,"target":29},{"source":28,"target":13},{"source":22,"target":1},{"source":22,"target":30},{"source":22,"target":3},{"source":22,"target":6},{"source":22,"target":8},{"source":30,"target":1},{"source":23,"target":31},{"source":23,"target":3},{"source":31,"target":32},{"source":4,"target":0},{"source":5,"target":13},{"source":5,"target":0},{"source":13,"target":5},{"source":13,"target":29},{"source":13,"target":15},{"source":13,"target":33},{"source":29,"target":34},{"source":29,"target":13},{"source":15,"target":1},{"source":15,"target":35},{"source":15,"target":13},{"source":15,"target":9},{"source":35,"target":1},{"source":33,"target":36},{"source":33,"target":13}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="xpect" nsURI="http://www.eclipse.org/xpect/XpectJavaModel" nsPrefix="xpect"> <eClassifiers xsi:type="ecore:EClass" name="XpectJavaModel"> <eOperations name="getContributions"> <eGenericType eClassifier="ecore:EDataType ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//Iterable"> <eTypeArguments eClassifier="#//XjmContribution"/> </eGenericType> <eParameters name="role"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments> <eUpperBound eClassifier="#//JavaAnnotation"/> </eTypeArguments> </eGenericType> </eParameters> </eOperations> <eOperations name="getContributions"> <eGenericType eClassifier="ecore:EDataType ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//Iterable"> <eTypeArguments eClassifier="#//XjmContribution"/> </eGenericType> <eParameters name="role"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments> <eUpperBound eClassifier="#//JavaAnnotation"/> </eTypeArguments> </eGenericType> </eParameters> <eParameters name="environment" eType="#//Environment"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="testOrSuite" eType="#//XjmTest" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributions" upperBound="-1" eType="#//XjmContribution" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tests" upperBound="-1" eType="#//XjmTest" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//NameToMethodEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XjmElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//XjmClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XjmClass" abstract="true" eSuperTypes="#//XjmElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="jvmClass" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmDeclaredType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaClass" derived="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XjmTest" eSuperTypes="#//XjmClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//XjmMethod" containment="true" resolveProxies="false" eOpposite="#//XjmMethod/test"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XjmContribution" eSuperTypes="#//XjmClass"> <eOperations name="isActive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="newInstance"> <eGenericType eTypeParameter="#//XjmContribution/newInstance/T"/> <eTypeParameters name="T"/> <eParameters name="expectedType"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//XjmContribution/newInstance/T"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roles" upperBound="-1" eType="#//JavaAnnotation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="environments" upperBound="-1" eType="#//Environment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deactivationReason" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replacedBy" eType="#//XjmContribution"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XjmMethod" abstract="true" eSuperTypes="#//XjmElement"> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="test" eType="#//XjmTest" changeable="false" resolveProxies="false" eOpposite="#//XjmTest/methods"/> <eStructuralFeatures xsi:type="ecore:EReference" name="jvmMethod" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmOperation" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaMethod" eType="#//JavaMethod" changeable="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XjmTestMethod" eSuperTypes="#//XjmMethod"/> <eClassifiers xsi:type="ecore:EClass" name="XjmXpectMethod" eSuperTypes="#//XjmMethod"> <eOperations name="getParameterCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameToMethodEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//XjmMethod"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="JavaMethod" instanceClassName="java.lang.reflect.Method"/> <eClassifiers xsi:type="ecore:EDataType" name="JavaAnnotation" instanceClassName="java.lang.annotation.Annotation"/> <eClassifiers xsi:type="ecore:EEnum" name="Environment"> <eLiterals name="STANDALONE_TEST"/> <eLiterals name="PLUGIN_TEST" value="1"/> <eLiterals name="WORKBENCH" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/Xpect/org.eclipse.xpect/model/XpectJavaModel.ecore
ecore
xpect XpectJavaModel getContributions role getContributions role environment testOrSuite contributions tests methods XjmElement imports XjmClass jvmClass javaClass XjmTest methods XjmContribution isActive newInstance T expectedType roles environments deactivationReason replacedBy XjmMethod getName test jvmMethod javaMethod XjmTestMethod XjmXpectMethod getParameterCount NameToMethodEntry java.util.Map$Entry java.util.Map$Entry key value JavaMethod java.lang.reflect.Method java.lang.reflect.Method JavaAnnotation java.lang.annotation.Annotation java.lang.annotation.Annotation Environment STANDALONE_TEST STANDALONE_TEST PLUGIN_TEST PLUGIN_TEST WORKBENCH WORKBENCH
null
{"directed":true,"nodes":[{"nsPrefix":"xpect","nsURI":"http://www.eclipse.org/xpect/XpectJavaModel","name":"xpect","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XpectJavaModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XjmElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XjmClass","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XjmTest","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XjmContribution","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XjmMethod","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XjmTestMethod","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XjmXpectMethod","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"NameToMethodEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.reflect.Method","defaultValue":null,"instanceClassName":"java.lang.reflect.Method","name":"JavaMethod","instanceClass":"java.lang.reflect.Method","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.annotation.Annotation","defaultValue":null,"instanceClassName":"java.lang.annotation.Annotation","name":"JavaAnnotation","instanceClass":"java.lang.annotation.Annotation","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Environment","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContributions","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContributions","lowerBound":0,"id":14,"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":"testOrSuite","changeable":true,"resolveProxies":false,"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":"contributions","changeable":true,"resolveProxies":false,"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":"tests","changeable":true,"resolveProxies":false,"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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EParameter"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"environment","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"jvmClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaClass","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":true},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"test","changeable":false,"resolveProxies":false,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isActive","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"newInstance","lowerBound":0,"id":50,"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":"roles","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"environments","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":"deactivationReason","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"replacedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"name":"T","id":58,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"expectedType","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":66,"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":"jvmMethod","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"javaMethod","changeable":false,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameterCount","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"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":"key","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"name":"STANDALONE_TEST","id":82,"value":0,"literal":"STANDALONE_TEST","eClass":"EEnumLiteral"},{"name":"PLUGIN_TEST","id":83,"value":1,"literal":"PLUGIN_TEST","eClass":"EEnumLiteral"},{"name":"WORKBENCH","id":84,"value":2,"literal":"WORKBENCH","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":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":13,"target":19},{"source":13,"target":1},{"source":13,"target":20},{"source":19,"target":21},{"source":21,"target":5},{"source":20,"target":22},{"source":20,"target":13},{"source":22,"target":23},{"source":23,"target":24},{"source":24,"target":11},{"source":14,"target":25},{"source":14,"target":1},{"source":14,"target":26},{"source":14,"target":27},{"source":25,"target":28},{"source":28,"target":5},{"source":26,"target":29},{"source":26,"target":14},{"source":29,"target":30},{"source":30,"target":31},{"source":31,"target":11},{"source":27,"target":12},{"source":27,"target":32},{"source":27,"target":14},{"source":32,"target":12},{"source":15,"target":4},{"source":15,"target":33},{"source":15,"target":1},{"source":33,"target":4},{"source":16,"target":5},{"source":16,"target":34},{"source":16,"target":1},{"source":34,"target":5},{"source":17,"target":4},{"source":17,"target":35},{"source":17,"target":1},{"source":35,"target":4},{"source":18,"target":9},{"source":18,"target":36},{"source":18,"target":1},{"source":36,"target":9},{"source":2,"target":0},{"source":2,"target":37},{"source":37,"target":3},{"source":37,"target":38},{"source":37,"target":2},{"source":38,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":39,"target":42},{"source":39,"target":3},{"source":40,"target":43},{"source":40,"target":3},{"source":43,"target":44},{"source":41,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":45},{"source":4,"target":46},{"source":45,"target":6},{"source":45,"target":47},{"source":45,"target":4},{"source":45,"target":48},{"source":47,"target":6},{"source":46,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":49,"target":56},{"source":49,"target":5},{"source":50,"target":57},{"source":50,"target":5},{"source":50,"target":58},{"source":50,"target":59},{"source":57,"target":58},{"source":59,"target":60},{"source":59,"target":50},{"source":60,"target":61},{"source":61,"target":58},{"source":51,"target":11},{"source":51,"target":62},{"source":51,"target":5},{"source":62,"target":11},{"source":52,"target":12},{"source":52,"target":63},{"source":52,"target":5},{"source":63,"target":12},{"source":53,"target":64},{"source":53,"target":5},{"source":54,"target":5},{"source":54,"target":65},{"source":54,"target":5},{"source":65,"target":5},{"source":55,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":66},{"source":6,"target":48},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":66,"target":70},{"source":66,"target":6},{"source":48,"target":4},{"source":48,"target":71},{"source":48,"target":6},{"source":48,"target":45},{"source":71,"target":4},{"source":67,"target":72},{"source":67,"target":6},{"source":68,"target":10},{"source":68,"target":73},{"source":68,"target":6},{"source":73,"target":10},{"source":69,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":74},{"source":74,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":75},{"source":8,"target":76},{"source":75,"target":77},{"source":75,"target":8},{"source":76,"target":6},{"source":9,"target":0},{"source":9,"target":78},{"source":9,"target":79},{"source":78,"target":80},{"source":78,"target":9},{"source":79,"target":6},{"source":79,"target":81},{"source":79,"target":9},{"source":81,"target":6},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":82,"target":12},{"source":83,"target":12},{"source":84,"target":12}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="spem" nsURI="http://www.thalesgroup.com/spem/2.0" nsPrefix="spem"> <eAnnotations source="add-ons"> <details key="uma" value="WorkProductUseRelationship"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//Kind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//ExtensibleElement"/> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinitionPerformer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedWorkDefinition" eType="#//WorkDefinition" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preCondition" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postCondition" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//WorkDefinitionParameter" transient="true" derived="true" resolveProxies="false"> <eAnnotations source="TODO"> <details key="implem" value="isDerived"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinitionParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//ParameterDirectionKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> <eLiterals name="inout" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakdownElement" abstract="true" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMultipleOccurrences" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPlanned" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="planningData" eType="#//PlanningData" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkBreakdownElement" abstract="true" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRepeatable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOngoing" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEventDriven" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkToPredecessor" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkToSuccessor" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/predecessor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkKind" ordered="false" eType="#//WorkSequenceKind" defaultValueLiteral="finishToStart"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" lowerBound="1" eType="#//WorkBreakdownElement" eOpposite="#//WorkBreakdownElement/linkToSuccessor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" lowerBound="1" eType="#//WorkBreakdownElement" eOpposite="#//WorkBreakdownElement/linkToPredecessor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WorkSequenceKind"> <eLiterals name="finishToStart"/> <eLiterals name="finishToFinish" value="1"/> <eLiterals name="startToStart" value="2"/> <eLiterals name="startToFinish" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//WorkDefinition #//WorkBreakdownElement #//VariabilityElement"> <eAnnotations source="add-ons"> <details key="uma" value="isEnactable"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useKind" ordered="false" lowerBound="1" eType="#//ActivityUseKind" defaultValueLiteral="na"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedActivity" eType="#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedBreakdownElement" upperBound="-1" eType="#//BreakdownElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suppressedBreakdownElement" upperBound="-1" eType="#//BreakdownElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessParameter" upperBound="-1" eType="#//ProcessParameter" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultContext" eType="#//MethodConfiguration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validContext" upperBound="-1" eType="#//MethodConfiguration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnactable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActivityUseKind"> <eLiterals name="na"/> <eLiterals name="extension" value="1"/> <eLiterals name="localContribution" value="2"/> <eLiterals name="localReplacement" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPerformer" eSuperTypes="#//WorkDefinitionPerformer #//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedRoleUse" lowerBound="1" upperBound="-1" eType="#//RoleUse"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedActivity" eType="#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedTaskUse" eType="#//TaskUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleUse" eSuperTypes="#//MethodContentUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//RoleDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedQualification" upperBound="-1" eType="#//Qualification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessResponsibilityAssignment" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedRoleUse" lowerBound="1" upperBound="-1" eType="#//RoleUse"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedWorkProductUse" lowerBound="1" eType="#//WorkProductUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductUse" eSuperTypes="#//MethodContentUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="workProduct" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductUseRelationship" eSuperTypes="#//BreakdownElement"> <eAnnotations source="add-ons"> <details key="uma" value="relationshipkind"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//WorkProductUse"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="#//WorkProductUse"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipKind" lowerBound="1" eType="#//WorkProductRelationshipKind" defaultValueLiteral="impactedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessParameter" eSuperTypes="#//WorkDefinitionParameter #//BreakdownElement"> <eAnnotations source="add-ons"> <details key="Thales R&amp;T" value="optionality (bug in the spec)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterType" eType="#//WorkProductUse"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optionality" eType="#//OptionalityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Milestone" eSuperTypes="#//WorkBreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredResult" upperBound="-1" eType="#//WorkProductUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessElement" abstract="true" eSuperTypes="#//DescribableElement #//ProcessPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="processKind" eType="#//ProcessKind" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DescribableElement" abstract="true" eSuperTypes="#//ExtensibleElement"> <eAnnotations source="add-ons"> <details key="uma" value="category, copyright, author, changeDate, changeDescription, version"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationName" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="briefDescription" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mainDescription" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guidance" upperBound="-1" eType="#//Guidance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metric" upperBound="-1" eType="#//Metric"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1" eType="#//Category" eOpposite="#//Category/categorizedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyright" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subCategory" upperBound="-1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categorizedElement" upperBound="-1" eType="#//DescribableElement" eOpposite="#//DescribableElement/category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//MethodContentElement"/> <eClassifiers xsi:type="ecore:EClass" name="Metric" eSuperTypes="#//DescribableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentElement" abstract="true" eSuperTypes="#//DescribableElement #//MethodContentPackageableElement #//VariabilityElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="methodContentKind" eType="#//MethodContentKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolDefinition" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="managedWorkProduct" upperBound="-1" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskDefinition" eSuperTypes="#//WorkDefinition #//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTaskDefinitionParameter" upperBound="-1" eType="#//Default_TaskDefinitionParameter" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedTool" upperBound="-1" eType="#//ToolDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="step" upperBound="-1" eType="#//Step" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredQualification" upperBound="-1" eType="#//Qualification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="#//WorkDefinition #//DescribableElement #//VariabilityElement"> <eAnnotations source="add-ons"> <details key="Thales R&amp;T" value="predecessor, successor in order to replace Section metaclass"/> </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="predecessor" eType="#//Step" eOpposite="#//Step/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" eType="#//Step" eOpposite="#//Step/predecessor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductDefinition" eSuperTypes="#//MethodContentElement"/> <eClassifiers xsi:type="ecore:EClass" name="RoleDefinition" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synonym" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedQualification" upperBound="-1" eType="#//Qualification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductDefinitionRelationship" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//WorkProductDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Default_TaskDefinitionPerformer" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedTaskDefinition" lowerBound="1" eType="#//TaskDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedRoleDefinition" lowerBound="1" upperBound="-1" eType="#//RoleDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Default_ResponsibilityAssignment" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedRoleDefinition" lowerBound="1" upperBound="-1" eType="#//RoleDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedWorkProductDefinition" lowerBound="1" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Default_TaskDefinitionParameter" eSuperTypes="#//WorkDefinitionParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterType" eType="#//WorkProductDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optionality" eType="#//OptionalityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Qualification" eSuperTypes="#//MethodContentElement"/> <eClassifiers xsi:type="ecore:EEnum" name="OptionalityKind"> <eLiterals name="mandatory"/> <eLiterals name="optional" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentPackageableElement" 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="ProcessPackageableElement" 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="MethodContentPackage" eSuperTypes="#//MethodContentPackageableElement #//MethodPluginPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMethodContentMember" upperBound="-1" eType="#//MethodContentPackageableElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reusedPackage" upperBound="-1" eType="#//MethodContentPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPackage" eSuperTypes="#//ProcessPackageableElement #//MethodPluginPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessMember" upperBound="-1" eType="#//ProcessPackageableElement" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentKind" abstract="true" eSuperTypes="#//MethodContentElement #//Kind"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessKind" abstract="true" eSuperTypes="#//ProcessElement #//Kind"/> <eClassifiers xsi:type="ecore:EClass" name="PlanningData" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finishDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentUse" abstract="true" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSynchronizedWithSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskUse" eSuperTypes="#//MethodContentUse #//WorkBreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//TaskDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedQualification" upperBound="-1" eType="#//Qualification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedStep" upperBound="-1" eType="#//Step"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessParameter" upperBound="-1" eType="#//ProcessParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeRole" eSuperTypes="#//RoleUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregatedRole" upperBound="-1" eType="#//RoleDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TeamProfile" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subTeam" upperBound="-1" eType="#//TeamProfile" containment="true" resolveProxies="false" eOpposite="#//TeamProfile/superTeam"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superTeam" eType="#//TeamProfile" eOpposite="#//TeamProfile/subTeam"/> <eStructuralFeatures xsi:type="ecore:EReference" name="teamRole" upperBound="-1" eType="#//RoleUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariabilityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variabilityType" eType="#//VariabilityType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variabilityBasedOnElement" eType="#//VariabilityElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessComponent" eSuperTypes="#//ProcessPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//Activity" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPort" upperBound="-1" eType="#//WorkProductPort" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessComponentUse" eSuperTypes="#//MethodContentUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="processComponent" lowerBound="1" eType="#//ProcessComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedPort" upperBound="-1" eType="#//WorkProductPort" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodLibraryPackageableElement" 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="MethodPluginPackageableElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="MethodConfiguration" eSuperTypes="#//MethodLibraryPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseConfiguration" upperBound="-1" eType="#//MethodConfiguration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodPluginSelection" lowerBound="1" upperBound="-1" eType="#//MethodPlugin" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processPackageSelection" upperBound="-1" eType="#//ProcessPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentPackageSelection" upperBound="-1" eType="#//MethodContentPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="substractedCategory" upperBound="-1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultView" lowerBound="1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processView" upperBound="-1" eType="#//Category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodPlugin" eSuperTypes="#//MethodLibraryPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMethodContentPackage" upperBound="-1" eType="#//MethodContentPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessPackage" upperBound="-1" eType="#//ProcessPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basePlugin" upperBound="-1" eType="#//MethodPlugin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodLibrary"> <eAnnotations source="add-ons"> <details key="uma" value="configurationPackage"/> </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="ownedMethodPlugin" upperBound="-1" eType="#//MethodPlugin" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predefinedConfiguration" upperBound="-1" eType="#//MethodConfiguration" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurationPackage" eType="#//MethodContentPackage" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductPort" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="portKind" ordered="false" eType="#//ParameterDirectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portType" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductPortConnector" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectedPort" upperBound="-1" eType="#//WorkProductPort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariabilityType"> <eLiterals name="na"/> <eLiterals name="contributes" value="1"/> <eLiterals name="extends" value="2"/> <eLiterals name="replaces" value="3"/> <eLiterals name="extends_replaces" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WorkProductRelationshipKind"> <eLiterals name="impactedBy" literal="impactedBy"/> <eLiterals name="composition" value="1" literal="composition"/> <eLiterals name="aggregation" value="2" literal="aggregation"/> </eClassifiers> <eSubpackages name="uma" nsURI="http://www.thalesgroup.com/spem/2.0/uma" nsPrefix="uma"> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//WorkProductUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedArtifact" upperBound="-1" eType="#//uma/Artifact" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityPattern" eSuperTypes="#//uma/Process"/> <eClassifiers xsi:type="ecore:EClass" name="Checklist" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Concept" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="CategoryPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="CustomCategory" eSuperTypes="#//Category"/> <eClassifiers xsi:type="ecore:EClass" name="Deliverable" eSuperTypes="#//WorkProductUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="deliveredProduct" upperBound="-1" eType="#//WorkProductUse"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packagingGuidance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="includedPattern" upperBound="-1" eType="#//uma/CapabilityPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usageNote" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedConnector" upperBound="-1" eType="#//WorkProductPortConnector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeliveryProcess" eSuperTypes="#//uma/Process"> <eAnnotations source="doc"> <details key="scale" value="represents the size in man.year or other equivalent units"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectCharacteristics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="riskLevel" eType="#//uma/RiskLevel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimatingTechnique" eType="#//uma/EstimatingTechnique"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectMemberExpertise" eType="#//uma/ExpertiseLevel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeOfContract" eType="#//uma/ContractKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationMaterial" upperBound="-1" eType="#//uma/SupportingMaterial"/> <eStructuralFeatures xsi:type="ecore:EReference" name="educationalMaterial" upperBound="-1" eType="#//uma/SupportingMaterial"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RiskLevel"> <eLiterals name="LOW"/> <eLiterals name="MID" value="1"/> <eLiterals name="HIGH" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EstimatingTechnique"> <eLiterals name="COST"/> <eLiterals name="TIME" value="1"/> <eLiterals name="SKILLS" value="2"/> <eLiterals name="DEFECTS" value="3"/> <eLiterals name="OTHER" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExpertiseLevel"> <eLiterals name="LOW"/> <eLiterals name="MID" value="1"/> <eLiterals name="LEVEL" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContractKind"> <eLiterals name="EXPRESS" value="1"/> <eLiterals name="IMPLIED" value="2"/> <eLiterals name="OTHER" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Discipline" eSuperTypes="#//Category"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedTask" upperBound="-1" eType="#//TaskDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedWorflow" upperBound="-1" eType="#//uma/Process"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DisciplineGrouping" eSuperTypes="#//Category"/> <eClassifiers xsi:type="ecore:EClass" name="Root"> <eStructuralFeatures xsi:type="ecore:EReference" name="methodConfiguration" upperBound="-2" eType="#//MethodConfiguration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodLibrary" upperBound="-2" eType="#//MethodLibrary" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="MethodPlugin" upperBound="-2" eType="#//MethodPlugin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain" eSuperTypes="#//Category"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedProduct" upperBound="-1" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EstimatingConsideration" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Example" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Iteration" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Outcome" eSuperTypes="#//WorkProductUse"/> <eClassifiers xsi:type="ecore:EClass" name="Phase" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Practice" eSuperTypes="#//Guidance"> <eStructuralFeatures xsi:type="ecore:EReference" name="subPractice" upperBound="-1" eType="#//uma/Practice" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedActivity" upperBound="-1" eType="#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentReference" upperBound="-1" eType="#//MethodContentElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additionalInfo" 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="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="goal" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="levelOfAdoption" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="problem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPlanningTemplate" eSuperTypes="#//uma/Process"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseProcess" upperBound="-1" eType="#//uma/Process"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Report" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="ReusableAsset" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Roadmap" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="TermDefinition" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="ToolMentor" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Whitepaper" eSuperTypes="#//uma/Concept"/> <eClassifiers xsi:type="ecore:EClass" name="Guideline" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="SupportingMaterial" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="RoleDefinitionPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="TaskDefinitionPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="WorkProductDefinitionPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="GuidancePackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="DisciplinePackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="DomainPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="WorkProductKindPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="RoleSetPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="ToolDefinitionPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationPackage" eSuperTypes="#//MethodContentPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfiguration" upperBound="-1" eType="#//MethodConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityPatternPackage" eSuperTypes="#//ProcessPackage"/> <eClassifiers xsi:type="ecore:EClass" name="DeliveryProcessPackage" eSuperTypes="#//ProcessPackage"/> <eClassifiers xsi:type="ecore:EClass" name="RoleSet" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" upperBound="-1" eType="#//RoleDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualificationPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessComponentPackage" eSuperTypes="#//ProcessPackage"/> <eClassifiers xsi:type="ecore:EClass" name="WorkProductKind" eSuperTypes="#//Kind #//MethodContentElement"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/ObeoNetwork/SPEM-Designer/org.obeonetwork.dsl.spem/model/spem2.ecore
ecore
spem ExtensibleElement kind Kind WorkDefinitionPerformer linkedWorkDefinition WorkDefinition preCondition postCondition ownedParameter WorkDefinitionParameter direction ParameterDirectionKind in in out out inout inout BreakdownElement hasMultipleOccurrences false isOptional false isPlanned false planningData WorkBreakdownElement isRepeatable false isOngoing false isEventDriven false linkToPredecessor linkToSuccessor WorkSequence linkKind finishToStart predecessor successor WorkSequenceKind finishToStart finishToStart finishToFinish finishToFinish startToStart startToStart startToFinish startToFinish Activity useKind na usedActivity nestedBreakdownElement suppressedBreakdownElement ownedProcessParameter defaultContext validContext isEnactable ActivityUseKind na na extension extension localContribution localContribution localReplacement localReplacement ProcessPerformer linkedRoleUse linkedActivity linkedTaskUse RoleUse role appliedQualification ProcessResponsibilityAssignment linkedRoleUse linkedWorkProductUse WorkProductUse workProduct WorkProductUseRelationship source target relationshipKind impactedBy ProcessParameter parameterType optionality Milestone requiredResult ProcessElement processKind DescribableElement presentationName briefDescription mainDescription purpose guidance metric category copyright author changeDate changeDescription version Category subCategory categorizedElement Guidance Metric expression MethodContentElement methodContentKind ToolDefinition managedWorkProduct TaskDefinition ownedTaskDefinitionParameter usedTool step requiredQualification Step name predecessor successor WorkProductDefinition RoleDefinition synonym providedQualification WorkProductDefinitionRelationship source target Default_TaskDefinitionPerformer linkedTaskDefinition linkedRoleDefinition Default_ResponsibilityAssignment linkedRoleDefinition linkedWorkProductDefinition Default_TaskDefinitionParameter name parameterType optionality Qualification OptionalityKind mandatory mandatory optional optional MethodContentPackageableElement name ProcessPackageableElement name MethodContentPackage ownedMethodContentMember reusedPackage ProcessPackage ownedProcessMember MethodContentKind ProcessKind PlanningData startDate finishDate rank duration MethodContentUse isSynchronizedWithSource TaskUse task usedQualification selectedStep ownedProcessParameter preCondition postCondition CompositeRole aggregatedRole TeamProfile subTeam superTeam teamRole VariabilityElement variabilityType variabilityBasedOnElement ProcessComponent process ownedPort ProcessComponentUse processComponent usedPort MethodLibraryPackageableElement name MethodPluginPackageableElement MethodConfiguration baseConfiguration methodPluginSelection processPackageSelection contentPackageSelection substractedCategory defaultView processView MethodPlugin ownedMethodContentPackage ownedProcessPackage basePlugin MethodLibrary name ownedMethodPlugin predefinedConfiguration configurationPackage WorkProductPort isOptional false portKind portType WorkProductPortConnector connectedPort VariabilityType na na contributes contributes extends extends replaces replaces extends_replaces extends_replaces WorkProductRelationshipKind impactedBy impactedBy composition composition aggregation aggregation uma Artifact containedArtifact CapabilityPattern Checklist Concept CategoryPackage CustomCategory Deliverable deliveredProduct externalDescription packagingGuidance Process includedPattern scope usageNote includedConnector DeliveryProcess scale projectCharacteristics riskLevel estimatingTechnique projectMemberExpertise typeOfContract communicationMaterial educationalMaterial RiskLevel LOW LOW MID MID HIGH HIGH EstimatingTechnique COST COST TIME TIME SKILLS SKILLS DEFECTS DEFECTS OTHER OTHER ExpertiseLevel LOW LOW MID MID LEVEL LEVEL ContractKind EXPRESS EXPRESS IMPLIED IMPLIED OTHER OTHER Discipline relatedTask relatedWorflow DisciplineGrouping Root methodConfiguration methodLibrary MethodPlugin Domain relatedProduct EstimatingConsideration Example Iteration Outcome Phase Practice subPractice referencedActivity contentReference additionalInfo application background goal levelOfAdoption problem ProcessPlanningTemplate baseProcess Report ReusableAsset Roadmap Template TermDefinition ToolMentor Whitepaper Guideline SupportingMaterial RoleDefinitionPackage TaskDefinitionPackage WorkProductDefinitionPackage GuidancePackage DisciplinePackage DomainPackage WorkProductKindPackage RoleSetPackage ToolDefinitionPackage ConfigurationPackage ownedConfiguration CapabilityPatternPackage DeliveryProcessPackage RoleSet role QualificationPackage ProcessComponentPackage WorkProductKind
null
{"directed":true,"nodes":[{"nsPrefix":"spem","nsURI":"http://www.thalesgroup.com/spem/2.0","name":"spem","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibleElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinitionPerformer","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinition","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinitionParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakdownElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkBreakdownElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkSequence","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkSequenceKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActivityUseKind","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPerformer","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleUse","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessResponsibilityAssignment","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductUse","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductUseRelationship","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Milestone","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessElement","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescribableElement","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guidance","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metric","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolDefinition","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDefinition","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductDefinition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleDefinition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductDefinitionRelationship","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Default_TaskDefinitionPerformer","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Default_ResponsibilityAssignment","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Default_TaskDefinitionParameter","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Qualification","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OptionalityKind","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentPackageableElement","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPackageableElement","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentPackage","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPackage","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentKind","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessKind","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlanningData","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentUse","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskUse","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeRole","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeamProfile","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariabilityElement","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessComponent","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessComponentUse","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodLibraryPackageableElement","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodPluginPackageableElement","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodConfiguration","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodPlugin","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodLibrary","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductPort","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductPortConnector","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariabilityType","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkProductRelationshipKind","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"uma","nsURI":"http://www.thalesgroup.com/spem/2.0/uma","name":"uma","id":60,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"linkedWorkDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":true},{"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":true,"name":"preCondition","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postCondition","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":true},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"name":"in","id":74,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":75,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":76,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hasMultipleOccurrences","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOptional","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isPlanned","changeable":true,"lowerBound":1,"iD":false,"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":"planningData","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":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isRepeatable","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOngoing","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isEventDriven","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkToPredecessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkToSuccessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"finishToStart","unsettable":false,"transient":false,"unique":true,"name":"linkKind","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"},{"name":"finishToStart","id":104,"value":0,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":105,"value":1,"literal":"finishToFinish","eClass":"EEnumLiteral"},{"name":"startToStart","id":106,"value":2,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":107,"value":3,"literal":"startToFinish","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"na","unsettable":false,"transient":false,"unique":true,"name":"useKind","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedActivity","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":"nestedBreakdownElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"suppressedBreakdownElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProcessParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validContext","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"isEnactable","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"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"},{"name":"na","id":127,"value":0,"literal":"na","eClass":"EEnumLiteral"},{"name":"extension","id":128,"value":1,"literal":"extension","eClass":"EEnumLiteral"},{"name":"localContribution","id":129,"value":2,"literal":"localContribution","eClass":"EEnumLiteral"},{"name":"localReplacement","id":130,"value":3,"literal":"localReplacement","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedRoleUse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedActivity","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedTaskUse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedQualification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedRoleUse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedWorkProductUse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workProduct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"impactedBy","unsettable":false,"transient":false,"unique":true,"name":"relationshipKind","changeable":true,"lowerBound":1,"iD":false,"id":154,"derived":false},{"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":"parameterType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optionality","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredResult","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"processKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":true},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"presentationName","changeable":true,"lowerBound":0,"iD":false,"id":172,"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":"briefDescription","changeable":true,"lowerBound":0,"iD":false,"id":173,"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":"mainDescription","changeable":true,"lowerBound":0,"iD":false,"id":174,"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":"purpose","changeable":true,"lowerBound":0,"iD":false,"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":"guidance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metric","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"copyright","changeable":true,"lowerBound":0,"iD":false,"id":179,"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":"author","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeDate","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeDescription","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"categorizedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subCategory","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"},{"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":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodContentKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"managedWorkProduct","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":"ownedTaskDefinitionParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedTool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"step","changeable":true,"resolveProxies":false,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredQualification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","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"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"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":"synonym","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":"providedQualification","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},{"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":240,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedTaskDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"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":"linkedRoleDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"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":"linkedRoleDefinition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedWorkProductDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optionality","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"name":"mandatory","id":262,"value":0,"literal":"mandatory","eClass":"EEnumLiteral"},{"name":"optional","id":263,"value":1,"literal":"optional","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":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMethodContentMember","changeable":true,"resolveProxies":false,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProcessMember","changeable":true,"resolveProxies":false,"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"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","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":"finishDate","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rank","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSynchronizedWithSource","changeable":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedQualification","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":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedStep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProcessParameter","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":"preCondition","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postCondition","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aggregatedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subTeam","changeable":true,"resolveProxies":false,"lowerBound":0,"id":311,"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":"superTeam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"teamRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variabilityType","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variabilityBasedOnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":false,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usedPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"baseConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"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":"methodPluginSelection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"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":"processPackageSelection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentPackageSelection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substractedCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMethodContentPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProcessPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basePlugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMethodPlugin","changeable":true,"resolveProxies":false,"lowerBound":0,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predefinedConfiguration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurationPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOptional","changeable":true,"lowerBound":1,"iD":false,"id":364,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"portKind","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectedPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"name":"na","id":374,"value":0,"literal":"na","eClass":"EEnumLiteral"},{"name":"contributes","id":375,"value":1,"literal":"contributes","eClass":"EEnumLiteral"},{"name":"extends","id":376,"value":2,"literal":"extends","eClass":"EEnumLiteral"},{"name":"replaces","id":377,"value":3,"literal":"replaces","eClass":"EEnumLiteral"},{"name":"extends_replaces","id":378,"value":4,"literal":"extends_replaces","eClass":"EEnumLiteral"},{"name":"impactedBy","id":379,"value":0,"literal":"impactedBy","eClass":"EEnumLiteral"},{"name":"composition","id":380,"value":1,"literal":"composition","eClass":"EEnumLiteral"},{"name":"aggregation","id":381,"value":2,"literal":"aggregation","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":382,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityPattern","instanceClass":null,"abstract":false,"id":383,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Checklist","instanceClass":null,"abstract":false,"id":384,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concept","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryPackage","instanceClass":null,"abstract":false,"id":386,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomCategory","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deliverable","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeliveryProcess","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RiskLevel","instanceClass":null,"id":391,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EstimatingTechnique","instanceClass":null,"id":392,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpertiseLevel","instanceClass":null,"id":393,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContractKind","instanceClass":null,"id":394,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Discipline","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisciplineGrouping","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EstimatingConsideration","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Example","instanceClass":null,"abstract":false,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Outcome","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Practice","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPlanningTemplate","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Report","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReusableAsset","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Roadmap","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":409,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermDefinition","instanceClass":null,"abstract":false,"id":410,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolMentor","instanceClass":null,"abstract":false,"id":411,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Whitepaper","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guideline","instanceClass":null,"abstract":false,"id":413,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportingMaterial","instanceClass":null,"abstract":false,"id":414,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleDefinitionPackage","instanceClass":null,"abstract":false,"id":415,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDefinitionPackage","instanceClass":null,"abstract":false,"id":416,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductDefinitionPackage","instanceClass":null,"abstract":false,"id":417,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuidancePackage","instanceClass":null,"abstract":false,"id":418,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisciplinePackage","instanceClass":null,"abstract":false,"id":419,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainPackage","instanceClass":null,"abstract":false,"id":420,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductKindPackage","instanceClass":null,"abstract":false,"id":421,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleSetPackage","instanceClass":null,"abstract":false,"id":422,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolDefinitionPackage","instanceClass":null,"abstract":false,"id":423,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationPackage","instanceClass":null,"abstract":false,"id":424,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityPatternPackage","instanceClass":null,"abstract":false,"id":425,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeliveryProcessPackage","instanceClass":null,"abstract":false,"id":426,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleSet","instanceClass":null,"abstract":false,"id":427,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualificationPackage","instanceClass":null,"abstract":false,"id":428,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessComponentPackage","instanceClass":null,"abstract":false,"id":429,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductKind","instanceClass":null,"abstract":false,"id":430,"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":"containedArtifact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deliveredProduct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalDescription","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packagingGuidance","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"includedPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":447,"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":"usageNote","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"includedConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":455,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectCharacteristics","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"riskLevel","changeable":true,"lowerBound":0,"iD":false,"id":457,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estimatingTechnique","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectMemberExpertise","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeOfContract","changeable":true,"lowerBound":0,"iD":false,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"communicationMaterial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"educationalMaterial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"name":"LOW","id":472,"value":0,"literal":"LOW","eClass":"EEnumLiteral"},{"name":"MID","id":473,"value":1,"literal":"MID","eClass":"EEnumLiteral"},{"name":"HIGH","id":474,"value":2,"literal":"HIGH","eClass":"EEnumLiteral"},{"name":"COST","id":475,"value":0,"literal":"COST","eClass":"EEnumLiteral"},{"name":"TIME","id":476,"value":1,"literal":"TIME","eClass":"EEnumLiteral"},{"name":"SKILLS","id":477,"value":2,"literal":"SKILLS","eClass":"EEnumLiteral"},{"name":"DEFECTS","id":478,"value":3,"literal":"DEFECTS","eClass":"EEnumLiteral"},{"name":"OTHER","id":479,"value":4,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"LOW","id":480,"value":0,"literal":"LOW","eClass":"EEnumLiteral"},{"name":"MID","id":481,"value":1,"literal":"MID","eClass":"EEnumLiteral"},{"name":"LEVEL","id":482,"value":2,"literal":"LEVEL","eClass":"EEnumLiteral"},{"name":"EXPRESS","id":483,"value":1,"literal":"EXPRESS","eClass":"EEnumLiteral"},{"name":"IMPLIED","id":484,"value":2,"literal":"IMPLIED","eClass":"EEnumLiteral"},{"name":"OTHER","id":485,"value":2,"literal":"OTHER","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":"relatedTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedWorflow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"MethodPlugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedProduct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subPractice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"additionalInfo","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":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":510,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"lowerBound":0,"iD":false,"id":511,"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":"goal","changeable":true,"lowerBound":0,"iD":false,"id":512,"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":"levelOfAdoption","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"problem","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":1,"target":0},{"source":1,"target":61},{"source":61,"target":2},{"source":61,"target":62},{"source":61,"target":1},{"source":62,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":63},{"source":63,"target":1},{"source":3,"target":0},{"source":3,"target":64},{"source":64,"target":4},{"source":64,"target":65},{"source":64,"target":3},{"source":65,"target":4},{"source":4,"target":0},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":66,"target":69},{"source":66,"target":4},{"source":67,"target":70},{"source":67,"target":4},{"source":68,"target":5},{"source":68,"target":71},{"source":68,"target":4},{"source":71,"target":5},{"source":5,"target":0},{"source":5,"target":72},{"source":72,"target":6},{"source":72,"target":73},{"source":72,"target":5},{"source":73,"target":6},{"source":6,"target":0},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":74,"target":6},{"source":75,"target":6},{"source":76,"target":6},{"source":7,"target":0},{"source":7,"target":20},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":77,"target":82},{"source":77,"target":7},{"source":78,"target":83},{"source":78,"target":7},{"source":79,"target":84},{"source":79,"target":7},{"source":80,"target":43},{"source":80,"target":85},{"source":80,"target":7},{"source":85,"target":43},{"source":81,"target":20},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":86},{"source":8,"target":87},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":86,"target":92},{"source":86,"target":8},{"source":87,"target":93},{"source":87,"target":8},{"source":88,"target":94},{"source":88,"target":8},{"source":89,"target":9},{"source":89,"target":95},{"source":89,"target":8},{"source":89,"target":96},{"source":95,"target":9},{"source":90,"target":9},{"source":90,"target":97},{"source":90,"target":8},{"source":90,"target":98},{"source":97,"target":9},{"source":91,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":99},{"source":9,"target":98},{"source":9,"target":96},{"source":9,"target":100},{"source":99,"target":10},{"source":99,"target":101},{"source":99,"target":9},{"source":101,"target":10},{"source":98,"target":8},{"source":98,"target":102},{"source":98,"target":9},{"source":98,"target":90},{"source":102,"target":8},{"source":96,"target":8},{"source":96,"target":103},{"source":96,"target":9},{"source":96,"target":89},{"source":103,"target":8},{"source":100,"target":7},{"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":4},{"source":11,"target":8},{"source":11,"target":48},{"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":108,"target":12},{"source":108,"target":119},{"source":108,"target":11},{"source":119,"target":12},{"source":109,"target":11},{"source":109,"target":120},{"source":109,"target":11},{"source":120,"target":11},{"source":110,"target":7},{"source":110,"target":121},{"source":110,"target":11},{"source":121,"target":7},{"source":111,"target":7},{"source":111,"target":122},{"source":111,"target":11},{"source":122,"target":7},{"source":112,"target":18},{"source":112,"target":123},{"source":112,"target":11},{"source":123,"target":18},{"source":113,"target":53},{"source":113,"target":124},{"source":113,"target":11},{"source":124,"target":53},{"source":114,"target":53},{"source":114,"target":125},{"source":114,"target":11},{"source":125,"target":53},{"source":115,"target":126},{"source":115,"target":11},{"source":116,"target":4},{"source":117,"target":8},{"source":118,"target":48},{"source":12,"target":0},{"source":12,"target":127},{"source":12,"target":128},{"source":12,"target":129},{"source":12,"target":130},{"source":127,"target":12},{"source":128,"target":12},{"source":129,"target":12},{"source":130,"target":12},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":7},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":13,"target":134},{"source":13,"target":135},{"source":131,"target":14},{"source":131,"target":136},{"source":131,"target":13},{"source":136,"target":14},{"source":132,"target":11},{"source":132,"target":137},{"source":132,"target":13},{"source":137,"target":11},{"source":133,"target":45},{"source":133,"target":138},{"source":133,"target":13},{"source":138,"target":45},{"source":134,"target":3},{"source":135,"target":7},{"source":14,"target":0},{"source":14,"target":44},{"source":14,"target":139},{"source":14,"target":140},{"source":14,"target":141},{"source":139,"target":30},{"source":139,"target":142},{"source":139,"target":14},{"source":142,"target":30},{"source":140,"target":35},{"source":140,"target":143},{"source":140,"target":14},{"source":143,"target":35},{"source":141,"target":44},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":144},{"source":15,"target":145},{"source":15,"target":146},{"source":144,"target":14},{"source":144,"target":147},{"source":144,"target":15},{"source":147,"target":14},{"source":145,"target":16},{"source":145,"target":148},{"source":145,"target":15},{"source":148,"target":16},{"source":146,"target":7},{"source":16,"target":0},{"source":16,"target":44},{"source":16,"target":149},{"source":16,"target":150},{"source":149,"target":29},{"source":149,"target":151},{"source":149,"target":16},{"source":151,"target":29},{"source":150,"target":44},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":152},{"source":17,"target":153},{"source":17,"target":154},{"source":17,"target":155},{"source":152,"target":16},{"source":152,"target":156},{"source":152,"target":17},{"source":156,"target":16},{"source":153,"target":16},{"source":153,"target":157},{"source":153,"target":17},{"source":157,"target":16},{"source":154,"target":59},{"source":154,"target":158},{"source":154,"target":17},{"source":158,"target":59},{"source":155,"target":7},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":7},{"source":18,"target":159},{"source":18,"target":160},{"source":18,"target":161},{"source":18,"target":162},{"source":159,"target":16},{"source":159,"target":163},{"source":159,"target":18},{"source":163,"target":16},{"source":160,"target":36},{"source":160,"target":164},{"source":160,"target":18},{"source":164,"target":36},{"source":161,"target":5},{"source":162,"target":7},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":165},{"source":19,"target":166},{"source":165,"target":16},{"source":165,"target":167},{"source":165,"target":19},{"source":167,"target":16},{"source":166,"target":8},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":38},{"source":20,"target":168},{"source":20,"target":169},{"source":20,"target":170},{"source":168,"target":42},{"source":168,"target":171},{"source":168,"target":20},{"source":171,"target":42},{"source":169,"target":21},{"source":170,"target":38},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":172},{"source":21,"target":173},{"source":21,"target":174},{"source":21,"target":175},{"source":21,"target":176},{"source":21,"target":177},{"source":21,"target":178},{"source":21,"target":179},{"source":21,"target":180},{"source":21,"target":181},{"source":21,"target":182},{"source":21,"target":183},{"source":21,"target":184},{"source":172,"target":185},{"source":172,"target":21},{"source":173,"target":186},{"source":173,"target":21},{"source":174,"target":187},{"source":174,"target":21},{"source":175,"target":188},{"source":175,"target":21},{"source":176,"target":23},{"source":176,"target":189},{"source":176,"target":21},{"source":189,"target":23},{"source":177,"target":24},{"source":177,"target":190},{"source":177,"target":21},{"source":190,"target":24},{"source":178,"target":22},{"source":178,"target":191},{"source":178,"target":21},{"source":178,"target":192},{"source":191,"target":22},{"source":179,"target":193},{"source":179,"target":21},{"source":180,"target":194},{"source":180,"target":21},{"source":181,"target":195},{"source":181,"target":21},{"source":182,"target":196},{"source":182,"target":21},{"source":183,"target":197},{"source":183,"target":21},{"source":184,"target":1},{"source":22,"target":0},{"source":22,"target":25},{"source":22,"target":198},{"source":22,"target":192},{"source":22,"target":199},{"source":198,"target":22},{"source":198,"target":200},{"source":198,"target":22},{"source":200,"target":22},{"source":192,"target":21},{"source":192,"target":201},{"source":192,"target":22},{"source":192,"target":178},{"source":201,"target":21},{"source":199,"target":25},{"source":23,"target":0},{"source":23,"target":25},{"source":23,"target":202},{"source":202,"target":25},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":203},{"source":24,"target":204},{"source":203,"target":205},{"source":203,"target":24},{"source":204,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":37},{"source":25,"target":48},{"source":25,"target":206},{"source":25,"target":207},{"source":25,"target":208},{"source":25,"target":209},{"source":206,"target":41},{"source":206,"target":210},{"source":206,"target":25},{"source":210,"target":41},{"source":207,"target":21},{"source":208,"target":37},{"source":209,"target":48},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":211},{"source":26,"target":212},{"source":211,"target":29},{"source":211,"target":213},{"source":211,"target":26},{"source":213,"target":29},{"source":212,"target":25},{"source":27,"target":0},{"source":27,"target":4},{"source":27,"target":25},{"source":27,"target":214},{"source":27,"target":215},{"source":27,"target":216},{"source":27,"target":217},{"source":27,"target":218},{"source":27,"target":219},{"source":214,"target":34},{"source":214,"target":220},{"source":214,"target":27},{"source":220,"target":34},{"source":215,"target":26},{"source":215,"target":221},{"source":215,"target":27},{"source":221,"target":26},{"source":216,"target":28},{"source":216,"target":222},{"source":216,"target":27},{"source":222,"target":28},{"source":217,"target":35},{"source":217,"target":223},{"source":217,"target":27},{"source":223,"target":35},{"source":218,"target":4},{"source":219,"target":25},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":21},{"source":28,"target":48},{"source":28,"target":224},{"source":28,"target":225},{"source":28,"target":226},{"source":28,"target":227},{"source":28,"target":228},{"source":28,"target":229},{"source":224,"target":230},{"source":224,"target":28},{"source":225,"target":28},{"source":225,"target":231},{"source":225,"target":28},{"source":225,"target":226},{"source":231,"target":28},{"source":226,"target":28},{"source":226,"target":232},{"source":226,"target":28},{"source":226,"target":225},{"source":232,"target":28},{"source":227,"target":4},{"source":228,"target":21},{"source":229,"target":48},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":233},{"source":233,"target":25},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":234},{"source":30,"target":235},{"source":30,"target":236},{"source":234,"target":237},{"source":234,"target":30},{"source":235,"target":35},{"source":235,"target":238},{"source":235,"target":30},{"source":238,"target":35},{"source":236,"target":25},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":239},{"source":31,"target":240},{"source":31,"target":241},{"source":239,"target":29},{"source":239,"target":242},{"source":239,"target":31},{"source":242,"target":29},{"source":240,"target":29},{"source":240,"target":243},{"source":240,"target":31},{"source":243,"target":29},{"source":241,"target":25},{"source":32,"target":0},{"source":32,"target":25},{"source":32,"target":244},{"source":32,"target":245},{"source":32,"target":246},{"source":244,"target":27},{"source":244,"target":247},{"source":244,"target":32},{"source":247,"target":27},{"source":245,"target":30},{"source":245,"target":248},{"source":245,"target":32},{"source":248,"target":30},{"source":246,"target":25},{"source":33,"target":0},{"source":33,"target":25},{"source":33,"target":249},{"source":33,"target":250},{"source":33,"target":251},{"source":249,"target":30},{"source":249,"target":252},{"source":249,"target":33},{"source":252,"target":30},{"source":250,"target":29},{"source":250,"target":253},{"source":250,"target":33},{"source":253,"target":29},{"source":251,"target":25},{"source":34,"target":0},{"source":34,"target":5},{"source":34,"target":254},{"source":34,"target":255},{"source":34,"target":256},{"source":34,"target":257},{"source":254,"target":258},{"source":254,"target":34},{"source":255,"target":29},{"source":255,"target":259},{"source":255,"target":34},{"source":259,"target":29},{"source":256,"target":36},{"source":256,"target":260},{"source":256,"target":34},{"source":260,"target":36},{"source":257,"target":5},{"source":35,"target":0},{"source":35,"target":25},{"source":35,"target":261},{"source":261,"target":25},{"source":36,"target":0},{"source":36,"target":262},{"source":36,"target":263},{"source":262,"target":36},{"source":263,"target":36},{"source":37,"target":0},{"source":37,"target":264},{"source":264,"target":265},{"source":264,"target":37},{"source":38,"target":0},{"source":38,"target":266},{"source":266,"target":267},{"source":266,"target":38},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":52},{"source":39,"target":268},{"source":39,"target":269},{"source":39,"target":270},{"source":39,"target":271},{"source":268,"target":37},{"source":268,"target":272},{"source":268,"target":39},{"source":272,"target":37},{"source":269,"target":39},{"source":269,"target":273},{"source":269,"target":39},{"source":273,"target":39},{"source":270,"target":37},{"source":271,"target":52},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":52},{"source":40,"target":274},{"source":40,"target":275},{"source":40,"target":276},{"source":274,"target":38},{"source":274,"target":277},{"source":274,"target":40},{"source":277,"target":38},{"source":275,"target":38},{"source":276,"target":52},{"source":41,"target":0},{"source":41,"target":25},{"source":41,"target":2},{"source":41,"target":278},{"source":41,"target":279},{"source":278,"target":25},{"source":279,"target":2},{"source":42,"target":0},{"source":42,"target":20},{"source":42,"target":2},{"source":42,"target":280},{"source":42,"target":281},{"source":280,"target":20},{"source":281,"target":2},{"source":43,"target":0},{"source":43,"target":20},{"source":43,"target":282},{"source":43,"target":283},{"source":43,"target":284},{"source":43,"target":285},{"source":43,"target":286},{"source":282,"target":287},{"source":282,"target":43},{"source":283,"target":288},{"source":283,"target":43},{"source":284,"target":289},{"source":284,"target":43},{"source":285,"target":290},{"source":285,"target":43},{"source":286,"target":20},{"source":44,"target":0},{"source":44,"target":7},{"source":44,"target":291},{"source":44,"target":292},{"source":291,"target":293},{"source":291,"target":44},{"source":292,"target":7},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":8},{"source":45,"target":294},{"source":45,"target":295},{"source":45,"target":296},{"source":45,"target":297},{"source":45,"target":298},{"source":45,"target":299},{"source":45,"target":300},{"source":45,"target":301},{"source":294,"target":27},{"source":294,"target":302},{"source":294,"target":45},{"source":302,"target":27},{"source":295,"target":35},{"source":295,"target":303},{"source":295,"target":45},{"source":303,"target":35},{"source":296,"target":28},{"source":296,"target":304},{"source":296,"target":45},{"source":304,"target":28},{"source":297,"target":18},{"source":297,"target":305},{"source":297,"target":45},{"source":305,"target":18},{"source":298,"target":306},{"source":298,"target":45},{"source":299,"target":307},{"source":299,"target":45},{"source":300,"target":44},{"source":301,"target":8},{"source":46,"target":0},{"source":46,"target":14},{"source":46,"target":308},{"source":46,"target":309},{"source":308,"target":30},{"source":308,"target":310},{"source":308,"target":46},{"source":310,"target":30},{"source":309,"target":14},{"source":47,"target":0},{"source":47,"target":7},{"source":47,"target":311},{"source":47,"target":312},{"source":47,"target":313},{"source":47,"target":314},{"source":311,"target":47},{"source":311,"target":315},{"source":311,"target":47},{"source":311,"target":312},{"source":315,"target":47},{"source":312,"target":47},{"source":312,"target":316},{"source":312,"target":47},{"source":312,"target":311},{"source":316,"target":47},{"source":313,"target":14},{"source":313,"target":317},{"source":313,"target":47},{"source":317,"target":14},{"source":314,"target":7},{"source":48,"target":0},{"source":48,"target":318},{"source":48,"target":319},{"source":318,"target":58},{"source":318,"target":320},{"source":318,"target":48},{"source":320,"target":58},{"source":319,"target":48},{"source":319,"target":321},{"source":319,"target":48},{"source":321,"target":48},{"source":49,"target":0},{"source":49,"target":40},{"source":49,"target":322},{"source":49,"target":323},{"source":49,"target":324},{"source":322,"target":11},{"source":322,"target":325},{"source":322,"target":49},{"source":325,"target":11},{"source":323,"target":56},{"source":323,"target":326},{"source":323,"target":49},{"source":326,"target":56},{"source":324,"target":40},{"source":50,"target":0},{"source":50,"target":44},{"source":50,"target":327},{"source":50,"target":328},{"source":50,"target":329},{"source":327,"target":49},{"source":327,"target":330},{"source":327,"target":50},{"source":330,"target":49},{"source":328,"target":56},{"source":328,"target":331},{"source":328,"target":50},{"source":331,"target":56},{"source":329,"target":44},{"source":51,"target":0},{"source":51,"target":332},{"source":332,"target":333},{"source":332,"target":51},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":51},{"source":53,"target":334},{"source":53,"target":335},{"source":53,"target":336},{"source":53,"target":337},{"source":53,"target":338},{"source":53,"target":339},{"source":53,"target":340},{"source":53,"target":341},{"source":334,"target":53},{"source":334,"target":342},{"source":334,"target":53},{"source":342,"target":53},{"source":335,"target":54},{"source":335,"target":343},{"source":335,"target":53},{"source":343,"target":54},{"source":336,"target":40},{"source":336,"target":344},{"source":336,"target":53},{"source":344,"target":40},{"source":337,"target":39},{"source":337,"target":345},{"source":337,"target":53},{"source":345,"target":39},{"source":338,"target":22},{"source":338,"target":346},{"source":338,"target":53},{"source":346,"target":22},{"source":339,"target":22},{"source":339,"target":347},{"source":339,"target":53},{"source":347,"target":22},{"source":340,"target":22},{"source":340,"target":348},{"source":340,"target":53},{"source":348,"target":22},{"source":341,"target":51},{"source":54,"target":0},{"source":54,"target":51},{"source":54,"target":349},{"source":54,"target":350},{"source":54,"target":351},{"source":54,"target":352},{"source":349,"target":39},{"source":349,"target":353},{"source":349,"target":54},{"source":353,"target":39},{"source":350,"target":40},{"source":350,"target":354},{"source":350,"target":54},{"source":354,"target":40},{"source":351,"target":54},{"source":351,"target":355},{"source":351,"target":54},{"source":355,"target":54},{"source":352,"target":51},{"source":55,"target":0},{"source":55,"target":356},{"source":55,"target":357},{"source":55,"target":358},{"source":55,"target":359},{"source":356,"target":360},{"source":356,"target":55},{"source":357,"target":54},{"source":357,"target":361},{"source":357,"target":55},{"source":361,"target":54},{"source":358,"target":53},{"source":358,"target":362},{"source":358,"target":55},{"source":362,"target":53},{"source":359,"target":39},{"source":359,"target":363},{"source":359,"target":55},{"source":363,"target":39},{"source":56,"target":0},{"source":56,"target":20},{"source":56,"target":364},{"source":56,"target":365},{"source":56,"target":366},{"source":56,"target":367},{"source":364,"target":368},{"source":364,"target":56},{"source":365,"target":6},{"source":365,"target":369},{"source":365,"target":56},{"source":369,"target":6},{"source":366,"target":29},{"source":366,"target":370},{"source":366,"target":56},{"source":370,"target":29},{"source":367,"target":20},{"source":57,"target":0},{"source":57,"target":20},{"source":57,"target":371},{"source":57,"target":372},{"source":371,"target":56},{"source":371,"target":373},{"source":371,"target":57},{"source":373,"target":56},{"source":372,"target":20},{"source":58,"target":0},{"source":58,"target":374},{"source":58,"target":375},{"source":58,"target":376},{"source":58,"target":377},{"source":58,"target":378},{"source":374,"target":58},{"source":375,"target":58},{"source":376,"target":58},{"source":377,"target":58},{"source":378,"target":58},{"source":59,"target":0},{"source":59,"target":379},{"source":59,"target":380},{"source":59,"target":381},{"source":379,"target":59},{"source":380,"target":59},{"source":381,"target":59},{"source":60,"target":382},{"source":60,"target":383},{"source":60,"target":384},{"source":60,"target":385},{"source":60,"target":386},{"source":60,"target":387},{"source":60,"target":388},{"source":60,"target":389},{"source":60,"target":390},{"source":60,"target":391},{"source":60,"target":392},{"source":60,"target":393},{"source":60,"target":394},{"source":60,"target":395},{"source":60,"target":396},{"source":60,"target":397},{"source":60,"target":398},{"source":60,"target":399},{"source":60,"target":400},{"source":60,"target":401},{"source":60,"target":402},{"source":60,"target":403},{"source":60,"target":404},{"source":60,"target":405},{"source":60,"target":406},{"source":60,"target":407},{"source":60,"target":408},{"source":60,"target":409},{"source":60,"target":410},{"source":60,"target":411},{"source":60,"target":412},{"source":60,"target":413},{"source":60,"target":414},{"source":60,"target":415},{"source":60,"target":416},{"source":60,"target":417},{"source":60,"target":418},{"source":60,"target":419},{"source":60,"target":420},{"source":60,"target":421},{"source":60,"target":422},{"source":60,"target":423},{"source":60,"target":424},{"source":60,"target":425},{"source":60,"target":426},{"source":60,"target":427},{"source":60,"target":428},{"source":60,"target":429},{"source":60,"target":430},{"source":60,"target":0},{"source":382,"target":60},{"source":382,"target":16},{"source":382,"target":431},{"source":382,"target":432},{"source":431,"target":382},{"source":431,"target":433},{"source":431,"target":382},{"source":433,"target":382},{"source":432,"target":16},{"source":383,"target":60},{"source":383,"target":389},{"source":383,"target":434},{"source":434,"target":389},{"source":384,"target":60},{"source":384,"target":23},{"source":384,"target":435},{"source":435,"target":23},{"source":385,"target":60},{"source":385,"target":23},{"source":385,"target":436},{"source":436,"target":23},{"source":386,"target":60},{"source":386,"target":39},{"source":386,"target":437},{"source":437,"target":39},{"source":387,"target":60},{"source":387,"target":22},{"source":387,"target":438},{"source":438,"target":22},{"source":388,"target":60},{"source":388,"target":16},{"source":388,"target":439},{"source":388,"target":440},{"source":388,"target":441},{"source":388,"target":442},{"source":439,"target":16},{"source":439,"target":443},{"source":439,"target":388},{"source":443,"target":16},{"source":440,"target":444},{"source":440,"target":388},{"source":441,"target":445},{"source":441,"target":388},{"source":442,"target":16},{"source":389,"target":60},{"source":389,"target":11},{"source":389,"target":446},{"source":389,"target":447},{"source":389,"target":448},{"source":389,"target":449},{"source":389,"target":450},{"source":446,"target":383},{"source":446,"target":451},{"source":446,"target":389},{"source":451,"target":383},{"source":447,"target":452},{"source":447,"target":389},{"source":448,"target":453},{"source":448,"target":389},{"source":449,"target":57},{"source":449,"target":454},{"source":449,"target":389},{"source":454,"target":57},{"source":450,"target":11},{"source":390,"target":60},{"source":390,"target":389},{"source":390,"target":455},{"source":390,"target":456},{"source":390,"target":457},{"source":390,"target":458},{"source":390,"target":459},{"source":390,"target":460},{"source":390,"target":461},{"source":390,"target":462},{"source":390,"target":463},{"source":455,"target":464},{"source":455,"target":390},{"source":456,"target":465},{"source":456,"target":390},{"source":457,"target":391},{"source":457,"target":466},{"source":457,"target":390},{"source":466,"target":391},{"source":458,"target":392},{"source":458,"target":467},{"source":458,"target":390},{"source":467,"target":392},{"source":459,"target":393},{"source":459,"target":468},{"source":459,"target":390},{"source":468,"target":393},{"source":460,"target":394},{"source":460,"target":469},{"source":460,"target":390},{"source":469,"target":394},{"source":461,"target":414},{"source":461,"target":470},{"source":461,"target":390},{"source":470,"target":414},{"source":462,"target":414},{"source":462,"target":471},{"source":462,"target":390},{"source":471,"target":414},{"source":463,"target":389},{"source":391,"target":60},{"source":391,"target":472},{"source":391,"target":473},{"source":391,"target":474},{"source":472,"target":391},{"source":473,"target":391},{"source":474,"target":391},{"source":392,"target":60},{"source":392,"target":475},{"source":392,"target":476},{"source":392,"target":477},{"source":392,"target":478},{"source":392,"target":479},{"source":475,"target":392},{"source":476,"target":392},{"source":477,"target":392},{"source":478,"target":392},{"source":479,"target":392},{"source":393,"target":60},{"source":393,"target":480},{"source":393,"target":481},{"source":393,"target":482},{"source":480,"target":393},{"source":481,"target":393},{"source":482,"target":393},{"source":394,"target":60},{"source":394,"target":483},{"source":394,"target":484},{"source":394,"target":485},{"source":483,"target":394},{"source":484,"target":394},{"source":485,"target":394},{"source":395,"target":60},{"source":395,"target":22},{"source":395,"target":486},{"source":395,"target":487},{"source":395,"target":488},{"source":486,"target":27},{"source":486,"target":489},{"source":486,"target":395},{"source":489,"target":27},{"source":487,"target":389},{"source":487,"target":490},{"source":487,"target":395},{"source":490,"target":389},{"source":488,"target":22},{"source":396,"target":60},{"source":396,"target":22},{"source":396,"target":491},{"source":491,"target":22},{"source":397,"target":60},{"source":397,"target":492},{"source":397,"target":493},{"source":397,"target":494},{"source":492,"target":53},{"source":492,"target":495},{"source":492,"target":397},{"source":495,"target":53},{"source":493,"target":55},{"source":493,"target":496},{"source":493,"target":397},{"source":496,"target":55},{"source":494,"target":54},{"source":494,"target":497},{"source":494,"target":397},{"source":497,"target":54},{"source":398,"target":60},{"source":398,"target":22},{"source":398,"target":498},{"source":398,"target":499},{"source":498,"target":29},{"source":498,"target":500},{"source":498,"target":398},{"source":500,"target":29},{"source":499,"target":22},{"source":399,"target":60},{"source":399,"target":23},{"source":399,"target":501},{"source":501,"target":23},{"source":400,"target":60},{"source":400,"target":23},{"source":400,"target":502},{"source":502,"target":23},{"source":401,"target":60},{"source":401,"target":11},{"source":401,"target":503},{"source":503,"target":11},{"source":402,"target":60},{"source":402,"target":16},{"source":402,"target":504},{"source":504,"target":16},{"source":403,"target":60},{"source":403,"target":11},{"source":403,"target":505},{"source":505,"target":11},{"source":404,"target":60},{"source":404,"target":23},{"source":404,"target":506},{"source":404,"target":507},{"source":404,"target":508},{"source":404,"target":509},{"source":404,"target":510},{"source":404,"target":511},{"source":404,"target":512},{"source":404,"target":513},{"source":404,"target":514},{"source":404,"target":515},{"source":506,"target":404},{"source":506,"target":516},{"source":506,"target":404},{"source":516,"target":404},{"source":507,"target":11},{"source":507,"target":517},{"source":507,"target":404},{"source":517,"target":11},{"source":508,"target":25},{"source":508,"target":518},{"source":508,"target":404},{"source":518,"target":25},{"source":509,"target":519},{"source":509,"target":404},{"source":510,"target":520},{"source":510,"target":404},{"source":511,"target":521},{"source":511,"target":404},{"source":512,"target":522},{"source":512,"target":404},{"source":513,"target":523},{"source":513,"target":404},{"source":514,"target":524},{"source":514,"target":404},{"source":515,"target":23},{"source":405,"target":60},{"source":405,"target":389},{"source":405,"target":525},{"source":405,"target":526},{"source":525,"target":389},{"source":525,"target":527},{"source":525,"target":405},{"source":527,"target":389},{"source":526,"target":389},{"source":406,"target":60},{"source":406,"target":23},{"source":406,"target":528},{"source":528,"target":23},{"source":407,"target":60},{"source":407,"target":23},{"source":407,"target":529},{"source":529,"target":23},{"source":408,"target":60},{"source":408,"target":23},{"source":408,"target":530},{"source":530,"target":23},{"source":409,"target":60},{"source":409,"target":23},{"source":409,"target":531},{"source":531,"target":23},{"source":410,"target":60},{"source":410,"target":23},{"source":410,"target":532},{"source":532,"target":23},{"source":411,"target":60},{"source":411,"target":23},{"source":411,"target":533},{"source":533,"target":23},{"source":412,"target":60},{"source":412,"target":385},{"source":412,"target":534},{"source":534,"target":385},{"source":413,"target":60},{"source":413,"target":23},{"source":413,"target":535},{"source":535,"target":23},{"source":414,"target":60},{"source":414,"target":23},{"source":414,"target":536},{"source":536,"target":23},{"source":415,"target":60},{"source":415,"target":39},{"source":415,"target":537},{"source":537,"target":39},{"source":416,"target":60},{"source":416,"target":39},{"source":416,"target":538},{"source":538,"target":39},{"source":417,"target":60},{"source":417,"target":39},{"source":417,"target":539},{"source":539,"target":39},{"source":418,"target":60},{"source":418,"target":39},{"source":418,"target":540},{"source":540,"target":39},{"source":419,"target":60},{"source":419,"target":39},{"source":419,"target":541},{"source":541,"target":39},{"source":420,"target":60},{"source":420,"target":39},{"source":420,"target":542},{"source":542,"target":39},{"source":421,"target":60},{"source":421,"target":39},{"source":421,"target":543},{"source":543,"target":39},{"source":422,"target":60},{"source":422,"target":39},{"source":422,"target":544},{"source":544,"target":39},{"source":423,"target":60},{"source":423,"target":39},{"source":423,"target":545},{"source":545,"target":39},{"source":424,"target":60},{"source":424,"target":39},{"source":424,"target":546},{"source":424,"target":547},{"source":546,"target":53},{"source":546,"target":548},{"source":546,"target":424},{"source":548,"target":53},{"source":547,"target":39},{"source":425,"target":60},{"source":425,"target":40},{"source":425,"target":549},{"source":549,"target":40},{"source":426,"target":60},{"source":426,"target":40},{"source":426,"target":550},{"source":550,"target":40},{"source":427,"target":60},{"source":427,"target":25},{"source":427,"target":551},{"source":427,"target":552},{"source":551,"target":30},{"source":551,"target":553},{"source":551,"target":427},{"source":553,"target":30},{"source":552,"target":25},{"source":428,"target":60},{"source":428,"target":39},{"source":428,"target":554},{"source":554,"target":39},{"source":429,"target":60},{"source":429,"target":40},{"source":429,"target":555},{"source":555,"target":40},{"source":430,"target":60},{"source":430,"target":2},{"source":430,"target":25},{"source":430,"target":556},{"source":430,"target":557},{"source":556,"target":2},{"source":557,"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="giraffeDSL" nsURI="http://www.mines_nantes.fr/atlanmod/giraffe/GiraffeDSL" nsPrefix="giraffeDSL"> <eClassifiers xsi:type="ecore:EClass" name="GiraffeMetaModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="environment" eType="#//Environment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deploymentdefinitions" eType="#//DeploymentDefinitions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deployment" eType="#//Deployment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Environment"> <eStructuralFeatures xsi:type="ecore:EReference" name="auths" upperBound="-1" eType="#//Auth" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//Resource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//Dependency" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualmachines" upperBound="-1" eType="#//VirtualMachine" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providers" upperBound="-1" eType="#//Providers" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeploymentDefinitions"> <eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodesets" upperBound="-1" eType="#//Nodeset" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deployment"> <eStructuralFeatures xsi:type="ecore:EReference" name="setups" eType="#//Setup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deploys" eType="#//Deploy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualMachine"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="so" eType="#//NativeSO"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distribution" eType="#//NativeDistribution"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="auth" eType="#//Auth"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dep" unique="false" upperBound="-1" eType="#//Dependency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Requeriments"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" eType="#//NativeRequirement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="other" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Providers"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authMethod" eType="#//Auth"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" eType="#//Resource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vm" eType="#//VirtualMachine"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="host" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Provider" eSuperTypes="#//Providers"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//NativeProvType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OtherProvider" eSuperTypes="#//Providers"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Auth"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Password" eSuperTypes="#//Auth"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Key" eSuperTypes="#//Auth"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Credential" eSuperTypes="#//Auth"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="credentialFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cpu" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="memory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disk" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Install" eSuperTypes="#//Dependency"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="depName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="depVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//Dependency"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="srvAction" eType="#//SrvSignal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="File" eSuperTypes="#//Dependency"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileType" eType="#//FileType"/> <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="Artifact"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfArtifact"> <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="destFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Config" eSuperTypes="#//ConfArtifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigBlock" eSuperTypes="#//ConfArtifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="config" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Code" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CodeExternal" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="method" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Script" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptCommand" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptBlock" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="block" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nodeset"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Setup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="provider" eType="#//Providers"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberMachines" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoscale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="predictive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deploy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setups" unique="false" upperBound="-1" eType="#//Setup"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="executions" upperBound="-1" eType="#//Execution" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Execution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="code" eType="#//Artifact"/> <eStructuralFeatures xsi:type="ecore:EReference" name="config" unique="false" upperBound="-1" eType="#//ConfArtifact"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" eType="#//Nodeset"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seq" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NativeProvType"> <eLiterals name="amazon" literal="amazon"/> <eLiterals name="google" value="1" literal="google"/> <eLiterals name="g5000" value="2" literal="g5000"/> <eLiterals name="virtualbox" value="3" literal="virtualbox"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NativeSO"> <eLiterals name="linux" literal="linux"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NativeRequirement"> <eLiterals name="ssh" literal="ssh"/> <eLiterals name="tomcat" value="1" literal="tomcat"/> <eLiterals name="apache" value="2" literal="httpd"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NativeDistribution"> <eLiterals name="ubuntu" literal="ubuntu"/> <eLiterals name="debian" value="1" literal="debian"/> <eLiterals name="centos" value="2" literal="centos"/> <eLiterals name="fedora" value="3" literal="fedora"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SrvSignal"> <eLiterals name="start" literal="start"/> <eLiterals name="restart" value="1" literal="restart"/> <eLiterals name="stop" value="2" literal="stop"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FileType"> <eLiterals name="local" literal="local"/> <eLiterals name="remote" value="1" literal="remote"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MonitoringType"> <eLiterals name="predictive" literal="predictive"/> <eLiterals name="reactive" value="1" literal="reactive"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/IntelAgir-Research-Group/Giraffe-Project/giraffedsl/fr.mines_nantes.atlanmod.giraffe.GiraffeDSL/model/generated/GiraffeDSL.ecore
ecore
giraffeDSL GiraffeMetaModel imports environment deploymentdefinitions deployment Environment auths resources dependencies virtualmachines providers DeploymentDefinitions artifacts nodesets Deployment setups deploys Import importedNamespace VirtualMachine name so distribution version auth dep Requeriments native other Providers name authMethod resources vm host Provider type OtherProvider type imports Auth type name Password username password Key keyFile Credential credentialFile Resource name cpu memory disk relax Dependency type name Install depName depVersion Service srvAction serviceName File fileType location Artifact type name ConfArtifact type name destFile Config localFile ConfigBlock config Code code CodeExternal class method Script scriptFile ScriptCommand scriptCommand ScriptBlock block Nodeset name range Setup name provider numberMachines autoscale predictive Deploy name setups timeout executions Execution name code config nodes seq NativeProvType amazon amazon google google g5000 g5000 virtualbox virtualbox NativeSO linux linux NativeRequirement ssh ssh tomcat tomcat apache httpd NativeDistribution ubuntu ubuntu debian debian centos centos fedora fedora SrvSignal start start restart restart stop stop FileType local local remote remote MonitoringType predictive predictive reactive reactive
null
{"directed":true,"nodes":[{"nsPrefix":"giraffeDSL","nsURI":"http://www.mines_nantes.fr/atlanmod/giraffe/GiraffeDSL","name":"giraffeDSL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GiraffeMetaModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Environment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentDefinitions","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualMachine","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requeriments","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Providers","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provider","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherProvider","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Auth","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Password","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Credential","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Install","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfArtifact","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Config","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigBlock","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Code","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeExternal","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptCommand","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptBlock","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nodeset","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Setup","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deploy","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Execution","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NativeProvType","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"NativeSO","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"NativeRequirement","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"NativeDistribution","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SrvSignal","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FileType","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MonitoringType","instanceClass":null,"id":39,"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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"environment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deploymentdefinitions","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":"deployment","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"auths","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","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":"virtualmachines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodesets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deploys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"so","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":"distribution","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"auth","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"dep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"other","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authMethod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resources","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":"vm","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":"host","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"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":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","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":"password","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyFile","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"credentialFile","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cpu","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":"memory","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":"disk","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":"relax","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"depName","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":"depVersion","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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"srvAction","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":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileType","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":"location","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":"type","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":"name","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":"type","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":"name","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":"destFile","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":"localFile","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":"config","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","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":"method","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scriptFile","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scriptCommand","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"range","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberMachines","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"autoscale","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predictive","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"setups","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"timeout","changeable":true,"lowerBound":0,"iD":false,"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":"executions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"config","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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seq","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"},{"id":210,"eClass":"EGenericType"},{"name":"amazon","id":211,"value":0,"literal":"amazon","eClass":"EEnumLiteral"},{"name":"google","id":212,"value":1,"literal":"google","eClass":"EEnumLiteral"},{"name":"g5000","id":213,"value":2,"literal":"g5000","eClass":"EEnumLiteral"},{"name":"virtualbox","id":214,"value":3,"literal":"virtualbox","eClass":"EEnumLiteral"},{"name":"linux","id":215,"value":0,"literal":"linux","eClass":"EEnumLiteral"},{"name":"ssh","id":216,"value":0,"literal":"ssh","eClass":"EEnumLiteral"},{"name":"tomcat","id":217,"value":1,"literal":"tomcat","eClass":"EEnumLiteral"},{"name":"apache","id":218,"value":2,"literal":"httpd","eClass":"EEnumLiteral"},{"name":"ubuntu","id":219,"value":0,"literal":"ubuntu","eClass":"EEnumLiteral"},{"name":"debian","id":220,"value":1,"literal":"debian","eClass":"EEnumLiteral"},{"name":"centos","id":221,"value":2,"literal":"centos","eClass":"EEnumLiteral"},{"name":"fedora","id":222,"value":3,"literal":"fedora","eClass":"EEnumLiteral"},{"name":"start","id":223,"value":0,"literal":"start","eClass":"EEnumLiteral"},{"name":"restart","id":224,"value":1,"literal":"restart","eClass":"EEnumLiteral"},{"name":"stop","id":225,"value":2,"literal":"stop","eClass":"EEnumLiteral"},{"name":"local","id":226,"value":0,"literal":"local","eClass":"EEnumLiteral"},{"name":"remote","id":227,"value":1,"literal":"remote","eClass":"EEnumLiteral"},{"name":"predictive","id":228,"value":0,"literal":"predictive","eClass":"EEnumLiteral"},{"name":"reactive","id":229,"value":1,"literal":"reactive","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":40,"target":5},{"source":40,"target":44},{"source":40,"target":1},{"source":44,"target":5},{"source":41,"target":2},{"source":41,"target":45},{"source":41,"target":1},{"source":45,"target":2},{"source":42,"target":3},{"source":42,"target":46},{"source":42,"target":1},{"source":46,"target":3},{"source":43,"target":4},{"source":43,"target":47},{"source":43,"target":1},{"source":47,"target":4},{"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":48,"target":11},{"source":48,"target":53},{"source":48,"target":2},{"source":53,"target":11},{"source":49,"target":15},{"source":49,"target":54},{"source":49,"target":2},{"source":54,"target":15},{"source":50,"target":16},{"source":50,"target":55},{"source":50,"target":2},{"source":55,"target":16},{"source":51,"target":6},{"source":51,"target":56},{"source":51,"target":2},{"source":56,"target":6},{"source":52,"target":8},{"source":52,"target":57},{"source":52,"target":2},{"source":57,"target":8},{"source":3,"target":0},{"source":3,"target":58},{"source":3,"target":59},{"source":58,"target":60},{"source":58,"target":3},{"source":59,"target":29},{"source":59,"target":61},{"source":59,"target":3},{"source":61,"target":29},{"source":4,"target":0},{"source":4,"target":62},{"source":4,"target":63},{"source":62,"target":30},{"source":62,"target":64},{"source":62,"target":4},{"source":64,"target":30},{"source":63,"target":31},{"source":63,"target":65},{"source":63,"target":4},{"source":65,"target":31},{"source":5,"target":0},{"source":5,"target":66},{"source":66,"target":67},{"source":66,"target":5},{"source":6,"target":0},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":68,"target":74},{"source":68,"target":6},{"source":69,"target":34},{"source":69,"target":75},{"source":69,"target":6},{"source":75,"target":34},{"source":70,"target":36},{"source":70,"target":76},{"source":70,"target":6},{"source":76,"target":36},{"source":71,"target":77},{"source":71,"target":6},{"source":72,"target":11},{"source":72,"target":78},{"source":72,"target":6},{"source":78,"target":11},{"source":73,"target":16},{"source":73,"target":79},{"source":73,"target":6},{"source":79,"target":16},{"source":7,"target":0},{"source":7,"target":80},{"source":7,"target":81},{"source":80,"target":35},{"source":80,"target":82},{"source":80,"target":7},{"source":82,"target":35},{"source":81,"target":83},{"source":81,"target":7},{"source":8,"target":0},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":8,"target":87},{"source":8,"target":88},{"source":84,"target":89},{"source":84,"target":8},{"source":85,"target":11},{"source":85,"target":90},{"source":85,"target":8},{"source":90,"target":11},{"source":86,"target":15},{"source":86,"target":91},{"source":86,"target":8},{"source":91,"target":15},{"source":87,"target":6},{"source":87,"target":92},{"source":87,"target":8},{"source":92,"target":6},{"source":88,"target":93},{"source":88,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":94},{"source":9,"target":95},{"source":94,"target":33},{"source":94,"target":96},{"source":94,"target":9},{"source":96,"target":33},{"source":95,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":97,"target":100},{"source":97,"target":10},{"source":98,"target":5},{"source":98,"target":101},{"source":98,"target":10},{"source":101,"target":5},{"source":99,"target":8},{"source":11,"target":0},{"source":11,"target":102},{"source":11,"target":103},{"source":102,"target":104},{"source":102,"target":11},{"source":103,"target":105},{"source":103,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":106,"target":109},{"source":106,"target":12},{"source":107,"target":110},{"source":107,"target":12},{"source":108,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":111},{"source":13,"target":112},{"source":111,"target":113},{"source":111,"target":13},{"source":112,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":114},{"source":14,"target":115},{"source":114,"target":116},{"source":114,"target":14},{"source":115,"target":11},{"source":15,"target":0},{"source":15,"target":117},{"source":15,"target":118},{"source":15,"target":119},{"source":15,"target":120},{"source":15,"target":121},{"source":117,"target":122},{"source":117,"target":15},{"source":118,"target":123},{"source":118,"target":15},{"source":119,"target":124},{"source":119,"target":15},{"source":120,"target":125},{"source":120,"target":15},{"source":121,"target":126},{"source":121,"target":15},{"source":16,"target":0},{"source":16,"target":127},{"source":16,"target":128},{"source":127,"target":129},{"source":127,"target":16},{"source":128,"target":130},{"source":128,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":131},{"source":17,"target":132},{"source":17,"target":133},{"source":131,"target":134},{"source":131,"target":17},{"source":132,"target":135},{"source":132,"target":17},{"source":133,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":136,"target":37},{"source":136,"target":139},{"source":136,"target":18},{"source":139,"target":37},{"source":137,"target":140},{"source":137,"target":18},{"source":138,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":141},{"source":19,"target":142},{"source":19,"target":143},{"source":141,"target":38},{"source":141,"target":144},{"source":141,"target":19},{"source":144,"target":38},{"source":142,"target":145},{"source":142,"target":19},{"source":143,"target":16},{"source":20,"target":0},{"source":20,"target":146},{"source":20,"target":147},{"source":146,"target":148},{"source":146,"target":20},{"source":147,"target":149},{"source":147,"target":20},{"source":21,"target":0},{"source":21,"target":150},{"source":21,"target":151},{"source":21,"target":152},{"source":150,"target":153},{"source":150,"target":21},{"source":151,"target":154},{"source":151,"target":21},{"source":152,"target":155},{"source":152,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":156},{"source":22,"target":157},{"source":156,"target":158},{"source":156,"target":22},{"source":157,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":159},{"source":23,"target":160},{"source":159,"target":161},{"source":159,"target":23},{"source":160,"target":21},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":162},{"source":24,"target":163},{"source":162,"target":164},{"source":162,"target":24},{"source":163,"target":20},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":165},{"source":25,"target":166},{"source":25,"target":167},{"source":165,"target":168},{"source":165,"target":25},{"source":166,"target":169},{"source":166,"target":25},{"source":167,"target":20},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":170},{"source":26,"target":171},{"source":170,"target":172},{"source":170,"target":26},{"source":171,"target":20},{"source":27,"target":0},{"source":27,"target":20},{"source":27,"target":173},{"source":27,"target":174},{"source":173,"target":175},{"source":173,"target":27},{"source":174,"target":20},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":176},{"source":28,"target":177},{"source":176,"target":178},{"source":176,"target":28},{"source":177,"target":20},{"source":29,"target":0},{"source":29,"target":179},{"source":29,"target":180},{"source":179,"target":181},{"source":179,"target":29},{"source":180,"target":182},{"source":180,"target":29},{"source":30,"target":0},{"source":30,"target":183},{"source":30,"target":184},{"source":30,"target":185},{"source":30,"target":186},{"source":30,"target":187},{"source":183,"target":188},{"source":183,"target":30},{"source":184,"target":8},{"source":184,"target":189},{"source":184,"target":30},{"source":189,"target":8},{"source":185,"target":190},{"source":185,"target":30},{"source":186,"target":191},{"source":186,"target":30},{"source":187,"target":192},{"source":187,"target":30},{"source":31,"target":0},{"source":31,"target":193},{"source":31,"target":194},{"source":31,"target":195},{"source":31,"target":196},{"source":193,"target":197},{"source":193,"target":31},{"source":194,"target":30},{"source":194,"target":198},{"source":194,"target":31},{"source":198,"target":30},{"source":195,"target":199},{"source":195,"target":31},{"source":196,"target":32},{"source":196,"target":200},{"source":196,"target":31},{"source":200,"target":32},{"source":32,"target":0},{"source":32,"target":201},{"source":32,"target":202},{"source":32,"target":203},{"source":32,"target":204},{"source":32,"target":205},{"source":201,"target":206},{"source":201,"target":32},{"source":202,"target":20},{"source":202,"target":207},{"source":202,"target":32},{"source":207,"target":20},{"source":203,"target":21},{"source":203,"target":208},{"source":203,"target":32},{"source":208,"target":21},{"source":204,"target":29},{"source":204,"target":209},{"source":204,"target":32},{"source":209,"target":29},{"source":205,"target":210},{"source":205,"target":32},{"source":33,"target":0},{"source":33,"target":211},{"source":33,"target":212},{"source":33,"target":213},{"source":33,"target":214},{"source":211,"target":33},{"source":212,"target":33},{"source":213,"target":33},{"source":214,"target":33},{"source":34,"target":0},{"source":34,"target":215},{"source":215,"target":34},{"source":35,"target":0},{"source":35,"target":216},{"source":35,"target":217},{"source":35,"target":218},{"source":216,"target":35},{"source":217,"target":35},{"source":218,"target":35},{"source":36,"target":0},{"source":36,"target":219},{"source":36,"target":220},{"source":36,"target":221},{"source":36,"target":222},{"source":219,"target":36},{"source":220,"target":36},{"source":221,"target":36},{"source":222,"target":36},{"source":37,"target":0},{"source":37,"target":223},{"source":37,"target":224},{"source":37,"target":225},{"source":223,"target":37},{"source":224,"target":37},{"source":225,"target":37},{"source":38,"target":0},{"source":38,"target":226},{"source":38,"target":227},{"source":226,"target":38},{"source":227,"target":38},{"source":39,"target":0},{"source":39,"target":228},{"source":39,"target":229},{"source":228,"target":39},{"source":229,"target":39}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="DSL"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identity" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoadedElement" abstract="true" eSuperTypes="//Namespace"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLoaded" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainModel" eSuperTypes="//LoadedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifiers" ordered="false" upperBound="-1" eType="//Classifier" containment="true" eOpposite="//Classifier/domainModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" ordered="false" upperBound="-1" eType="//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="//LoadedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" upperBound="-1" eType="//ValueProperty" containment="true" eOpposite="//ValueProperty/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" ordered="false" eType="//Classifier" eOpposite="//Classifier/subTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subTypes" ordered="false" upperBound="-1" eType="//Classifier" eOpposite="//Classifier/superType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainModel" ordered="false" lowerBound="1" eType="//DomainModel" eOpposite="//DomainModel/classifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="//Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSerializationRoot" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="//Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEmbedding" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" ordered="false" lowerBound="2" upperBound="2" eType="//Role" containment="true" eOpposite="//Role/relation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnbounded" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accepts" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigableFrom" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPropertyGenerator" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" ordered="false" lowerBound="1" eType="//Relationship" eOpposite="//Relationship/roles"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueProperty" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="//Classifier" eOpposite="//Classifier/properties"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="//Type"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="//PrimitiveTypes/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" ordered="false" upperBound="-1" eType="//EnumerationLiteral" containment="true"/> </eClassifiers> <eSubpackages name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/slebok/zoo/zoo/meta/syntax/dsltools/hillairet1/fetched/DSL.ecore
ecore
DSL NamedElement name identity LoadedElement isLoaded Namespace namespace DomainModel classifiers types Classifier isAbstract properties superType subTypes domainModel Class isSerializationRoot Relationship isEmbedding roles Role min max isUnbounded accepts isOrdered isNavigableFrom isPropertyGenerator source type relation ValueProperty owner type Type SimpleType EnumerationLiteral value Enumeration literals PrimitiveTypes Boolean Integer String
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"DSL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueProperty","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":14,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"identity","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":17,"serializable":true,"eClass":"EDataType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isLoaded","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"id":23,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"namespace","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"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":"classifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"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":"domainModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"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":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"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":"isSerializationRoot","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"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":"isEmbedding","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":2,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":52,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnbounded","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"accepts","changeable":true,"lowerBound":1,"iD":false,"id":56,"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":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":57,"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":"isNavigableFrom","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isPropertyGenerator","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":63,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"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":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"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":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":17},{"source":15,"target":18},{"source":15,"target":1},{"source":18,"target":17},{"source":16,"target":17},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":17},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":20},{"source":2,"target":21},{"source":20,"target":22},{"source":20,"target":23},{"source":20,"target":2},{"source":23,"target":22},{"source":21,"target":3},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":24},{"source":3,"target":25},{"source":24,"target":17},{"source":24,"target":26},{"source":24,"target":3},{"source":26,"target":17},{"source":25,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":27,"target":5},{"source":27,"target":30},{"source":27,"target":4},{"source":27,"target":31},{"source":30,"target":5},{"source":28,"target":10},{"source":28,"target":32},{"source":28,"target":4},{"source":32,"target":10},{"source":29,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":31},{"source":5,"target":37},{"source":33,"target":22},{"source":33,"target":38},{"source":33,"target":5},{"source":38,"target":22},{"source":34,"target":9},{"source":34,"target":39},{"source":34,"target":5},{"source":34,"target":40},{"source":39,"target":9},{"source":35,"target":5},{"source":35,"target":41},{"source":35,"target":5},{"source":35,"target":36},{"source":41,"target":5},{"source":36,"target":5},{"source":36,"target":42},{"source":36,"target":5},{"source":36,"target":35},{"source":42,"target":5},{"source":31,"target":4},{"source":31,"target":43},{"source":31,"target":5},{"source":31,"target":27},{"source":43,"target":4},{"source":37,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":22},{"source":44,"target":46},{"source":44,"target":6},{"source":46,"target":22},{"source":45,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":47,"target":22},{"source":47,"target":50},{"source":47,"target":7},{"source":50,"target":22},{"source":48,"target":8},{"source":48,"target":51},{"source":48,"target":7},{"source":48,"target":52},{"source":51,"target":8},{"source":49,"target":5},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":52},{"source":8,"target":62},{"source":53,"target":63},{"source":53,"target":64},{"source":53,"target":8},{"source":64,"target":63},{"source":54,"target":63},{"source":54,"target":65},{"source":54,"target":8},{"source":65,"target":63},{"source":55,"target":22},{"source":55,"target":66},{"source":55,"target":8},{"source":66,"target":22},{"source":56,"target":17},{"source":56,"target":67},{"source":56,"target":8},{"source":67,"target":17},{"source":57,"target":22},{"source":57,"target":68},{"source":57,"target":8},{"source":68,"target":22},{"source":58,"target":22},{"source":58,"target":69},{"source":58,"target":8},{"source":69,"target":22},{"source":59,"target":22},{"source":59,"target":70},{"source":59,"target":8},{"source":70,"target":22},{"source":60,"target":5},{"source":60,"target":71},{"source":60,"target":8},{"source":71,"target":5},{"source":61,"target":5},{"source":61,"target":72},{"source":61,"target":8},{"source":72,"target":5},{"source":52,"target":7},{"source":52,"target":73},{"source":52,"target":8},{"source":52,"target":48},{"source":73,"target":7},{"source":62,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":40},{"source":9,"target":74},{"source":9,"target":75},{"source":40,"target":5},{"source":40,"target":76},{"source":40,"target":9},{"source":40,"target":34},{"source":76,"target":5},{"source":74,"target":10},{"source":74,"target":77},{"source":74,"target":9},{"source":77,"target":10},{"source":75,"target":1},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":78},{"source":78,"target":3},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":79},{"source":79,"target":10},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":80},{"source":12,"target":81},{"source":80,"target":63},{"source":80,"target":82},{"source":80,"target":12},{"source":82,"target":63},{"source":81,"target":1},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":83},{"source":13,"target":84},{"source":83,"target":12},{"source":83,"target":85},{"source":83,"target":13},{"source":85,"target":12},{"source":84,"target":10},{"source":14,"target":22},{"source":14,"target":63},{"source":14,"target":17},{"source":14,"target":0},{"source":22,"target":14},{"source":63,"target":14},{"source":17,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="type" nsURI="http://www.birt.eclipse.org/RadarChartModelType" nsPrefix="type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;Schema file for the chart.model package.&#xD;&#xA;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="RadarSeries" eSuperTypes="../../../../../../../../../org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that, during design time, holds the query data for Line charts, and during run time, &#xD;&#xA;holds the value for each data point in the line. When rendered, a line connects each data point."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RadarSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="marker" lowerBound="1" eType="ecore:EClass ../../../../../../../../../org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.attribute.ecore#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the marker to be used for displaying the data point on the line in the chart."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Marker"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lineAttributes" eType="ecore:EClass ../../../../../../../../../org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the attributes for the line&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;used to represent this series.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LineAttributes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paletteLineColor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Indicates if use the series palette&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;color to draw the line instead of the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;color in LineAttributes&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PaletteLineColor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundOvalTransparent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;If using background oval fills, should&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;they be transparent.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BackgroundOvalTransparent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="webLineAttributes" eType="ecore:EClass ../../../../../../../../../org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies spider grid Line Attributes.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="WebLineAttributes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showWebLabels" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies whether to show the spider&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;grid labels.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShowWebLabels"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showCatLabels" 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;&#x9;&#x9;Specifies whether to show the category&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;grid labels.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShowCatLabels"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="radarAutoScale" lowerBound="1" 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;&#x9;&#x9;Indicates if use the series should automatically scale &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or use scale min max settings.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RadarAutoScale"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webLabelMax" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="100" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Web Label Scale Max&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="WebLabelMax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webLabelMin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="0" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Web Label Scale Min&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="WebLabelMin"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webLabelUnit" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="%" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Web Label Scale Unit&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="WebLabelUnit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fillPolys" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Should polygons be filled or just use&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;lines.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FillPolys"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectEndpoints" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;If using unfilled polys should first and&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;last data points be connected.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ConnectEndpoints"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="webLabel" lowerBound="1" eType="ecore:EClass ../../../../../../../../../org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.component.ecore#//Label" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the properties for web labels.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="WebLabel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="catLabel" lowerBound="1" eType="ecore:EClass ../../../../../../../../../org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.component.ecore#//Label" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the properties for category labels.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="CatLabel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="webLabelFormatSpecifier" lowerBound="1" eType="ecore:EClass ../../../../../../../../../org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.attribute.ecore#//FormatSpecifier" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="WebLabelFormatSpecifier"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="catLabelFormatSpecifier" lowerBound="1" eType="ecore:EClass ../../../../../../../../../org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.attribute.ecore#//FormatSpecifier" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="CatLabelFormatSpecifier"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="plotSteps" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer" defaultValueLiteral="5" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines how many steps are in the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;web/radar&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PlotSteps"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/radar.ecore
ecore
type RadarSeries marker lineAttributes paletteLineColor backgroundOvalTransparent webLineAttributes showWebLabels false showCatLabels true radarAutoScale true webLabelMax 100 webLabelMin 0 webLabelUnit % fillPolys connectEndpoints webLabel catLabel webLabelFormatSpecifier catLabelFormatSpecifier plotSteps 5
null
{"directed":true,"nodes":[{"nsPrefix":"type","nsURI":"http://www.birt.eclipse.org/RadarChartModelType","name":"type","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadarSeries","instanceClass":null,"abstract":false,"id":1,"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":"marker","changeable":true,"resolveProxies":false,"lowerBound":1,"id":2,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lineAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":3,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"paletteLineColor","changeable":true,"lowerBound":1,"iD":false,"id":4,"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":"backgroundOvalTransparent","changeable":true,"lowerBound":1,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"webLineAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"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":"showWebLabels","changeable":true,"lowerBound":0,"iD":false,"id":7,"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":"showCatLabels","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"radarAutoScale","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":true,"transient":false,"unique":true,"name":"webLabelMax","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":false,"unique":true,"name":"webLabelMin","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"%","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"%","unsettable":true,"transient":false,"unique":true,"name":"webLabelUnit","changeable":true,"lowerBound":1,"iD":false,"id":12,"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":"fillPolys","changeable":true,"lowerBound":1,"iD":false,"id":13,"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":"connectEndpoints","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"webLabel","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"catLabel","changeable":true,"resolveProxies":false,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"webLabelFormatSpecifier","changeable":true,"resolveProxies":false,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catLabelFormatSpecifier","changeable":true,"resolveProxies":false,"lowerBound":1,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":true,"transient":false,"unique":true,"name":"plotSteps","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":2,"target":21},{"source":2,"target":1},{"source":3,"target":22},{"source":3,"target":1},{"source":4,"target":23},{"source":4,"target":1},{"source":5,"target":24},{"source":5,"target":1},{"source":6,"target":25},{"source":6,"target":1},{"source":7,"target":26},{"source":7,"target":1},{"source":8,"target":27},{"source":8,"target":1},{"source":9,"target":28},{"source":9,"target":1},{"source":10,"target":29},{"source":10,"target":1},{"source":11,"target":30},{"source":11,"target":1},{"source":12,"target":31},{"source":12,"target":1},{"source":13,"target":32},{"source":13,"target":1},{"source":14,"target":33},{"source":14,"target":1},{"source":15,"target":34},{"source":15,"target":1},{"source":16,"target":35},{"source":16,"target":1},{"source":17,"target":36},{"source":17,"target":1},{"source":18,"target":37},{"source":18,"target":1},{"source":19,"target":38},{"source":19,"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="spem" nsURI="http://www.thalesgroup.com/spem/2.0" nsPrefix="spem"> <eAnnotations source="add-ons"> <details key="uma" value="WorkProductUseRelationship"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//Kind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//ExtensibleElement"/> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinitionPerformer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedWorkDefinition" eType="#//WorkDefinition" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preCondition" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postCondition" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//WorkDefinitionParameter" transient="true" derived="true" resolveProxies="false"> <eAnnotations source="TODO"> <details key="implem" value="isDerived"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinitionParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//ParameterDirectionKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> <eLiterals name="inout" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakdownElement" abstract="true" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMultipleOccurrences" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPlanned" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="planningData" eType="#//PlanningData" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkBreakdownElement" abstract="true" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRepeatable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOngoing" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEventDriven" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkToPredecessor" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkToSuccessor" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/predecessor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkKind" ordered="false" eType="#//WorkSequenceKind" defaultValueLiteral="finishToStart"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" lowerBound="1" eType="#//WorkBreakdownElement" eOpposite="#//WorkBreakdownElement/linkToSuccessor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" lowerBound="1" eType="#//WorkBreakdownElement" eOpposite="#//WorkBreakdownElement/linkToPredecessor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WorkSequenceKind"> <eLiterals name="finishToStart"/> <eLiterals name="finishToFinish" value="1"/> <eLiterals name="startToStart" value="2"/> <eLiterals name="startToFinish" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//WorkDefinition #//WorkBreakdownElement #//VariabilityElement"> <eAnnotations source="add-ons"> <details key="uma" value="isEnactable"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useKind" ordered="false" lowerBound="1" eType="#//ActivityUseKind" defaultValueLiteral="na"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedActivity" eType="#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedBreakdownElement" upperBound="-1" eType="#//BreakdownElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suppressedBreakdownElement" upperBound="-1" eType="#//BreakdownElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessParameter" upperBound="-1" eType="#//ProcessParameter" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultContext" eType="#//MethodConfiguration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validContext" upperBound="-1" eType="#//MethodConfiguration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnactable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActivityUseKind"> <eLiterals name="na"/> <eLiterals name="extension" value="1"/> <eLiterals name="localContribution" value="2"/> <eLiterals name="localReplacement" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPerformer" eSuperTypes="#//WorkDefinitionPerformer #//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedRoleUse" lowerBound="1" upperBound="-1" eType="#//RoleUse"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedActivity" eType="#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedTaskUse" eType="#//TaskUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleUse" eSuperTypes="#//MethodContentUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//RoleDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedQualification" upperBound="-1" eType="#//Qualification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessResponsibilityAssignment" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedRoleUse" lowerBound="1" upperBound="-1" eType="#//RoleUse"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedWorkProductUse" lowerBound="1" eType="#//WorkProductUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductUse" eSuperTypes="#//MethodContentUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="workProduct" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductUseRelationship" eSuperTypes="#//BreakdownElement"> <eAnnotations source="add-ons"> <details key="uma" value="relationshipkind"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//WorkProductUse"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="#//WorkProductUse"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipKind" lowerBound="1" eType="#//WorkProductRelationshipKind" defaultValueLiteral="impactedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessParameter" eSuperTypes="#//WorkDefinitionParameter #//BreakdownElement"> <eAnnotations source="add-ons"> <details key="Thales R&amp;T" value="optionality (bug in the spec)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterType" eType="#//WorkProductUse"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optionality" eType="#//OptionalityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Milestone" eSuperTypes="#//WorkBreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredResult" upperBound="-1" eType="#//WorkProductUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessElement" abstract="true" eSuperTypes="#//DescribableElement #//ProcessPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="processKind" eType="#//ProcessKind" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DescribableElement" abstract="true" eSuperTypes="#//ExtensibleElement"> <eAnnotations source="add-ons"> <details key="uma" value="category, copyright, author, changeDate, changeDescription, version"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationName" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="briefDescription" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mainDescription" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guidance" upperBound="-1" eType="#//Guidance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metric" upperBound="-1" eType="#//Metric"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1" eType="#//Category" eOpposite="#//Category/categorizedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyright" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subCategory" upperBound="-1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categorizedElement" upperBound="-1" eType="#//DescribableElement" eOpposite="#//DescribableElement/category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//MethodContentElement"/> <eClassifiers xsi:type="ecore:EClass" name="Metric" eSuperTypes="#//DescribableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentElement" abstract="true" eSuperTypes="#//DescribableElement #//MethodContentPackageableElement #//VariabilityElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="methodContentKind" eType="#//MethodContentKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolDefinition" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="managedWorkProduct" upperBound="-1" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskDefinition" eSuperTypes="#//WorkDefinition #//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTaskDefinitionParameter" upperBound="-1" eType="#//Default_TaskDefinitionParameter" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedTool" upperBound="-1" eType="#//ToolDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="step" upperBound="-1" eType="#//Step" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredQualification" upperBound="-1" eType="#//Qualification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="#//WorkDefinition #//DescribableElement #//VariabilityElement"> <eAnnotations source="add-ons"> <details key="Thales R&amp;T" value="predecessor, successor in order to replace Section metaclass"/> </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="predecessor" eType="#//Step" eOpposite="#//Step/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" eType="#//Step" eOpposite="#//Step/predecessor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductDefinition" eSuperTypes="#//MethodContentElement"/> <eClassifiers xsi:type="ecore:EClass" name="RoleDefinition" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synonym" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedQualification" upperBound="-1" eType="#//Qualification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductDefinitionRelationship" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//WorkProductDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Default_TaskDefinitionPerformer" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedTaskDefinition" lowerBound="1" eType="#//TaskDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedRoleDefinition" lowerBound="1" upperBound="-1" eType="#//RoleDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Default_ResponsibilityAssignment" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedRoleDefinition" lowerBound="1" upperBound="-1" eType="#//RoleDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedWorkProductDefinition" lowerBound="1" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Default_TaskDefinitionParameter" eSuperTypes="#//WorkDefinitionParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterType" eType="#//WorkProductDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optionality" eType="#//OptionalityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Qualification" eSuperTypes="#//MethodContentElement"/> <eClassifiers xsi:type="ecore:EEnum" name="OptionalityKind"> <eLiterals name="mandatory"/> <eLiterals name="optional" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentPackageableElement" 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="ProcessPackageableElement" 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="MethodContentPackage" eSuperTypes="#//MethodContentPackageableElement #//MethodPluginPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMethodContentMember" upperBound="-1" eType="#//MethodContentPackageableElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reusedPackage" upperBound="-1" eType="#//MethodContentPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPackage" eSuperTypes="#//ProcessPackageableElement #//MethodPluginPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessMember" upperBound="-1" eType="#//ProcessPackageableElement" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentKind" abstract="true" eSuperTypes="#//MethodContentElement #//Kind"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessKind" abstract="true" eSuperTypes="#//ProcessElement #//Kind"/> <eClassifiers xsi:type="ecore:EClass" name="PlanningData" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finishDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodContentUse" abstract="true" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSynchronizedWithSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskUse" eSuperTypes="#//MethodContentUse #//WorkBreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//TaskDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedQualification" upperBound="-1" eType="#//Qualification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedStep" upperBound="-1" eType="#//Step"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessParameter" upperBound="-1" eType="#//ProcessParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeRole" eSuperTypes="#//RoleUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregatedRole" upperBound="-1" eType="#//RoleDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TeamProfile" eSuperTypes="#//BreakdownElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subTeam" upperBound="-1" eType="#//TeamProfile" containment="true" resolveProxies="false" eOpposite="#//TeamProfile/superTeam"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superTeam" eType="#//TeamProfile" eOpposite="#//TeamProfile/subTeam"/> <eStructuralFeatures xsi:type="ecore:EReference" name="teamRole" upperBound="-1" eType="#//RoleUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariabilityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variabilityType" eType="#//VariabilityType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variabilityBasedOnElement" eType="#//VariabilityElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessComponent" eSuperTypes="#//ProcessPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//Activity" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPort" upperBound="-1" eType="#//WorkProductPort" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessComponentUse" eSuperTypes="#//MethodContentUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="processComponent" lowerBound="1" eType="#//ProcessComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedPort" upperBound="-1" eType="#//WorkProductPort" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodLibraryPackageableElement" 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="MethodPluginPackageableElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="MethodConfiguration" eSuperTypes="#//MethodLibraryPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseConfiguration" upperBound="-1" eType="#//MethodConfiguration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodPluginSelection" lowerBound="1" upperBound="-1" eType="#//MethodPlugin" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processPackageSelection" upperBound="-1" eType="#//ProcessPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentPackageSelection" upperBound="-1" eType="#//MethodContentPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="substractedCategory" upperBound="-1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultView" lowerBound="1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processView" upperBound="-1" eType="#//Category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodPlugin" eSuperTypes="#//MethodLibraryPackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMethodContentPackage" upperBound="-1" eType="#//MethodContentPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessPackage" upperBound="-1" eType="#//ProcessPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basePlugin" upperBound="-1" eType="#//MethodPlugin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodLibrary"> <eAnnotations source="add-ons"> <details key="uma" value="configurationPackage"/> </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="ownedMethodPlugin" upperBound="-1" eType="#//MethodPlugin" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predefinedConfiguration" upperBound="-1" eType="#//MethodConfiguration" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurationPackage" eType="#//MethodContentPackage" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductPort" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="portKind" ordered="false" eType="#//ParameterDirectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portType" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductPortConnector" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectedPort" upperBound="-1" eType="#//WorkProductPort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariabilityType"> <eLiterals name="na"/> <eLiterals name="contributes" value="1"/> <eLiterals name="extends" value="2"/> <eLiterals name="replaces" value="3"/> <eLiterals name="extends_replaces" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WorkProductRelationshipKind"> <eLiterals name="impactedBy" literal="impactedBy"/> <eLiterals name="composition" value="1" literal="composition"/> <eLiterals name="aggregation" value="2" literal="aggregation"/> </eClassifiers> <eSubpackages name="uma" nsURI="http://www.thalesgroup.com/spem/2.0/uma" nsPrefix="uma"> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//WorkProductUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedArtifact" upperBound="-1" eType="#//uma/Artifact" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityPattern" eSuperTypes="#//uma/Process"/> <eClassifiers xsi:type="ecore:EClass" name="Checklist" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Concept" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="CategoryPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="CustomCategory" eSuperTypes="#//Category"/> <eClassifiers xsi:type="ecore:EClass" name="Deliverable" eSuperTypes="#//WorkProductUse"> <eStructuralFeatures xsi:type="ecore:EReference" name="deliveredProduct" upperBound="-1" eType="#//WorkProductUse"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packagingGuidance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="includedPattern" upperBound="-1" eType="#//uma/CapabilityPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usageNote" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedConnector" upperBound="-1" eType="#//WorkProductPortConnector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeliveryProcess" eSuperTypes="#//uma/Process"> <eAnnotations source="doc"> <details key="scale" value="represents the size in man.year or other equivalent units"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectCharacteristics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="riskLevel" eType="#//uma/RiskLevel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimatingTechnique" eType="#//uma/EstimatingTechnique"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectMemberExpertise" eType="#//uma/ExpertiseLevel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeOfContract" eType="#//uma/ContractKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationMaterial" upperBound="-1" eType="#//uma/SupportingMaterial"/> <eStructuralFeatures xsi:type="ecore:EReference" name="educationalMaterial" upperBound="-1" eType="#//uma/SupportingMaterial"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RiskLevel"> <eLiterals name="LOW"/> <eLiterals name="MID" value="1"/> <eLiterals name="HIGH" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EstimatingTechnique"> <eLiterals name="COST"/> <eLiterals name="TIME" value="1"/> <eLiterals name="SKILLS" value="2"/> <eLiterals name="DEFECTS" value="3"/> <eLiterals name="OTHER" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExpertiseLevel"> <eLiterals name="LOW"/> <eLiterals name="MID" value="1"/> <eLiterals name="LEVEL" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContractKind"> <eLiterals name="EXPRESS" value="1"/> <eLiterals name="IMPLIED" value="2"/> <eLiterals name="OTHER" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Discipline" eSuperTypes="#//Category"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedTask" upperBound="-1" eType="#//TaskDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedWorflow" upperBound="-1" eType="#//uma/Process"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DisciplineGrouping" eSuperTypes="#//Category"/> <eClassifiers xsi:type="ecore:EClass" name="Root"> <eStructuralFeatures xsi:type="ecore:EReference" name="methodConfiguration" upperBound="-2" eType="#//MethodConfiguration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodLibrary" upperBound="-2" eType="#//MethodLibrary" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="MethodPlugin" upperBound="-2" eType="#//MethodPlugin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain" eSuperTypes="#//Category"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedProduct" upperBound="-1" eType="#//WorkProductDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EstimatingConsideration" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Example" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Iteration" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Outcome" eSuperTypes="#//WorkProductUse"/> <eClassifiers xsi:type="ecore:EClass" name="Phase" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Practice" eSuperTypes="#//Guidance"> <eStructuralFeatures xsi:type="ecore:EReference" name="subPractice" upperBound="-1" eType="#//uma/Practice" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedActivity" upperBound="-1" eType="#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentReference" upperBound="-1" eType="#//MethodContentElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additionalInfo" 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="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="goal" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="levelOfAdoption" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="problem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPlanningTemplate" eSuperTypes="#//uma/Process"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseProcess" upperBound="-1" eType="#//uma/Process"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Report" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="ReusableAsset" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Roadmap" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="TermDefinition" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="ToolMentor" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="Whitepaper" eSuperTypes="#//uma/Concept"/> <eClassifiers xsi:type="ecore:EClass" name="Guideline" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="SupportingMaterial" eSuperTypes="#//Guidance"/> <eClassifiers xsi:type="ecore:EClass" name="RoleDefinitionPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="TaskDefinitionPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="WorkProductDefinitionPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="GuidancePackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="DisciplinePackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="DomainPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="WorkProductKindPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="RoleSetPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="ToolDefinitionPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationPackage" eSuperTypes="#//MethodContentPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedConfiguration" upperBound="-1" eType="#//MethodConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityPatternPackage" eSuperTypes="#//ProcessPackage"/> <eClassifiers xsi:type="ecore:EClass" name="DeliveryProcessPackage" eSuperTypes="#//ProcessPackage"/> <eClassifiers xsi:type="ecore:EClass" name="RoleSet" eSuperTypes="#//MethodContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" upperBound="-1" eType="#//RoleDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualificationPackage" eSuperTypes="#//MethodContentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessComponentPackage" eSuperTypes="#//ProcessPackage"/> <eClassifiers xsi:type="ecore:EClass" name="WorkProductKind" eSuperTypes="#//Kind #//MethodContentElement"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/wrwei/OMG-specification-implementations/omg.spem/model/spem.ecore
ecore
spem ExtensibleElement kind Kind WorkDefinitionPerformer linkedWorkDefinition WorkDefinition preCondition postCondition ownedParameter WorkDefinitionParameter direction ParameterDirectionKind in in out out inout inout BreakdownElement hasMultipleOccurrences false isOptional false isPlanned false planningData WorkBreakdownElement isRepeatable false isOngoing false isEventDriven false linkToPredecessor linkToSuccessor WorkSequence linkKind finishToStart predecessor successor WorkSequenceKind finishToStart finishToStart finishToFinish finishToFinish startToStart startToStart startToFinish startToFinish Activity useKind na usedActivity nestedBreakdownElement suppressedBreakdownElement ownedProcessParameter defaultContext validContext isEnactable ActivityUseKind na na extension extension localContribution localContribution localReplacement localReplacement ProcessPerformer linkedRoleUse linkedActivity linkedTaskUse RoleUse role appliedQualification ProcessResponsibilityAssignment linkedRoleUse linkedWorkProductUse WorkProductUse workProduct WorkProductUseRelationship source target relationshipKind impactedBy ProcessParameter parameterType optionality Milestone requiredResult ProcessElement processKind DescribableElement presentationName briefDescription mainDescription purpose guidance metric category copyright author changeDate changeDescription version Category subCategory categorizedElement Guidance Metric expression MethodContentElement methodContentKind ToolDefinition managedWorkProduct TaskDefinition ownedTaskDefinitionParameter usedTool step requiredQualification Step name predecessor successor WorkProductDefinition RoleDefinition synonym providedQualification WorkProductDefinitionRelationship source target Default_TaskDefinitionPerformer linkedTaskDefinition linkedRoleDefinition Default_ResponsibilityAssignment linkedRoleDefinition linkedWorkProductDefinition Default_TaskDefinitionParameter name parameterType optionality Qualification OptionalityKind mandatory mandatory optional optional MethodContentPackageableElement name ProcessPackageableElement name MethodContentPackage ownedMethodContentMember reusedPackage ProcessPackage ownedProcessMember MethodContentKind ProcessKind PlanningData startDate finishDate rank duration MethodContentUse isSynchronizedWithSource TaskUse task usedQualification selectedStep ownedProcessParameter preCondition postCondition CompositeRole aggregatedRole TeamProfile subTeam superTeam teamRole VariabilityElement variabilityType variabilityBasedOnElement ProcessComponent process ownedPort ProcessComponentUse processComponent usedPort MethodLibraryPackageableElement name MethodPluginPackageableElement MethodConfiguration baseConfiguration methodPluginSelection processPackageSelection contentPackageSelection substractedCategory defaultView processView MethodPlugin ownedMethodContentPackage ownedProcessPackage basePlugin MethodLibrary name ownedMethodPlugin predefinedConfiguration configurationPackage WorkProductPort isOptional false portKind portType WorkProductPortConnector connectedPort VariabilityType na na contributes contributes extends extends replaces replaces extends_replaces extends_replaces WorkProductRelationshipKind impactedBy impactedBy composition composition aggregation aggregation uma Artifact containedArtifact CapabilityPattern Checklist Concept CategoryPackage CustomCategory Deliverable deliveredProduct externalDescription packagingGuidance Process includedPattern scope usageNote includedConnector DeliveryProcess scale projectCharacteristics riskLevel estimatingTechnique projectMemberExpertise typeOfContract communicationMaterial educationalMaterial RiskLevel LOW LOW MID MID HIGH HIGH EstimatingTechnique COST COST TIME TIME SKILLS SKILLS DEFECTS DEFECTS OTHER OTHER ExpertiseLevel LOW LOW MID MID LEVEL LEVEL ContractKind EXPRESS EXPRESS IMPLIED IMPLIED OTHER OTHER Discipline relatedTask relatedWorflow DisciplineGrouping Root methodConfiguration methodLibrary MethodPlugin Domain relatedProduct EstimatingConsideration Example Iteration Outcome Phase Practice subPractice referencedActivity contentReference additionalInfo application background goal levelOfAdoption problem ProcessPlanningTemplate baseProcess Report ReusableAsset Roadmap Template TermDefinition ToolMentor Whitepaper Guideline SupportingMaterial RoleDefinitionPackage TaskDefinitionPackage WorkProductDefinitionPackage GuidancePackage DisciplinePackage DomainPackage WorkProductKindPackage RoleSetPackage ToolDefinitionPackage ConfigurationPackage ownedConfiguration CapabilityPatternPackage DeliveryProcessPackage RoleSet role QualificationPackage ProcessComponentPackage WorkProductKind
null
{"directed":true,"nodes":[{"nsPrefix":"spem","nsURI":"http://www.thalesgroup.com/spem/2.0","name":"spem","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibleElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinitionPerformer","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinition","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinitionParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakdownElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkBreakdownElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkSequence","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkSequenceKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActivityUseKind","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPerformer","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleUse","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessResponsibilityAssignment","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductUse","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductUseRelationship","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Milestone","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessElement","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescribableElement","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guidance","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metric","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolDefinition","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDefinition","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductDefinition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleDefinition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductDefinitionRelationship","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Default_TaskDefinitionPerformer","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Default_ResponsibilityAssignment","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Default_TaskDefinitionParameter","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Qualification","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OptionalityKind","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentPackageableElement","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPackageableElement","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentPackage","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPackage","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentKind","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessKind","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlanningData","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentUse","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskUse","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeRole","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeamProfile","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariabilityElement","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessComponent","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessComponentUse","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodLibraryPackageableElement","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodPluginPackageableElement","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodConfiguration","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodPlugin","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodLibrary","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductPort","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductPortConnector","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariabilityType","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkProductRelationshipKind","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"uma","nsURI":"http://www.thalesgroup.com/spem/2.0/uma","name":"uma","id":60,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"linkedWorkDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":true},{"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":true,"name":"preCondition","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postCondition","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":true},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"name":"in","id":74,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":75,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":76,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hasMultipleOccurrences","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOptional","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isPlanned","changeable":true,"lowerBound":1,"iD":false,"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":"planningData","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":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isRepeatable","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOngoing","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isEventDriven","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkToPredecessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkToSuccessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"finishToStart","unsettable":false,"transient":false,"unique":true,"name":"linkKind","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"},{"name":"finishToStart","id":104,"value":0,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":105,"value":1,"literal":"finishToFinish","eClass":"EEnumLiteral"},{"name":"startToStart","id":106,"value":2,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":107,"value":3,"literal":"startToFinish","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"na","unsettable":false,"transient":false,"unique":true,"name":"useKind","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedActivity","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":"nestedBreakdownElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"suppressedBreakdownElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProcessParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validContext","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"isEnactable","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"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"},{"name":"na","id":127,"value":0,"literal":"na","eClass":"EEnumLiteral"},{"name":"extension","id":128,"value":1,"literal":"extension","eClass":"EEnumLiteral"},{"name":"localContribution","id":129,"value":2,"literal":"localContribution","eClass":"EEnumLiteral"},{"name":"localReplacement","id":130,"value":3,"literal":"localReplacement","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedRoleUse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedActivity","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedTaskUse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedQualification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedRoleUse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedWorkProductUse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workProduct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"impactedBy","unsettable":false,"transient":false,"unique":true,"name":"relationshipKind","changeable":true,"lowerBound":1,"iD":false,"id":154,"derived":false},{"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":"parameterType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optionality","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredResult","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"processKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":true},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"presentationName","changeable":true,"lowerBound":0,"iD":false,"id":172,"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":"briefDescription","changeable":true,"lowerBound":0,"iD":false,"id":173,"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":"mainDescription","changeable":true,"lowerBound":0,"iD":false,"id":174,"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":"purpose","changeable":true,"lowerBound":0,"iD":false,"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":"guidance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metric","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"copyright","changeable":true,"lowerBound":0,"iD":false,"id":179,"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":"author","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeDate","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeDescription","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"categorizedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subCategory","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"},{"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":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodContentKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"managedWorkProduct","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":"ownedTaskDefinitionParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedTool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"step","changeable":true,"resolveProxies":false,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredQualification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","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"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"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":"synonym","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":"providedQualification","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},{"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":240,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedTaskDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"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":"linkedRoleDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"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":"linkedRoleDefinition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedWorkProductDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optionality","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"name":"mandatory","id":262,"value":0,"literal":"mandatory","eClass":"EEnumLiteral"},{"name":"optional","id":263,"value":1,"literal":"optional","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":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMethodContentMember","changeable":true,"resolveProxies":false,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProcessMember","changeable":true,"resolveProxies":false,"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"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","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":"finishDate","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rank","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSynchronizedWithSource","changeable":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedQualification","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":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedStep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProcessParameter","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":"preCondition","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postCondition","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aggregatedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subTeam","changeable":true,"resolveProxies":false,"lowerBound":0,"id":311,"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":"superTeam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"teamRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variabilityType","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variabilityBasedOnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":false,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usedPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"baseConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"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":"methodPluginSelection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"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":"processPackageSelection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentPackageSelection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substractedCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMethodContentPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProcessPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basePlugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMethodPlugin","changeable":true,"resolveProxies":false,"lowerBound":0,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predefinedConfiguration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurationPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOptional","changeable":true,"lowerBound":1,"iD":false,"id":364,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"portKind","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectedPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"name":"na","id":374,"value":0,"literal":"na","eClass":"EEnumLiteral"},{"name":"contributes","id":375,"value":1,"literal":"contributes","eClass":"EEnumLiteral"},{"name":"extends","id":376,"value":2,"literal":"extends","eClass":"EEnumLiteral"},{"name":"replaces","id":377,"value":3,"literal":"replaces","eClass":"EEnumLiteral"},{"name":"extends_replaces","id":378,"value":4,"literal":"extends_replaces","eClass":"EEnumLiteral"},{"name":"impactedBy","id":379,"value":0,"literal":"impactedBy","eClass":"EEnumLiteral"},{"name":"composition","id":380,"value":1,"literal":"composition","eClass":"EEnumLiteral"},{"name":"aggregation","id":381,"value":2,"literal":"aggregation","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":382,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityPattern","instanceClass":null,"abstract":false,"id":383,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Checklist","instanceClass":null,"abstract":false,"id":384,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concept","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryPackage","instanceClass":null,"abstract":false,"id":386,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomCategory","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deliverable","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeliveryProcess","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RiskLevel","instanceClass":null,"id":391,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EstimatingTechnique","instanceClass":null,"id":392,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpertiseLevel","instanceClass":null,"id":393,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContractKind","instanceClass":null,"id":394,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Discipline","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisciplineGrouping","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EstimatingConsideration","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Example","instanceClass":null,"abstract":false,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Outcome","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Practice","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPlanningTemplate","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Report","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReusableAsset","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Roadmap","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":409,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermDefinition","instanceClass":null,"abstract":false,"id":410,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolMentor","instanceClass":null,"abstract":false,"id":411,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Whitepaper","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guideline","instanceClass":null,"abstract":false,"id":413,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportingMaterial","instanceClass":null,"abstract":false,"id":414,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleDefinitionPackage","instanceClass":null,"abstract":false,"id":415,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDefinitionPackage","instanceClass":null,"abstract":false,"id":416,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductDefinitionPackage","instanceClass":null,"abstract":false,"id":417,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuidancePackage","instanceClass":null,"abstract":false,"id":418,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisciplinePackage","instanceClass":null,"abstract":false,"id":419,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainPackage","instanceClass":null,"abstract":false,"id":420,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductKindPackage","instanceClass":null,"abstract":false,"id":421,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleSetPackage","instanceClass":null,"abstract":false,"id":422,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolDefinitionPackage","instanceClass":null,"abstract":false,"id":423,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationPackage","instanceClass":null,"abstract":false,"id":424,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityPatternPackage","instanceClass":null,"abstract":false,"id":425,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeliveryProcessPackage","instanceClass":null,"abstract":false,"id":426,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleSet","instanceClass":null,"abstract":false,"id":427,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualificationPackage","instanceClass":null,"abstract":false,"id":428,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessComponentPackage","instanceClass":null,"abstract":false,"id":429,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductKind","instanceClass":null,"abstract":false,"id":430,"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":"containedArtifact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deliveredProduct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalDescription","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packagingGuidance","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"includedPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":447,"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":"usageNote","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"includedConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":455,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectCharacteristics","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"riskLevel","changeable":true,"lowerBound":0,"iD":false,"id":457,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estimatingTechnique","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectMemberExpertise","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeOfContract","changeable":true,"lowerBound":0,"iD":false,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"communicationMaterial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"educationalMaterial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"name":"LOW","id":472,"value":0,"literal":"LOW","eClass":"EEnumLiteral"},{"name":"MID","id":473,"value":1,"literal":"MID","eClass":"EEnumLiteral"},{"name":"HIGH","id":474,"value":2,"literal":"HIGH","eClass":"EEnumLiteral"},{"name":"COST","id":475,"value":0,"literal":"COST","eClass":"EEnumLiteral"},{"name":"TIME","id":476,"value":1,"literal":"TIME","eClass":"EEnumLiteral"},{"name":"SKILLS","id":477,"value":2,"literal":"SKILLS","eClass":"EEnumLiteral"},{"name":"DEFECTS","id":478,"value":3,"literal":"DEFECTS","eClass":"EEnumLiteral"},{"name":"OTHER","id":479,"value":4,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"LOW","id":480,"value":0,"literal":"LOW","eClass":"EEnumLiteral"},{"name":"MID","id":481,"value":1,"literal":"MID","eClass":"EEnumLiteral"},{"name":"LEVEL","id":482,"value":2,"literal":"LEVEL","eClass":"EEnumLiteral"},{"name":"EXPRESS","id":483,"value":1,"literal":"EXPRESS","eClass":"EEnumLiteral"},{"name":"IMPLIED","id":484,"value":2,"literal":"IMPLIED","eClass":"EEnumLiteral"},{"name":"OTHER","id":485,"value":2,"literal":"OTHER","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":"relatedTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedWorflow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"MethodPlugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedProduct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subPractice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"additionalInfo","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":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":510,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"lowerBound":0,"iD":false,"id":511,"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":"goal","changeable":true,"lowerBound":0,"iD":false,"id":512,"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":"levelOfAdoption","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"problem","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":1,"target":0},{"source":1,"target":61},{"source":61,"target":2},{"source":61,"target":62},{"source":61,"target":1},{"source":62,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":63},{"source":63,"target":1},{"source":3,"target":0},{"source":3,"target":64},{"source":64,"target":4},{"source":64,"target":65},{"source":64,"target":3},{"source":65,"target":4},{"source":4,"target":0},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":66,"target":69},{"source":66,"target":4},{"source":67,"target":70},{"source":67,"target":4},{"source":68,"target":5},{"source":68,"target":71},{"source":68,"target":4},{"source":71,"target":5},{"source":5,"target":0},{"source":5,"target":72},{"source":72,"target":6},{"source":72,"target":73},{"source":72,"target":5},{"source":73,"target":6},{"source":6,"target":0},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":74,"target":6},{"source":75,"target":6},{"source":76,"target":6},{"source":7,"target":0},{"source":7,"target":20},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":77,"target":82},{"source":77,"target":7},{"source":78,"target":83},{"source":78,"target":7},{"source":79,"target":84},{"source":79,"target":7},{"source":80,"target":43},{"source":80,"target":85},{"source":80,"target":7},{"source":85,"target":43},{"source":81,"target":20},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":86},{"source":8,"target":87},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":86,"target":92},{"source":86,"target":8},{"source":87,"target":93},{"source":87,"target":8},{"source":88,"target":94},{"source":88,"target":8},{"source":89,"target":9},{"source":89,"target":95},{"source":89,"target":8},{"source":89,"target":96},{"source":95,"target":9},{"source":90,"target":9},{"source":90,"target":97},{"source":90,"target":8},{"source":90,"target":98},{"source":97,"target":9},{"source":91,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":99},{"source":9,"target":98},{"source":9,"target":96},{"source":9,"target":100},{"source":99,"target":10},{"source":99,"target":101},{"source":99,"target":9},{"source":101,"target":10},{"source":98,"target":8},{"source":98,"target":102},{"source":98,"target":9},{"source":98,"target":90},{"source":102,"target":8},{"source":96,"target":8},{"source":96,"target":103},{"source":96,"target":9},{"source":96,"target":89},{"source":103,"target":8},{"source":100,"target":7},{"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":4},{"source":11,"target":8},{"source":11,"target":48},{"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":108,"target":12},{"source":108,"target":119},{"source":108,"target":11},{"source":119,"target":12},{"source":109,"target":11},{"source":109,"target":120},{"source":109,"target":11},{"source":120,"target":11},{"source":110,"target":7},{"source":110,"target":121},{"source":110,"target":11},{"source":121,"target":7},{"source":111,"target":7},{"source":111,"target":122},{"source":111,"target":11},{"source":122,"target":7},{"source":112,"target":18},{"source":112,"target":123},{"source":112,"target":11},{"source":123,"target":18},{"source":113,"target":53},{"source":113,"target":124},{"source":113,"target":11},{"source":124,"target":53},{"source":114,"target":53},{"source":114,"target":125},{"source":114,"target":11},{"source":125,"target":53},{"source":115,"target":126},{"source":115,"target":11},{"source":116,"target":4},{"source":117,"target":8},{"source":118,"target":48},{"source":12,"target":0},{"source":12,"target":127},{"source":12,"target":128},{"source":12,"target":129},{"source":12,"target":130},{"source":127,"target":12},{"source":128,"target":12},{"source":129,"target":12},{"source":130,"target":12},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":7},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":13,"target":134},{"source":13,"target":135},{"source":131,"target":14},{"source":131,"target":136},{"source":131,"target":13},{"source":136,"target":14},{"source":132,"target":11},{"source":132,"target":137},{"source":132,"target":13},{"source":137,"target":11},{"source":133,"target":45},{"source":133,"target":138},{"source":133,"target":13},{"source":138,"target":45},{"source":134,"target":3},{"source":135,"target":7},{"source":14,"target":0},{"source":14,"target":44},{"source":14,"target":139},{"source":14,"target":140},{"source":14,"target":141},{"source":139,"target":30},{"source":139,"target":142},{"source":139,"target":14},{"source":142,"target":30},{"source":140,"target":35},{"source":140,"target":143},{"source":140,"target":14},{"source":143,"target":35},{"source":141,"target":44},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":144},{"source":15,"target":145},{"source":15,"target":146},{"source":144,"target":14},{"source":144,"target":147},{"source":144,"target":15},{"source":147,"target":14},{"source":145,"target":16},{"source":145,"target":148},{"source":145,"target":15},{"source":148,"target":16},{"source":146,"target":7},{"source":16,"target":0},{"source":16,"target":44},{"source":16,"target":149},{"source":16,"target":150},{"source":149,"target":29},{"source":149,"target":151},{"source":149,"target":16},{"source":151,"target":29},{"source":150,"target":44},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":152},{"source":17,"target":153},{"source":17,"target":154},{"source":17,"target":155},{"source":152,"target":16},{"source":152,"target":156},{"source":152,"target":17},{"source":156,"target":16},{"source":153,"target":16},{"source":153,"target":157},{"source":153,"target":17},{"source":157,"target":16},{"source":154,"target":59},{"source":154,"target":158},{"source":154,"target":17},{"source":158,"target":59},{"source":155,"target":7},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":7},{"source":18,"target":159},{"source":18,"target":160},{"source":18,"target":161},{"source":18,"target":162},{"source":159,"target":16},{"source":159,"target":163},{"source":159,"target":18},{"source":163,"target":16},{"source":160,"target":36},{"source":160,"target":164},{"source":160,"target":18},{"source":164,"target":36},{"source":161,"target":5},{"source":162,"target":7},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":165},{"source":19,"target":166},{"source":165,"target":16},{"source":165,"target":167},{"source":165,"target":19},{"source":167,"target":16},{"source":166,"target":8},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":38},{"source":20,"target":168},{"source":20,"target":169},{"source":20,"target":170},{"source":168,"target":42},{"source":168,"target":171},{"source":168,"target":20},{"source":171,"target":42},{"source":169,"target":21},{"source":170,"target":38},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":172},{"source":21,"target":173},{"source":21,"target":174},{"source":21,"target":175},{"source":21,"target":176},{"source":21,"target":177},{"source":21,"target":178},{"source":21,"target":179},{"source":21,"target":180},{"source":21,"target":181},{"source":21,"target":182},{"source":21,"target":183},{"source":21,"target":184},{"source":172,"target":185},{"source":172,"target":21},{"source":173,"target":186},{"source":173,"target":21},{"source":174,"target":187},{"source":174,"target":21},{"source":175,"target":188},{"source":175,"target":21},{"source":176,"target":23},{"source":176,"target":189},{"source":176,"target":21},{"source":189,"target":23},{"source":177,"target":24},{"source":177,"target":190},{"source":177,"target":21},{"source":190,"target":24},{"source":178,"target":22},{"source":178,"target":191},{"source":178,"target":21},{"source":178,"target":192},{"source":191,"target":22},{"source":179,"target":193},{"source":179,"target":21},{"source":180,"target":194},{"source":180,"target":21},{"source":181,"target":195},{"source":181,"target":21},{"source":182,"target":196},{"source":182,"target":21},{"source":183,"target":197},{"source":183,"target":21},{"source":184,"target":1},{"source":22,"target":0},{"source":22,"target":25},{"source":22,"target":198},{"source":22,"target":192},{"source":22,"target":199},{"source":198,"target":22},{"source":198,"target":200},{"source":198,"target":22},{"source":200,"target":22},{"source":192,"target":21},{"source":192,"target":201},{"source":192,"target":22},{"source":192,"target":178},{"source":201,"target":21},{"source":199,"target":25},{"source":23,"target":0},{"source":23,"target":25},{"source":23,"target":202},{"source":202,"target":25},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":203},{"source":24,"target":204},{"source":203,"target":205},{"source":203,"target":24},{"source":204,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":37},{"source":25,"target":48},{"source":25,"target":206},{"source":25,"target":207},{"source":25,"target":208},{"source":25,"target":209},{"source":206,"target":41},{"source":206,"target":210},{"source":206,"target":25},{"source":210,"target":41},{"source":207,"target":21},{"source":208,"target":37},{"source":209,"target":48},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":211},{"source":26,"target":212},{"source":211,"target":29},{"source":211,"target":213},{"source":211,"target":26},{"source":213,"target":29},{"source":212,"target":25},{"source":27,"target":0},{"source":27,"target":4},{"source":27,"target":25},{"source":27,"target":214},{"source":27,"target":215},{"source":27,"target":216},{"source":27,"target":217},{"source":27,"target":218},{"source":27,"target":219},{"source":214,"target":34},{"source":214,"target":220},{"source":214,"target":27},{"source":220,"target":34},{"source":215,"target":26},{"source":215,"target":221},{"source":215,"target":27},{"source":221,"target":26},{"source":216,"target":28},{"source":216,"target":222},{"source":216,"target":27},{"source":222,"target":28},{"source":217,"target":35},{"source":217,"target":223},{"source":217,"target":27},{"source":223,"target":35},{"source":218,"target":4},{"source":219,"target":25},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":21},{"source":28,"target":48},{"source":28,"target":224},{"source":28,"target":225},{"source":28,"target":226},{"source":28,"target":227},{"source":28,"target":228},{"source":28,"target":229},{"source":224,"target":230},{"source":224,"target":28},{"source":225,"target":28},{"source":225,"target":231},{"source":225,"target":28},{"source":225,"target":226},{"source":231,"target":28},{"source":226,"target":28},{"source":226,"target":232},{"source":226,"target":28},{"source":226,"target":225},{"source":232,"target":28},{"source":227,"target":4},{"source":228,"target":21},{"source":229,"target":48},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":233},{"source":233,"target":25},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":234},{"source":30,"target":235},{"source":30,"target":236},{"source":234,"target":237},{"source":234,"target":30},{"source":235,"target":35},{"source":235,"target":238},{"source":235,"target":30},{"source":238,"target":35},{"source":236,"target":25},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":239},{"source":31,"target":240},{"source":31,"target":241},{"source":239,"target":29},{"source":239,"target":242},{"source":239,"target":31},{"source":242,"target":29},{"source":240,"target":29},{"source":240,"target":243},{"source":240,"target":31},{"source":243,"target":29},{"source":241,"target":25},{"source":32,"target":0},{"source":32,"target":25},{"source":32,"target":244},{"source":32,"target":245},{"source":32,"target":246},{"source":244,"target":27},{"source":244,"target":247},{"source":244,"target":32},{"source":247,"target":27},{"source":245,"target":30},{"source":245,"target":248},{"source":245,"target":32},{"source":248,"target":30},{"source":246,"target":25},{"source":33,"target":0},{"source":33,"target":25},{"source":33,"target":249},{"source":33,"target":250},{"source":33,"target":251},{"source":249,"target":30},{"source":249,"target":252},{"source":249,"target":33},{"source":252,"target":30},{"source":250,"target":29},{"source":250,"target":253},{"source":250,"target":33},{"source":253,"target":29},{"source":251,"target":25},{"source":34,"target":0},{"source":34,"target":5},{"source":34,"target":254},{"source":34,"target":255},{"source":34,"target":256},{"source":34,"target":257},{"source":254,"target":258},{"source":254,"target":34},{"source":255,"target":29},{"source":255,"target":259},{"source":255,"target":34},{"source":259,"target":29},{"source":256,"target":36},{"source":256,"target":260},{"source":256,"target":34},{"source":260,"target":36},{"source":257,"target":5},{"source":35,"target":0},{"source":35,"target":25},{"source":35,"target":261},{"source":261,"target":25},{"source":36,"target":0},{"source":36,"target":262},{"source":36,"target":263},{"source":262,"target":36},{"source":263,"target":36},{"source":37,"target":0},{"source":37,"target":264},{"source":264,"target":265},{"source":264,"target":37},{"source":38,"target":0},{"source":38,"target":266},{"source":266,"target":267},{"source":266,"target":38},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":52},{"source":39,"target":268},{"source":39,"target":269},{"source":39,"target":270},{"source":39,"target":271},{"source":268,"target":37},{"source":268,"target":272},{"source":268,"target":39},{"source":272,"target":37},{"source":269,"target":39},{"source":269,"target":273},{"source":269,"target":39},{"source":273,"target":39},{"source":270,"target":37},{"source":271,"target":52},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":52},{"source":40,"target":274},{"source":40,"target":275},{"source":40,"target":276},{"source":274,"target":38},{"source":274,"target":277},{"source":274,"target":40},{"source":277,"target":38},{"source":275,"target":38},{"source":276,"target":52},{"source":41,"target":0},{"source":41,"target":25},{"source":41,"target":2},{"source":41,"target":278},{"source":41,"target":279},{"source":278,"target":25},{"source":279,"target":2},{"source":42,"target":0},{"source":42,"target":20},{"source":42,"target":2},{"source":42,"target":280},{"source":42,"target":281},{"source":280,"target":20},{"source":281,"target":2},{"source":43,"target":0},{"source":43,"target":20},{"source":43,"target":282},{"source":43,"target":283},{"source":43,"target":284},{"source":43,"target":285},{"source":43,"target":286},{"source":282,"target":287},{"source":282,"target":43},{"source":283,"target":288},{"source":283,"target":43},{"source":284,"target":289},{"source":284,"target":43},{"source":285,"target":290},{"source":285,"target":43},{"source":286,"target":20},{"source":44,"target":0},{"source":44,"target":7},{"source":44,"target":291},{"source":44,"target":292},{"source":291,"target":293},{"source":291,"target":44},{"source":292,"target":7},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":8},{"source":45,"target":294},{"source":45,"target":295},{"source":45,"target":296},{"source":45,"target":297},{"source":45,"target":298},{"source":45,"target":299},{"source":45,"target":300},{"source":45,"target":301},{"source":294,"target":27},{"source":294,"target":302},{"source":294,"target":45},{"source":302,"target":27},{"source":295,"target":35},{"source":295,"target":303},{"source":295,"target":45},{"source":303,"target":35},{"source":296,"target":28},{"source":296,"target":304},{"source":296,"target":45},{"source":304,"target":28},{"source":297,"target":18},{"source":297,"target":305},{"source":297,"target":45},{"source":305,"target":18},{"source":298,"target":306},{"source":298,"target":45},{"source":299,"target":307},{"source":299,"target":45},{"source":300,"target":44},{"source":301,"target":8},{"source":46,"target":0},{"source":46,"target":14},{"source":46,"target":308},{"source":46,"target":309},{"source":308,"target":30},{"source":308,"target":310},{"source":308,"target":46},{"source":310,"target":30},{"source":309,"target":14},{"source":47,"target":0},{"source":47,"target":7},{"source":47,"target":311},{"source":47,"target":312},{"source":47,"target":313},{"source":47,"target":314},{"source":311,"target":47},{"source":311,"target":315},{"source":311,"target":47},{"source":311,"target":312},{"source":315,"target":47},{"source":312,"target":47},{"source":312,"target":316},{"source":312,"target":47},{"source":312,"target":311},{"source":316,"target":47},{"source":313,"target":14},{"source":313,"target":317},{"source":313,"target":47},{"source":317,"target":14},{"source":314,"target":7},{"source":48,"target":0},{"source":48,"target":318},{"source":48,"target":319},{"source":318,"target":58},{"source":318,"target":320},{"source":318,"target":48},{"source":320,"target":58},{"source":319,"target":48},{"source":319,"target":321},{"source":319,"target":48},{"source":321,"target":48},{"source":49,"target":0},{"source":49,"target":40},{"source":49,"target":322},{"source":49,"target":323},{"source":49,"target":324},{"source":322,"target":11},{"source":322,"target":325},{"source":322,"target":49},{"source":325,"target":11},{"source":323,"target":56},{"source":323,"target":326},{"source":323,"target":49},{"source":326,"target":56},{"source":324,"target":40},{"source":50,"target":0},{"source":50,"target":44},{"source":50,"target":327},{"source":50,"target":328},{"source":50,"target":329},{"source":327,"target":49},{"source":327,"target":330},{"source":327,"target":50},{"source":330,"target":49},{"source":328,"target":56},{"source":328,"target":331},{"source":328,"target":50},{"source":331,"target":56},{"source":329,"target":44},{"source":51,"target":0},{"source":51,"target":332},{"source":332,"target":333},{"source":332,"target":51},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":51},{"source":53,"target":334},{"source":53,"target":335},{"source":53,"target":336},{"source":53,"target":337},{"source":53,"target":338},{"source":53,"target":339},{"source":53,"target":340},{"source":53,"target":341},{"source":334,"target":53},{"source":334,"target":342},{"source":334,"target":53},{"source":342,"target":53},{"source":335,"target":54},{"source":335,"target":343},{"source":335,"target":53},{"source":343,"target":54},{"source":336,"target":40},{"source":336,"target":344},{"source":336,"target":53},{"source":344,"target":40},{"source":337,"target":39},{"source":337,"target":345},{"source":337,"target":53},{"source":345,"target":39},{"source":338,"target":22},{"source":338,"target":346},{"source":338,"target":53},{"source":346,"target":22},{"source":339,"target":22},{"source":339,"target":347},{"source":339,"target":53},{"source":347,"target":22},{"source":340,"target":22},{"source":340,"target":348},{"source":340,"target":53},{"source":348,"target":22},{"source":341,"target":51},{"source":54,"target":0},{"source":54,"target":51},{"source":54,"target":349},{"source":54,"target":350},{"source":54,"target":351},{"source":54,"target":352},{"source":349,"target":39},{"source":349,"target":353},{"source":349,"target":54},{"source":353,"target":39},{"source":350,"target":40},{"source":350,"target":354},{"source":350,"target":54},{"source":354,"target":40},{"source":351,"target":54},{"source":351,"target":355},{"source":351,"target":54},{"source":355,"target":54},{"source":352,"target":51},{"source":55,"target":0},{"source":55,"target":356},{"source":55,"target":357},{"source":55,"target":358},{"source":55,"target":359},{"source":356,"target":360},{"source":356,"target":55},{"source":357,"target":54},{"source":357,"target":361},{"source":357,"target":55},{"source":361,"target":54},{"source":358,"target":53},{"source":358,"target":362},{"source":358,"target":55},{"source":362,"target":53},{"source":359,"target":39},{"source":359,"target":363},{"source":359,"target":55},{"source":363,"target":39},{"source":56,"target":0},{"source":56,"target":20},{"source":56,"target":364},{"source":56,"target":365},{"source":56,"target":366},{"source":56,"target":367},{"source":364,"target":368},{"source":364,"target":56},{"source":365,"target":6},{"source":365,"target":369},{"source":365,"target":56},{"source":369,"target":6},{"source":366,"target":29},{"source":366,"target":370},{"source":366,"target":56},{"source":370,"target":29},{"source":367,"target":20},{"source":57,"target":0},{"source":57,"target":20},{"source":57,"target":371},{"source":57,"target":372},{"source":371,"target":56},{"source":371,"target":373},{"source":371,"target":57},{"source":373,"target":56},{"source":372,"target":20},{"source":58,"target":0},{"source":58,"target":374},{"source":58,"target":375},{"source":58,"target":376},{"source":58,"target":377},{"source":58,"target":378},{"source":374,"target":58},{"source":375,"target":58},{"source":376,"target":58},{"source":377,"target":58},{"source":378,"target":58},{"source":59,"target":0},{"source":59,"target":379},{"source":59,"target":380},{"source":59,"target":381},{"source":379,"target":59},{"source":380,"target":59},{"source":381,"target":59},{"source":60,"target":382},{"source":60,"target":383},{"source":60,"target":384},{"source":60,"target":385},{"source":60,"target":386},{"source":60,"target":387},{"source":60,"target":388},{"source":60,"target":389},{"source":60,"target":390},{"source":60,"target":391},{"source":60,"target":392},{"source":60,"target":393},{"source":60,"target":394},{"source":60,"target":395},{"source":60,"target":396},{"source":60,"target":397},{"source":60,"target":398},{"source":60,"target":399},{"source":60,"target":400},{"source":60,"target":401},{"source":60,"target":402},{"source":60,"target":403},{"source":60,"target":404},{"source":60,"target":405},{"source":60,"target":406},{"source":60,"target":407},{"source":60,"target":408},{"source":60,"target":409},{"source":60,"target":410},{"source":60,"target":411},{"source":60,"target":412},{"source":60,"target":413},{"source":60,"target":414},{"source":60,"target":415},{"source":60,"target":416},{"source":60,"target":417},{"source":60,"target":418},{"source":60,"target":419},{"source":60,"target":420},{"source":60,"target":421},{"source":60,"target":422},{"source":60,"target":423},{"source":60,"target":424},{"source":60,"target":425},{"source":60,"target":426},{"source":60,"target":427},{"source":60,"target":428},{"source":60,"target":429},{"source":60,"target":430},{"source":60,"target":0},{"source":382,"target":60},{"source":382,"target":16},{"source":382,"target":431},{"source":382,"target":432},{"source":431,"target":382},{"source":431,"target":433},{"source":431,"target":382},{"source":433,"target":382},{"source":432,"target":16},{"source":383,"target":60},{"source":383,"target":389},{"source":383,"target":434},{"source":434,"target":389},{"source":384,"target":60},{"source":384,"target":23},{"source":384,"target":435},{"source":435,"target":23},{"source":385,"target":60},{"source":385,"target":23},{"source":385,"target":436},{"source":436,"target":23},{"source":386,"target":60},{"source":386,"target":39},{"source":386,"target":437},{"source":437,"target":39},{"source":387,"target":60},{"source":387,"target":22},{"source":387,"target":438},{"source":438,"target":22},{"source":388,"target":60},{"source":388,"target":16},{"source":388,"target":439},{"source":388,"target":440},{"source":388,"target":441},{"source":388,"target":442},{"source":439,"target":16},{"source":439,"target":443},{"source":439,"target":388},{"source":443,"target":16},{"source":440,"target":444},{"source":440,"target":388},{"source":441,"target":445},{"source":441,"target":388},{"source":442,"target":16},{"source":389,"target":60},{"source":389,"target":11},{"source":389,"target":446},{"source":389,"target":447},{"source":389,"target":448},{"source":389,"target":449},{"source":389,"target":450},{"source":446,"target":383},{"source":446,"target":451},{"source":446,"target":389},{"source":451,"target":383},{"source":447,"target":452},{"source":447,"target":389},{"source":448,"target":453},{"source":448,"target":389},{"source":449,"target":57},{"source":449,"target":454},{"source":449,"target":389},{"source":454,"target":57},{"source":450,"target":11},{"source":390,"target":60},{"source":390,"target":389},{"source":390,"target":455},{"source":390,"target":456},{"source":390,"target":457},{"source":390,"target":458},{"source":390,"target":459},{"source":390,"target":460},{"source":390,"target":461},{"source":390,"target":462},{"source":390,"target":463},{"source":455,"target":464},{"source":455,"target":390},{"source":456,"target":465},{"source":456,"target":390},{"source":457,"target":391},{"source":457,"target":466},{"source":457,"target":390},{"source":466,"target":391},{"source":458,"target":392},{"source":458,"target":467},{"source":458,"target":390},{"source":467,"target":392},{"source":459,"target":393},{"source":459,"target":468},{"source":459,"target":390},{"source":468,"target":393},{"source":460,"target":394},{"source":460,"target":469},{"source":460,"target":390},{"source":469,"target":394},{"source":461,"target":414},{"source":461,"target":470},{"source":461,"target":390},{"source":470,"target":414},{"source":462,"target":414},{"source":462,"target":471},{"source":462,"target":390},{"source":471,"target":414},{"source":463,"target":389},{"source":391,"target":60},{"source":391,"target":472},{"source":391,"target":473},{"source":391,"target":474},{"source":472,"target":391},{"source":473,"target":391},{"source":474,"target":391},{"source":392,"target":60},{"source":392,"target":475},{"source":392,"target":476},{"source":392,"target":477},{"source":392,"target":478},{"source":392,"target":479},{"source":475,"target":392},{"source":476,"target":392},{"source":477,"target":392},{"source":478,"target":392},{"source":479,"target":392},{"source":393,"target":60},{"source":393,"target":480},{"source":393,"target":481},{"source":393,"target":482},{"source":480,"target":393},{"source":481,"target":393},{"source":482,"target":393},{"source":394,"target":60},{"source":394,"target":483},{"source":394,"target":484},{"source":394,"target":485},{"source":483,"target":394},{"source":484,"target":394},{"source":485,"target":394},{"source":395,"target":60},{"source":395,"target":22},{"source":395,"target":486},{"source":395,"target":487},{"source":395,"target":488},{"source":486,"target":27},{"source":486,"target":489},{"source":486,"target":395},{"source":489,"target":27},{"source":487,"target":389},{"source":487,"target":490},{"source":487,"target":395},{"source":490,"target":389},{"source":488,"target":22},{"source":396,"target":60},{"source":396,"target":22},{"source":396,"target":491},{"source":491,"target":22},{"source":397,"target":60},{"source":397,"target":492},{"source":397,"target":493},{"source":397,"target":494},{"source":492,"target":53},{"source":492,"target":495},{"source":492,"target":397},{"source":495,"target":53},{"source":493,"target":55},{"source":493,"target":496},{"source":493,"target":397},{"source":496,"target":55},{"source":494,"target":54},{"source":494,"target":497},{"source":494,"target":397},{"source":497,"target":54},{"source":398,"target":60},{"source":398,"target":22},{"source":398,"target":498},{"source":398,"target":499},{"source":498,"target":29},{"source":498,"target":500},{"source":498,"target":398},{"source":500,"target":29},{"source":499,"target":22},{"source":399,"target":60},{"source":399,"target":23},{"source":399,"target":501},{"source":501,"target":23},{"source":400,"target":60},{"source":400,"target":23},{"source":400,"target":502},{"source":502,"target":23},{"source":401,"target":60},{"source":401,"target":11},{"source":401,"target":503},{"source":503,"target":11},{"source":402,"target":60},{"source":402,"target":16},{"source":402,"target":504},{"source":504,"target":16},{"source":403,"target":60},{"source":403,"target":11},{"source":403,"target":505},{"source":505,"target":11},{"source":404,"target":60},{"source":404,"target":23},{"source":404,"target":506},{"source":404,"target":507},{"source":404,"target":508},{"source":404,"target":509},{"source":404,"target":510},{"source":404,"target":511},{"source":404,"target":512},{"source":404,"target":513},{"source":404,"target":514},{"source":404,"target":515},{"source":506,"target":404},{"source":506,"target":516},{"source":506,"target":404},{"source":516,"target":404},{"source":507,"target":11},{"source":507,"target":517},{"source":507,"target":404},{"source":517,"target":11},{"source":508,"target":25},{"source":508,"target":518},{"source":508,"target":404},{"source":518,"target":25},{"source":509,"target":519},{"source":509,"target":404},{"source":510,"target":520},{"source":510,"target":404},{"source":511,"target":521},{"source":511,"target":404},{"source":512,"target":522},{"source":512,"target":404},{"source":513,"target":523},{"source":513,"target":404},{"source":514,"target":524},{"source":514,"target":404},{"source":515,"target":23},{"source":405,"target":60},{"source":405,"target":389},{"source":405,"target":525},{"source":405,"target":526},{"source":525,"target":389},{"source":525,"target":527},{"source":525,"target":405},{"source":527,"target":389},{"source":526,"target":389},{"source":406,"target":60},{"source":406,"target":23},{"source":406,"target":528},{"source":528,"target":23},{"source":407,"target":60},{"source":407,"target":23},{"source":407,"target":529},{"source":529,"target":23},{"source":408,"target":60},{"source":408,"target":23},{"source":408,"target":530},{"source":530,"target":23},{"source":409,"target":60},{"source":409,"target":23},{"source":409,"target":531},{"source":531,"target":23},{"source":410,"target":60},{"source":410,"target":23},{"source":410,"target":532},{"source":532,"target":23},{"source":411,"target":60},{"source":411,"target":23},{"source":411,"target":533},{"source":533,"target":23},{"source":412,"target":60},{"source":412,"target":385},{"source":412,"target":534},{"source":534,"target":385},{"source":413,"target":60},{"source":413,"target":23},{"source":413,"target":535},{"source":535,"target":23},{"source":414,"target":60},{"source":414,"target":23},{"source":414,"target":536},{"source":536,"target":23},{"source":415,"target":60},{"source":415,"target":39},{"source":415,"target":537},{"source":537,"target":39},{"source":416,"target":60},{"source":416,"target":39},{"source":416,"target":538},{"source":538,"target":39},{"source":417,"target":60},{"source":417,"target":39},{"source":417,"target":539},{"source":539,"target":39},{"source":418,"target":60},{"source":418,"target":39},{"source":418,"target":540},{"source":540,"target":39},{"source":419,"target":60},{"source":419,"target":39},{"source":419,"target":541},{"source":541,"target":39},{"source":420,"target":60},{"source":420,"target":39},{"source":420,"target":542},{"source":542,"target":39},{"source":421,"target":60},{"source":421,"target":39},{"source":421,"target":543},{"source":543,"target":39},{"source":422,"target":60},{"source":422,"target":39},{"source":422,"target":544},{"source":544,"target":39},{"source":423,"target":60},{"source":423,"target":39},{"source":423,"target":545},{"source":545,"target":39},{"source":424,"target":60},{"source":424,"target":39},{"source":424,"target":546},{"source":424,"target":547},{"source":546,"target":53},{"source":546,"target":548},{"source":546,"target":424},{"source":548,"target":53},{"source":547,"target":39},{"source":425,"target":60},{"source":425,"target":40},{"source":425,"target":549},{"source":549,"target":40},{"source":426,"target":60},{"source":426,"target":40},{"source":426,"target":550},{"source":550,"target":40},{"source":427,"target":60},{"source":427,"target":25},{"source":427,"target":551},{"source":427,"target":552},{"source":551,"target":30},{"source":551,"target":553},{"source":551,"target":427},{"source":553,"target":30},{"source":552,"target":25},{"source":428,"target":60},{"source":428,"target":39},{"source":428,"target":554},{"source":554,"target":39},{"source":429,"target":60},{"source":429,"target":40},{"source":429,"target":555},{"source":555,"target":40},{"source":430,"target":60},{"source":430,"target":2},{"source":430,"target":25},{"source":430,"target":556},{"source":430,"target":557},{"source":556,"target":2},{"source":557,"target":25}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="eTPhys" nsURI="http://www.eclipse.org/etrice/core/etphys/ETPhys" nsPrefix="eTPhys"> <eClassifiers xsi:type="ecore:EClass" name="PhysicalModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>The root object for the physical model. It gives access to the systems, node classes&#xD;&#xA;and runtimes defined.&#xD;&#xA;"/> </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="&lt;br>The model name is a dot separated fully qualified name and is&#xD;&#xA;used to provide a name space.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>A list of all imported models.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="systems" upperBound="-1" eType="#//PhysicalSystem" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>A list of all defined physical systems.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeClasses" upperBound="-1" eType="#//NodeClass" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>A list of all defined node classes.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="runtimeClasses" upperBound="-1" eType="#//RuntimeClass" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>A list of all defined runtime classes.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhysicalSystem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This model object represents a complete physical system.&#xD;&#xA;"/> </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="&lt;br>The name of the physical system by which it is referred to in the model.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is an optional documentation.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeRefs" upperBound="-1" eType="#//NodeRef" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>A list of referenced nodes.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeRef"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This stands for a node instance in a specific role.&#xD;&#xA;"/> </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="&lt;br>The name of the reference by which it is referred to in the model.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//NodeClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>The node class of this reference.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is an optional documentation.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This defines a node class.&#xD;&#xA;"/> </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="&lt;br>The name of the node class by which it is referred to in the model.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is an optional documentation.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="runtime" eType="#//RuntimeClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the associated runtime class.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priomin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the minimal thread priority for this node type.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priomax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the maximum thread priority for this node type.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="threads" upperBound="-1" eType="#//PhysicalThread" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is a list of all threads defined for this node.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhysicalThread"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This defines a physical thread running in a node.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>If this is {@code true} then this is the default thread.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <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="&lt;br>The name of the thread by which it is referred to in the model.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="execmode" eType="#//ExecMode"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the execution mode of the thread.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the priority of the thread.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stacksize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the stacksize of the thread.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msgblocksize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the msgblocksize of the thread.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msgpoolsize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the msgpoolsize of the thread.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExecMode"> <eLiterals name="POLLED" literal="polled"/> <eLiterals name="BLOCKED" value="1" literal="blocked"/> <eLiterals name="MIXED" value="2" literal="mixed"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuntimeClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This defines a runtime class.&#xD;&#xA;"/> </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="&lt;br>The name of the runtime class by which it is referred to in the model.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="docu" eType="#//Documentation" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is an optional documentation.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="threadModel" eType="#//ThreadModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This distinguishes single and multi threaded.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ThreadModel"> <eLiterals name="SINGLE_THREADED" literal="singleThreaded"/> <eLiterals name="MULTI_THREADED" value="1" literal="multiThreaded"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Documentation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>A piece of documentation that can be optionally attached at&#xD;&#xA;certain places in the model.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="&lt;br>This is the documentation's contents.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>The import declares an imported model (given as a URI) and&#xD;&#xA;an optional imported namespace.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>The imported name space has to be a dot separated qualified name followed by .*.&#xD;&#xA;Example: my.namespace.*&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>The import URI can be a relative or absolute file system path.&#xD;&#xA;It may contain environment variables in ${} which will be expanded.&#xD;&#xA;&lt;p>&#xD;&#xA;Examples:&#xD;&#xA;&lt;ul>&#xD;&#xA; &lt;li>import model &quot;AnotherModel.room&quot;&lt;/li>&#xD;&#xA; &lt;li>import my.namespace.* from &quot;AnotherModel.room&quot;&lt;/li>&#xD;&#xA; &lt;li>import my.namespace.* from &quot;../../AnotherProject/models/AnotherModel.room&quot;&lt;/li>&#xD;&#xA; &lt;li>import my.namespace.* from &quot;/${ROOM_MODELS}/SomeModel.room&quot;&lt;/li>&#xD;&#xA;&lt;/ul>&#xD;&#xA;&lt;/p>&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/ETPhys.ecore
ecore
eTPhys PhysicalModel name imports systems nodeClasses runtimeClasses PhysicalSystem name docu nodeRefs NodeRef name type docu NodeClass name docu runtime priomin priomax threads PhysicalThread default name execmode time prio stacksize msgblocksize msgpoolsize ExecMode POLLED polled BLOCKED blocked MIXED mixed RuntimeClass name docu threadModel ThreadModel SINGLE_THREADED singleThreaded MULTI_THREADED multiThreaded Documentation text Import importedNamespace importURI
null
{"directed":true,"nodes":[{"nsPrefix":"eTPhys","nsURI":"http://www.eclipse.org/etrice/core/etphys/ETPhys","name":"eTPhys","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalSystem","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeRef","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalThread","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExecMode","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeClass","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ThreadModel","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"systems","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":"nodeClasses","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":"runtimeClasses","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"docu","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":"nodeRefs","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},{"container":false,"ordered":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":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":"docu","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":"name","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":"docu","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":"runtime","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":"priomin","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priomax","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"threads","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"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":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},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"execmode","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prio","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":"stacksize","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":"msgblocksize","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msgpoolsize","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"name":"POLLED","id":61,"value":0,"literal":"polled","eClass":"EEnumLiteral"},{"name":"BLOCKED","id":62,"value":1,"literal":"blocked","eClass":"EEnumLiteral"},{"name":"MIXED","id":63,"value":2,"literal":"mixed","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":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":"docu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"threadModel","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"SINGLE_THREADED","id":70,"value":0,"literal":"singleThreaded","eClass":"EEnumLiteral"},{"name":"MULTI_THREADED","id":71,"value":1,"literal":"multiThreaded","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","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":"importURI","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":10},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":10},{"source":13,"target":2},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":2},{"source":14,"target":4},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":4},{"source":15,"target":7},{"source":15,"target":20},{"source":15,"target":1},{"source":20,"target":7},{"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":9},{"source":22,"target":25},{"source":22,"target":2},{"source":25,"target":9},{"source":23,"target":3},{"source":23,"target":26},{"source":23,"target":2},{"source":26,"target":3},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":27,"target":30},{"source":27,"target":3},{"source":28,"target":4},{"source":28,"target":31},{"source":28,"target":3},{"source":31,"target":4},{"source":29,"target":9},{"source":29,"target":32},{"source":29,"target":3},{"source":32,"target":9},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":33,"target":39},{"source":33,"target":4},{"source":34,"target":9},{"source":34,"target":40},{"source":34,"target":4},{"source":40,"target":9},{"source":35,"target":7},{"source":35,"target":41},{"source":35,"target":4},{"source":41,"target":7},{"source":36,"target":42},{"source":36,"target":4},{"source":37,"target":43},{"source":37,"target":4},{"source":38,"target":5},{"source":38,"target":44},{"source":38,"target":4},{"source":44,"target":5},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":45,"target":53},{"source":45,"target":5},{"source":46,"target":54},{"source":46,"target":5},{"source":47,"target":6},{"source":47,"target":55},{"source":47,"target":5},{"source":55,"target":6},{"source":48,"target":56},{"source":48,"target":5},{"source":49,"target":57},{"source":49,"target":5},{"source":50,"target":58},{"source":50,"target":5},{"source":51,"target":59},{"source":51,"target":5},{"source":52,"target":60},{"source":52,"target":5},{"source":6,"target":0},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":61,"target":6},{"source":62,"target":6},{"source":63,"target":6},{"source":7,"target":0},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":64,"target":67},{"source":64,"target":7},{"source":65,"target":9},{"source":65,"target":68},{"source":65,"target":7},{"source":68,"target":9},{"source":66,"target":8},{"source":66,"target":69},{"source":66,"target":7},{"source":69,"target":8},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":71},{"source":70,"target":8},{"source":71,"target":8},{"source":9,"target":0},{"source":9,"target":72},{"source":72,"target":73},{"source":72,"target":9},{"source":10,"target":0},{"source":10,"target":74},{"source":10,"target":75},{"source":74,"target":76},{"source":74,"target":10},{"source":75,"target":77},{"source":75,"target":10}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="isabelle" nsURI="http://org/ai4fm/proofprocess/isabelle/v1.0.0" nsPrefix="isabelle"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="conversionDelegates" value="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DisplayTerm" abstract="true" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="display" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MarkupTerm" eSuperTypes="#//DisplayTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//IsabelleXML"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="CLOB"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IsabelleXML" instanceClassName="isabelle.XML.Tree"> <eAnnotations source="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsaTerm" eSuperTypes="#//DisplayTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//IsabelleTerm"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="CLOB"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IsabelleTerm" instanceClassName="isabelle.Term.Term"> <eAnnotations source="http://org/ai4fm/proofprocess/isabelle/conversion/v1.0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTerm" eSuperTypes="#//NameTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insts" upperBound="-1" eType="#//Inst" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inst"> <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" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsabelleTrace" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="command" lowerBound="1" eType="#//IsabelleCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpLemmas" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTermTree"> <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="terms" upperBound="-1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//NamedTermTree" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsabelleCommand" eSuperTypes="#//NamedTermTree"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssumptionTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JudgementTerm" eSuperTypes="platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="assms" upperBound="-1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="goal" lowerBound="1" eType="ecore:EClass platform:/plugin/org.ai4fm.proofprocess/model/history/ProofProcess-v1.0.0.ecore#//Term" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/andriusvelykis/proofprocess/org.ai4fm.proofprocess.isabelle/model/history/IsabelleProofProcess-v1.0.0.ecore
ecore
isabelle DisplayTerm display MarkupTerm term IsabelleXML isabelle.XML.Tree isabelle.XML.Tree IsaTerm term IsabelleTerm isabelle.Term.Term isabelle.Term.Term NameTerm name NamedTerm term InstTerm term insts Inst name index 0 term IsabelleTrace command simpLemmas NamedTermTree name terms branches IsabelleCommand source AssumptionTerm term JudgementTerm assms goal
null
{"directed":true,"nodes":[{"nsPrefix":"isabelle","nsURI":"http://org/ai4fm/proofprocess/isabelle/v1.0.0","name":"isabelle","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayTerm","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarkupTerm","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"isabelle.XML.Tree","defaultValue":null,"instanceClassName":"isabelle.XML.Tree","name":"IsabelleXML","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsaTerm","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"isabelle.Term.Term","defaultValue":null,"instanceClassName":"isabelle.Term.Term","name":"IsabelleTerm","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameTerm","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTerm","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstTerm","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inst","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsabelleTrace","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTermTree","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsabelleCommand","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssumptionTerm","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JudgementTerm","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":"display","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"lowerBound":1,"iD":false,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","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":"insts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"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":"simpLemmas","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"terms","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":"branches","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assms","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"goal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":17},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":3},{"source":18,"target":20},{"source":18,"target":2},{"source":20,"target":3},{"source":19,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":5},{"source":21,"target":23},{"source":21,"target":4},{"source":23,"target":5},{"source":22,"target":1},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":24},{"source":6,"target":25},{"source":24,"target":26},{"source":24,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":27},{"source":7,"target":28},{"source":27,"target":29},{"source":27,"target":7},{"source":28,"target":6},{"source":8,"target":0},{"source":8,"target":30},{"source":8,"target":31},{"source":8,"target":32},{"source":30,"target":33},{"source":30,"target":8},{"source":31,"target":9},{"source":31,"target":34},{"source":31,"target":8},{"source":34,"target":9},{"source":9,"target":0},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":35,"target":38},{"source":35,"target":9},{"source":36,"target":39},{"source":36,"target":9},{"source":37,"target":40},{"source":37,"target":9},{"source":10,"target":0},{"source":10,"target":41},{"source":10,"target":42},{"source":10,"target":43},{"source":41,"target":12},{"source":41,"target":44},{"source":41,"target":10},{"source":44,"target":12},{"source":42,"target":45},{"source":42,"target":10},{"source":11,"target":0},{"source":11,"target":46},{"source":11,"target":47},{"source":11,"target":48},{"source":46,"target":49},{"source":46,"target":11},{"source":47,"target":50},{"source":47,"target":11},{"source":48,"target":11},{"source":48,"target":51},{"source":48,"target":11},{"source":51,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":52},{"source":12,"target":53},{"source":52,"target":54},{"source":52,"target":12},{"source":53,"target":11},{"source":13,"target":0},{"source":13,"target":55},{"source":13,"target":56},{"source":55,"target":57},{"source":55,"target":13},{"source":14,"target":0},{"source":14,"target":58},{"source":14,"target":59},{"source":14,"target":60},{"source":58,"target":61},{"source":58,"target":14},{"source":59,"target":62},{"source":59,"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="jPQL" nsURI="http://www.nightlabs.org/vestigo/xtext/jdoql/JPQL" nsPrefix="jPQL"> <eClassifiers xsi:type="ecore:EClass" name="JPQLQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="whereClause" eType="#//WhereClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectStatement" eSuperTypes="#//JPQLQuery #//ExpressionTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="selectClause" eType="#//SelectClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromClause" eType="#//FromClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupByClause" eType="#//GroupByClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orderByClause" eType="#//OrderByClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupByClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="grouping" upperBound="-1" eType="#//AliasAttributeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="havingClause" eType="#//HavingClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HavingClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="having" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderByClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="ordering" upperBound="-1" eType="#//OrderBySpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderBySpec"/> <eClassifiers xsi:type="ecore:EEnum" name="OrderByDirection"> <eLiterals name="asc" literal="ASC"/> <eLiterals name="desc" value="1" literal="DESC"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateStatement" eSuperTypes="#//JPQLQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="updateClause" eType="#//UpdateClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setClause" eType="#//SetClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromEntries" upperBound="-1" eType="#//FromEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//UpdateItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="alias" eType="#//AliasAttributeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//JPQLQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="deleteClause" eType="#//DeleteClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromClause" eType="#//FromClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectClause"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDistinct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//SelectExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SelectAggregateExpression" eSuperTypes="#//SelectExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDistinct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="item" eType="#//AliasAttributeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AvgAggregate" eSuperTypes="#//SelectAggregateExpression"/> <eClassifiers xsi:type="ecore:EClass" name="CountAggregate" eSuperTypes="#//SelectAggregateExpression"/> <eClassifiers xsi:type="ecore:EClass" name="MaxAggregate" eSuperTypes="#//SelectAggregateExpression"/> <eClassifiers xsi:type="ecore:EClass" name="MinAggregate" eSuperTypes="#//SelectAggregateExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SumAggregate" eSuperTypes="#//SelectAggregateExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SelectConstructorExpression" eSuperTypes="#//SelectExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//AliasAttributeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromEntries" upperBound="-1" eType="#//FromEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration"> <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="FromClass" eSuperTypes="#//FromEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joins" upperBound="-1" eType="#//FromJoin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromCollection" eSuperTypes="#//FromEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//AliasAttributeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromJoin"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isFetch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//AliasAttributeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Join" eSuperTypes="#//FromJoin"/> <eClassifiers xsi:type="ecore:EClass" name="LeftJoin" eSuperTypes="#//FromJoin"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOuter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InnerJoin" eSuperTypes="#//FromJoin"/> <eClassifiers xsi:type="ecore:EClass" name="WhereClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="whereEntry" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//SelectExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unaryOperator" eType="#//UnaryOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//SelectStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="min" eType="#//Literal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="max" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Expression #//ExpressionTerm"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionTerm" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="AliasAttributeExpression" eSuperTypes="#//OrderBySpec #//Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//OrderByDirection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alias" eType="#//VariableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterExpression" eSuperTypes="#//Variable"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="startPos" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="length" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trimSpec" eType="#//TrimSpec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trimChar" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TrimSpec"> <eLiterals name="leading" literal="LEADING"/> <eLiterals name="trailing" value="1" literal="TRAILING"/> <eLiterals name="both" value="2" literal="BOTH"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//Variable"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Float" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Float"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fractionValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryOperator"> <eLiterals name="positive" literal="+"/> <eLiterals name="negative" value="1" literal="-"/> <eLiterals name="logicalNot" value="2" literal="NOT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AdditionOperator"> <eLiterals name="add" literal="+"/> <eLiterals name="subtract" value="1" literal="-"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MultiplicationOperator"> <eLiterals name="multiply" literal="*"/> <eLiterals name="divide" value="1" literal="/"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComparisonOperator"> <eLiterals name="lessThen" literal="&lt;"/> <eLiterals name="greaterThen" value="1" literal=">"/> <eLiterals name="lessEqual" value="2" literal="&lt;="/> <eLiterals name="greaterEqual" value="3" literal=">="/> <eLiterals name="equal" value="4" literal="="/> <eLiterals name="notEqual" value="5" literal="&lt;>"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComparisonOperatorExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//ComparisonOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//AdditionOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicationExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//MultiplicationOperator"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/vestigo/vestigo/org.nightlabs.vestigo.xtext.jpql/src-gen/org/nightlabs/vestigo/xtext/jpql/JPQL.ecore
ecore
jPQL JPQLQuery whereClause SelectStatement selectClause fromClause groupByClause orderByClause GroupByClause grouping havingClause HavingClause having OrderByClause ordering OrderBySpec OrderByDirection asc ASC desc DESC UpdateStatement updateClause setClause UpdateClause fromEntries SetClause items UpdateItem alias value DeleteStatement deleteClause DeleteClause fromClause SelectClause isDistinct expressions SelectExpression SelectAggregateExpression isDistinct item AvgAggregate CountAggregate MaxAggregate MinAggregate SumAggregate SelectConstructorExpression name items FromClause fromEntries FromEntry variable VariableDeclaration name FromClass type joins FromCollection path FromJoin isFetch path variable Join LeftJoin isOuter InnerJoin WhereClause whereEntry Expression unaryOperator right left isNot items query min max Variable ExpressionTerm AliasAttributeExpression direction alias attributes ParameterExpression name index FunctionExpression name fields field startPos length trimSpec trimChar TrimSpec leading LEADING trailing TRAILING both BOTH Literal IntegerLiteral value FloatLiteral value Float integerValue fractionValue StringLiteral value NullLiteral value BooleanLiteral value UnaryOperator positive + negative - logicalNot NOT AdditionOperator add + subtract - MultiplicationOperator multiply * divide / ComparisonOperator lessThen < greaterThen > lessEqual <= greaterEqual >= equal = notEqual <> OrExpression entries AndExpression entries ComparisonOperatorExpression operator AdditionExpression operator MultiplicationExpression operator
null
{"directed":true,"nodes":[{"nsPrefix":"jPQL","nsURI":"http://www.nightlabs.org/vestigo/xtext/jdoql/JPQL","name":"jPQL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JPQLQuery","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectStatement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupByClause","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HavingClause","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByClause","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderBySpec","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrderByDirection","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateClause","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetClause","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateItem","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteClause","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectClause","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectAggregateExpression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AvgAggregate","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CountAggregate","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaxAggregate","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinAggregate","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SumAggregate","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectConstructorExpression","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromClause","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromEntry","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromClass","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromCollection","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromJoin","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Join","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftJoin","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InnerJoin","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhereClause","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionTerm","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AliasAttributeExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterExpression","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionExpression","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TrimSpec","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatLiteral","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AdditionOperator","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MultiplicationOperator","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisonOperator","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonOperatorExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicationExpression","instanceClass":null,"abstract":false,"id":55,"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":"whereClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectClause","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":"fromClause","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":"groupByClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderByClause","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"grouping","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":"havingClause","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":"having","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ordering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"name":"asc","id":76,"value":0,"literal":"ASC","eClass":"EEnumLiteral"},{"name":"desc","id":77,"value":1,"literal":"DESC","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":"updateClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setClause","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromEntries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"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":"alias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deleteClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"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":"isDistinct","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":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"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":"isDistinct","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":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":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromEntries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"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":"joins","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":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"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":"isFetch","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","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":"variable","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOuter","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unaryOperator","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNot","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","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":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"min","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":"max","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":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":"alias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"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":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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,"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":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"container":false,"ordered":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":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":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"startPos","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":"length","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trimSpec","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":"trimChar","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"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"name":"leading","id":190,"value":0,"literal":"LEADING","eClass":"EEnumLiteral"},{"name":"trailing","id":191,"value":1,"literal":"TRAILING","eClass":"EEnumLiteral"},{"name":"both","id":192,"value":2,"literal":"BOTH","eClass":"EEnumLiteral"},{"id":193,"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":194,"derived":false},{"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"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":"integerValue","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fractionValue","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"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":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"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":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"name":"positive","id":213,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"negative","id":214,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"logicalNot","id":215,"value":2,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"add","id":216,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"subtract","id":217,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"multiply","id":218,"value":0,"literal":"*","eClass":"EEnumLiteral"},{"name":"divide","id":219,"value":1,"literal":"/","eClass":"EEnumLiteral"},{"name":"lessThen","id":220,"value":0,"literal":"<","eClass":"EEnumLiteral"},{"name":"greaterThen","id":221,"value":1,"literal":">","eClass":"EEnumLiteral"},{"name":"lessEqual","id":222,"value":2,"literal":"<=","eClass":"EEnumLiteral"},{"name":"greaterEqual","id":223,"value":3,"literal":">=","eClass":"EEnumLiteral"},{"name":"equal","id":224,"value":4,"literal":"=","eClass":"EEnumLiteral"},{"name":"notEqual","id":225,"value":5,"literal":"<>","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":1,"target":0},{"source":1,"target":56},{"source":56,"target":32},{"source":56,"target":57},{"source":56,"target":1},{"source":57,"target":32},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":35},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":58,"target":14},{"source":58,"target":64},{"source":58,"target":2},{"source":64,"target":14},{"source":59,"target":23},{"source":59,"target":65},{"source":59,"target":2},{"source":65,"target":23},{"source":60,"target":3},{"source":60,"target":66},{"source":60,"target":2},{"source":66,"target":3},{"source":61,"target":5},{"source":61,"target":67},{"source":61,"target":2},{"source":67,"target":5},{"source":62,"target":1},{"source":63,"target":35},{"source":3,"target":0},{"source":3,"target":68},{"source":3,"target":69},{"source":68,"target":36},{"source":68,"target":70},{"source":68,"target":3},{"source":70,"target":36},{"source":69,"target":4},{"source":69,"target":71},{"source":69,"target":3},{"source":71,"target":4},{"source":4,"target":0},{"source":4,"target":72},{"source":72,"target":33},{"source":72,"target":73},{"source":72,"target":4},{"source":73,"target":33},{"source":5,"target":0},{"source":5,"target":74},{"source":74,"target":6},{"source":74,"target":75},{"source":74,"target":5},{"source":75,"target":6},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":76},{"source":7,"target":77},{"source":76,"target":7},{"source":77,"target":7},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":78,"target":9},{"source":78,"target":81},{"source":78,"target":8},{"source":81,"target":9},{"source":79,"target":10},{"source":79,"target":82},{"source":79,"target":8},{"source":82,"target":10},{"source":80,"target":1},{"source":9,"target":0},{"source":9,"target":83},{"source":83,"target":24},{"source":83,"target":84},{"source":83,"target":9},{"source":84,"target":24},{"source":10,"target":0},{"source":10,"target":85},{"source":85,"target":11},{"source":85,"target":86},{"source":85,"target":10},{"source":86,"target":11},{"source":11,"target":0},{"source":11,"target":87},{"source":11,"target":88},{"source":87,"target":36},{"source":87,"target":89},{"source":87,"target":11},{"source":89,"target":36},{"source":88,"target":40},{"source":88,"target":90},{"source":88,"target":11},{"source":90,"target":40},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":91},{"source":12,"target":92},{"source":91,"target":13},{"source":91,"target":93},{"source":91,"target":12},{"source":93,"target":13},{"source":92,"target":1},{"source":13,"target":0},{"source":13,"target":94},{"source":94,"target":23},{"source":94,"target":95},{"source":94,"target":13},{"source":95,"target":23},{"source":14,"target":0},{"source":14,"target":96},{"source":14,"target":97},{"source":96,"target":98},{"source":96,"target":14},{"source":97,"target":15},{"source":97,"target":99},{"source":97,"target":14},{"source":99,"target":15},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":100,"target":103},{"source":100,"target":16},{"source":101,"target":36},{"source":101,"target":104},{"source":101,"target":16},{"source":104,"target":36},{"source":102,"target":15},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":105},{"source":105,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":106},{"source":106,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":107},{"source":107,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":108},{"source":108,"target":16},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":109},{"source":109,"target":16},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":110},{"source":22,"target":111},{"source":22,"target":112},{"source":110,"target":113},{"source":110,"target":22},{"source":111,"target":36},{"source":111,"target":114},{"source":111,"target":22},{"source":114,"target":36},{"source":112,"target":15},{"source":23,"target":0},{"source":23,"target":115},{"source":115,"target":24},{"source":115,"target":116},{"source":115,"target":23},{"source":116,"target":24},{"source":24,"target":0},{"source":24,"target":117},{"source":117,"target":25},{"source":117,"target":118},{"source":117,"target":24},{"source":118,"target":25},{"source":25,"target":0},{"source":25,"target":119},{"source":119,"target":120},{"source":119,"target":25},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":121},{"source":26,"target":122},{"source":26,"target":123},{"source":121,"target":124},{"source":121,"target":26},{"source":122,"target":28},{"source":122,"target":125},{"source":122,"target":26},{"source":125,"target":28},{"source":123,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":126},{"source":27,"target":127},{"source":126,"target":36},{"source":126,"target":128},{"source":126,"target":27},{"source":128,"target":36},{"source":127,"target":24},{"source":28,"target":0},{"source":28,"target":129},{"source":28,"target":130},{"source":28,"target":131},{"source":129,"target":132},{"source":129,"target":28},{"source":130,"target":36},{"source":130,"target":133},{"source":130,"target":28},{"source":133,"target":36},{"source":131,"target":25},{"source":131,"target":134},{"source":131,"target":28},{"source":134,"target":25},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":135},{"source":135,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":136},{"source":30,"target":137},{"source":136,"target":138},{"source":136,"target":30},{"source":137,"target":28},{"source":31,"target":0},{"source":31,"target":28},{"source":31,"target":139},{"source":139,"target":28},{"source":32,"target":0},{"source":32,"target":140},{"source":140,"target":33},{"source":140,"target":141},{"source":140,"target":32},{"source":141,"target":33},{"source":33,"target":0},{"source":33,"target":15},{"source":33,"target":142},{"source":33,"target":143},{"source":33,"target":144},{"source":33,"target":145},{"source":33,"target":146},{"source":33,"target":147},{"source":33,"target":148},{"source":33,"target":149},{"source":33,"target":150},{"source":142,"target":47},{"source":142,"target":151},{"source":142,"target":33},{"source":151,"target":47},{"source":143,"target":33},{"source":143,"target":152},{"source":143,"target":33},{"source":152,"target":33},{"source":144,"target":33},{"source":144,"target":153},{"source":144,"target":33},{"source":153,"target":33},{"source":145,"target":154},{"source":145,"target":33},{"source":146,"target":34},{"source":146,"target":155},{"source":146,"target":33},{"source":155,"target":34},{"source":147,"target":2},{"source":147,"target":156},{"source":147,"target":33},{"source":156,"target":2},{"source":148,"target":40},{"source":148,"target":157},{"source":148,"target":33},{"source":157,"target":40},{"source":149,"target":40},{"source":149,"target":158},{"source":149,"target":33},{"source":158,"target":40},{"source":150,"target":15},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":35},{"source":34,"target":159},{"source":34,"target":160},{"source":159,"target":33},{"source":160,"target":35},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":161},{"source":161,"target":33},{"source":36,"target":0},{"source":36,"target":6},{"source":36,"target":34},{"source":36,"target":162},{"source":36,"target":163},{"source":36,"target":164},{"source":36,"target":165},{"source":36,"target":166},{"source":162,"target":7},{"source":162,"target":167},{"source":162,"target":36},{"source":167,"target":7},{"source":163,"target":25},{"source":163,"target":168},{"source":163,"target":36},{"source":168,"target":25},{"source":164,"target":169},{"source":164,"target":36},{"source":165,"target":6},{"source":166,"target":34},{"source":37,"target":0},{"source":37,"target":34},{"source":37,"target":170},{"source":37,"target":171},{"source":37,"target":172},{"source":170,"target":173},{"source":170,"target":37},{"source":171,"target":174},{"source":171,"target":37},{"source":172,"target":34},{"source":38,"target":0},{"source":38,"target":33},{"source":38,"target":175},{"source":38,"target":176},{"source":38,"target":177},{"source":38,"target":178},{"source":38,"target":179},{"source":38,"target":180},{"source":38,"target":181},{"source":38,"target":182},{"source":175,"target":183},{"source":175,"target":38},{"source":176,"target":33},{"source":176,"target":184},{"source":176,"target":38},{"source":184,"target":33},{"source":177,"target":33},{"source":177,"target":185},{"source":177,"target":38},{"source":185,"target":33},{"source":178,"target":33},{"source":178,"target":186},{"source":178,"target":38},{"source":186,"target":33},{"source":179,"target":33},{"source":179,"target":187},{"source":179,"target":38},{"source":187,"target":33},{"source":180,"target":39},{"source":180,"target":188},{"source":180,"target":38},{"source":188,"target":39},{"source":181,"target":33},{"source":181,"target":189},{"source":181,"target":38},{"source":189,"target":33},{"source":182,"target":33},{"source":39,"target":0},{"source":39,"target":190},{"source":39,"target":191},{"source":39,"target":192},{"source":190,"target":39},{"source":191,"target":39},{"source":192,"target":39},{"source":40,"target":0},{"source":40,"target":34},{"source":40,"target":193},{"source":193,"target":34},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":194},{"source":41,"target":195},{"source":194,"target":196},{"source":194,"target":41},{"source":195,"target":40},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":197},{"source":42,"target":198},{"source":197,"target":43},{"source":197,"target":199},{"source":197,"target":42},{"source":199,"target":43},{"source":198,"target":40},{"source":43,"target":0},{"source":43,"target":200},{"source":43,"target":201},{"source":200,"target":202},{"source":200,"target":43},{"source":201,"target":203},{"source":201,"target":43},{"source":44,"target":0},{"source":44,"target":40},{"source":44,"target":204},{"source":44,"target":205},{"source":204,"target":206},{"source":204,"target":44},{"source":205,"target":40},{"source":45,"target":0},{"source":45,"target":40},{"source":45,"target":207},{"source":45,"target":208},{"source":207,"target":209},{"source":207,"target":45},{"source":208,"target":40},{"source":46,"target":0},{"source":46,"target":40},{"source":46,"target":210},{"source":46,"target":211},{"source":210,"target":212},{"source":210,"target":46},{"source":211,"target":40},{"source":47,"target":0},{"source":47,"target":213},{"source":47,"target":214},{"source":47,"target":215},{"source":213,"target":47},{"source":214,"target":47},{"source":215,"target":47},{"source":48,"target":0},{"source":48,"target":216},{"source":48,"target":217},{"source":216,"target":48},{"source":217,"target":48},{"source":49,"target":0},{"source":49,"target":218},{"source":49,"target":219},{"source":218,"target":49},{"source":219,"target":49},{"source":50,"target":0},{"source":50,"target":220},{"source":50,"target":221},{"source":50,"target":222},{"source":50,"target":223},{"source":50,"target":224},{"source":50,"target":225},{"source":220,"target":50},{"source":221,"target":50},{"source":222,"target":50},{"source":223,"target":50},{"source":224,"target":50},{"source":225,"target":50},{"source":51,"target":0},{"source":51,"target":33},{"source":51,"target":226},{"source":51,"target":227},{"source":226,"target":33},{"source":226,"target":228},{"source":226,"target":51},{"source":228,"target":33},{"source":227,"target":33},{"source":52,"target":0},{"source":52,"target":33},{"source":52,"target":229},{"source":52,"target":230},{"source":229,"target":33},{"source":229,"target":231},{"source":229,"target":52},{"source":231,"target":33},{"source":230,"target":33},{"source":53,"target":0},{"source":53,"target":33},{"source":53,"target":232},{"source":53,"target":233},{"source":232,"target":50},{"source":232,"target":234},{"source":232,"target":53},{"source":234,"target":50},{"source":233,"target":33},{"source":54,"target":0},{"source":54,"target":33},{"source":54,"target":235},{"source":54,"target":236},{"source":235,"target":48},{"source":235,"target":237},{"source":235,"target":54},{"source":237,"target":48},{"source":236,"target":33},{"source":55,"target":0},{"source":55,"target":33},{"source":55,"target":238},{"source":55,"target":239},{"source":238,"target":49},{"source":238,"target":240},{"source":238,"target":55},{"source":240,"target":49},{"source":239,"target":33}],"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="unique_annotation" nsURI="http://sdfsad.com" nsPrefix="some"> <eClassifiers xsi:type="ecore:EClass" name="A"> <eOperations name="a" eType="//A"/> <eOperations name="una" eType="//A"/> <eOperations name="nuna" unique="false" eType="//A"/> <eOperations name="ap" eType="//A"> <eParameters name="x"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eParameters> </eOperations> <eOperations name="apun" eType="//A"> <eParameters name="x"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eParameters> </eOperations> <eOperations name="apnun" eType="//A"> <eParameters name="x" unique="false"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unx"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nunx" unique="false"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xarr" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unxarr" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nunxarr" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xxcoll" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unxxcoll" ordered="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nunxxcoll" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xxlist" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unxxlist" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nunxxlist" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xxset" ordered="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unxxset" ordered="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mcoll" ordered="false" unique="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unmcoll" ordered="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nunmcoll" ordered="false" unique="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mlist" unique="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unmlist" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nunmlist" unique="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mset" ordered="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unmset" ordered="false" upperBound="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/abreslav/java2ecore/org.abreslav.java2ecore.tests/model.expected/unique_annotation.ecore
ecore
unique_annotation A a una nuna ap x apun x apnun x x unx nunx xarr unxarr nunxarr xxcoll unxxcoll nunxxcoll xxlist unxxlist nunxxlist xxset unxxset mcoll unmcoll nunmcoll mlist unmlist nunmlist mset unmset
null
{"directed":true,"nodes":[{"nsPrefix":"some","nsURI":"http://sdfsad.com","name":"unique_annotation","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"a","lowerBound":0,"id":2,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"una","lowerBound":0,"id":3,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"nuna","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ap","lowerBound":0,"id":5,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"apun","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"apnun","lowerBound":0,"id":7,"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":"x","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unx","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nunx","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":true,"name":"xarr","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unxarr","changeable":true,"lowerBound":0,"iD":false,"id":12,"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":"nunxarr","changeable":true,"lowerBound":0,"iD":false,"id":13,"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":"xxcoll","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unxxcoll","changeable":true,"lowerBound":0,"iD":false,"id":15,"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":"nunxxcoll","changeable":true,"lowerBound":0,"iD":false,"id":16,"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":"xxlist","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unxxlist","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nunxxlist","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xxset","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unxxset","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":false,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mcoll","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":false,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unmcoll","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":false,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nunmcoll","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mlist","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unmlist","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nunmlist","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":false,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mset","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":false,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unmset","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"x","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EParameter"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":2,"target":1},{"source":2,"target":30},{"source":2,"target":1},{"source":30,"target":1},{"source":3,"target":1},{"source":3,"target":31},{"source":3,"target":1},{"source":31,"target":1},{"source":4,"target":1},{"source":4,"target":32},{"source":4,"target":1},{"source":32,"target":1},{"source":5,"target":1},{"source":5,"target":33},{"source":5,"target":1},{"source":5,"target":34},{"source":33,"target":1},{"source":34,"target":35},{"source":34,"target":5},{"source":6,"target":1},{"source":6,"target":36},{"source":6,"target":1},{"source":6,"target":37},{"source":36,"target":1},{"source":37,"target":38},{"source":37,"target":6},{"source":7,"target":1},{"source":7,"target":39},{"source":7,"target":1},{"source":7,"target":40},{"source":39,"target":1},{"source":40,"target":41},{"source":40,"target":7},{"source":8,"target":42},{"source":8,"target":1},{"source":9,"target":43},{"source":9,"target":1},{"source":10,"target":44},{"source":10,"target":1},{"source":11,"target":45},{"source":11,"target":1},{"source":12,"target":46},{"source":12,"target":1},{"source":13,"target":47},{"source":13,"target":1},{"source":14,"target":48},{"source":14,"target":1},{"source":15,"target":49},{"source":15,"target":1},{"source":16,"target":50},{"source":16,"target":1},{"source":17,"target":51},{"source":17,"target":1},{"source":18,"target":52},{"source":18,"target":1},{"source":19,"target":53},{"source":19,"target":1},{"source":20,"target":54},{"source":20,"target":1},{"source":21,"target":55},{"source":21,"target":1},{"source":22,"target":56},{"source":22,"target":1},{"source":23,"target":57},{"source":23,"target":1},{"source":24,"target":58},{"source":24,"target":1},{"source":25,"target":59},{"source":25,"target":1},{"source":26,"target":60},{"source":26,"target":1},{"source":27,"target":61},{"source":27,"target":1},{"source":28,"target":62},{"source":28,"target":1},{"source":29,"target":63},{"source":29,"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="tdc" nsURI="tdc" nsPrefix="tdc"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EEnum" name="VelocitaApproccio"> <eLiterals name="V30"/> <eLiterals name="V60" value="1"/> <eLiterals name="V100" value="2"/> <eLiterals name="VL" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Tallonabilita"> <eLiterals name="Intallonabile"/> <eLiterals name="IntallonabileAComando" value="1"/> <eLiterals name="Tallonabile" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Segnale" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="ferro" lowerBound="1" eType="#//Ferro" eOpposite="#//Ferro/segnale"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="posizione" lowerBound="1" eType="#//Direzione"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SegnaleBasso" eSuperTypes="#//Segnale"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="virtuale" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Rappel"> <eLiterals name="V60" value="1"/> <eLiterals name="V100" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CDB"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineaPrincipale" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoCDB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ferro" lowerBound="1" upperBound="-1" eType="#//Ferro" eOpposite="#//Ferro/cdb"/> <eStructuralFeatures xsi:type="ecore:EReference" name="zoneIS" eType="#//ZonaIS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="zoneManovra" eType="#//ZonaManovra"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fuoriServizio" eType="#//FuoriServizio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stazionamento" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ferro" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="scudetto" upperBound="-1" eType="#//Scudetto" eOpposite="#//Scudetto/ferro"/> <eStructuralFeatures xsi:type="ecore:EReference" name="segnale" upperBound="-1" eType="#//Segnale" eOpposite="#//Segnale/ferro"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traversaLimite" eType="#//TraversaLimite" eOpposite="#//TraversaLimite/ferro"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intersezione" eType="#//Intersezione" eOpposite="#//Intersezione/ferro"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lunghezza" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cdb" lowerBound="1" eType="#//CDB" eOpposite="#//CDB/ferro"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FerroPunta" eSuperTypes="#//Ferro"> <eStructuralFeatures xsi:type="ecore:EReference" name="cuore" lowerBound="1" eType="#//CuoreDeviatoio" eOpposite="#//CuoreDeviatoio/punta"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FerroRamoDeviato" eSuperTypes="#//Ferro"> <eStructuralFeatures xsi:type="ecore:EReference" name="cuore" lowerBound="1" eType="#//CuoreDeviatoio" eOpposite="#//CuoreDeviatoio/ramoDeviato"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FerroCorrettoTracciato" eSuperTypes="#//Ferro"> <eStructuralFeatures xsi:type="ecore:EReference" name="cuore" lowerBound="1" eType="#//CuoreDeviatoio" eOpposite="#//CuoreDeviatoio/correttoTracciato"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" upperBound="2" eType="#//Node" eOpposite="#//Node/right"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" upperBound="2" eType="#//Node" eOpposite="#//Node/left"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PassaggioALivello"/> <eClassifiers xsi:type="ecore:EClass" name="Pedale"/> <eClassifiers xsi:type="ecore:EEnum" name="Direzione"> <eLiterals name="DX"/> <eLiterals name="SX" value="1"/> <eLiterals name="BOTH" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Blocco" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonReversibile" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assenzaFuoriServizio" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoBlocco" eType="#//TipoBlocco"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codiceBlocco" eType="#//CodiceBlocco"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoBlocco"> <eLiterals name="PARTENZA"/> <eLiterals name="ARRIVO" value="1"/> <eLiterals name="BCA" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoCDB"> <eLiterals name="STAZIONE"/> <eLiterals name="LINEA" value="1"/> <eLiterals name="ATERRA" value="2"/> <eLiterals name="ESTENSIONE" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CodiceBlocco"> <eLiterals name="NESSUNO"/> <eLiterals name="COD_4" value="1"/> <eLiterals name="COD_5" value="2"/> <eLiterals name="COD_7" value="3"/> <eLiterals name="COD_9" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PosizioneDeviatoio"> <eLiterals name="NORMALE"/> <eLiterals name="ROVESCIO" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SegnaleAlto" eSuperTypes="#//Segnale"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="R" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indicatoreDiDirezione" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ripetitoreDiPartenza" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cifraComandata" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numeroLuci" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ZonaIS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ZonaManovra"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuoriServizio"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deviatoio"> <eStructuralFeatures xsi:type="ecore:EReference" name="cassaManovra" lowerBound="1" upperBound="-1" eType="#//CassaManovra" eOpposite="#//CassaManovra/deviatoio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tallonabilita" eType="#//Tallonabilita"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aggiuntoPunte" upperBound="-1" eType="#//Deviatoio" eOpposite="#//Deviatoio/immobilizzazioneDistanzaRidotta"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aggiuntoLaterale" upperBound="-1" eType="#//Deviatoio" eOpposite="#//Deviatoio/immobilizzazioneLaterale"/> <eStructuralFeatures xsi:type="ecore:EReference" name="immobilizzazioneDistanzaRidotta" upperBound="-1" eType="#//Deviatoio" eOpposite="#//Deviatoio/aggiuntoPunte"/> <eStructuralFeatures xsi:type="ecore:EReference" name="immobilizzazioneLaterale" upperBound="-1" eType="#//Deviatoio" eOpposite="#//Deviatoio/aggiuntoLaterale"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CuoreDeviatoio"> <eOperations name="getDirezione" lowerBound="1" eType="#//Direzione"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Restituisce la direzione relativa del cuore deviatoio rispetto alla posizione della sua punta e del corretto tracciato."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9;&#x9;if self.punta.left->size() > 1 then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Direzione::DX&#xA;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Direzione::SX&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="punta" lowerBound="1" eType="#//FerroPunta" eOpposite="#//FerroPunta/cuore"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correttoTracciato" lowerBound="1" eType="#//FerroCorrettoTracciato" eOpposite="#//FerroCorrettoTracciato/cuore"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ramoDeviato" lowerBound="1" eType="#//FerroRamoDeviato" eOpposite="#//FerroRamoDeviato/cuore"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cassaManovra" lowerBound="1" eType="#//CassaManovra" eOpposite="#//CassaManovra/cuore"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="velocitaMassima" lowerBound="1" eType="#//VelocitaApproccio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cdb" lowerBound="1" eType="#//CDB" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.punta.cdb"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CassaManovra"> <eStructuralFeatures xsi:type="ecore:EReference" name="deviatoio" lowerBound="1" eType="#//Deviatoio" eOpposite="#//Deviatoio/cassaManovra"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cuore" lowerBound="1" eType="#//CuoreDeviatoio" eOpposite="#//CuoreDeviatoio/cassaManovra"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cdb" lowerBound="1" eType="#//CDB" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.cuore.cdb"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraversaLimite"> <eStructuralFeatures xsi:type="ecore:EReference" name="ferro" lowerBound="2" upperBound="2" eType="#//Ferro" eOpposite="#//Ferro/traversaLimite"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FerroDeviatoio" eSuperTypes="#//Ferro"> <eStructuralFeatures xsi:type="ecore:EReference" name="cuoredeviatoio" lowerBound="1" eType="#//CuoreDeviatoio"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Intersezione"> <eStructuralFeatures xsi:type="ecore:EReference" name="ferro" lowerBound="2" upperBound="2" eType="#//Ferro" eOpposite="#//Ferro/intersezione"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scudetto" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direzione" lowerBound="1" eType="#//Direzione"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ferro" lowerBound="1" eType="#//Ferro" eOpposite="#//Ferro/scudetto"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScudettoItinerario" eSuperTypes="#//Scudetto"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inibizioneLt" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intermedio" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shuntato" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numeroDirezione" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScudettoIstradamento" eSuperTypes="#//Scudetto"/> </ecore:EPackage>
github:ecore:/data/MDEGroup/ermes-project-data-preparation/ermes-project-configurazioneTdC/metamodels/TdC.ecore
ecore
tdc VelocitaApproccio V30 V30 V60 V60 V100 V100 VL VL Tallonabilita Intallonabile Intallonabile IntallonabileAComando IntallonabileAComando Tallonabile Tallonabile Segnale ferro nome posizione SegnaleBasso virtuale Rappel V60 V60 V100 V100 CDB nome lineaPrincipale tipo ferro zoneIS zoneManovra fuoriServizio stazionamento Ferro scudetto segnale traversaLimite intersezione lunghezza cdb FerroPunta cuore FerroRamoDeviato cuore FerroCorrettoTracciato cuore Node left right nome PassaggioALivello Pedale Direzione DX DX SX SX BOTH BOTH Blocco nonReversibile assenzaFuoriServizio tipoBlocco codiceBlocco TipoBlocco PARTENZA PARTENZA ARRIVO ARRIVO BCA BCA TipoCDB STAZIONE STAZIONE LINEA LINEA ATERRA ATERRA ESTENSIONE ESTENSIONE CodiceBlocco NESSUNO NESSUNO COD_4 COD_4 COD_5 COD_5 COD_7 COD_7 COD_9 COD_9 PosizioneDeviatoio NORMALE NORMALE ROVESCIO ROVESCIO SegnaleAlto R indicatoreDiDirezione false ripetitoreDiPartenza false cifraComandata numeroLuci ZonaIS nome ZonaManovra nome FuoriServizio nome Deviatoio cassaManovra nome tallonabilita aggiuntoPunte aggiuntoLaterale immobilizzazioneDistanzaRidotta immobilizzazioneLaterale CuoreDeviatoio getDirezione punta correttoTracciato ramoDeviato cassaManovra velocitaMassima cdb CassaManovra deviatoio cuore nome cdb TraversaLimite ferro FerroDeviatoio cuoredeviatoio Intersezione ferro Scudetto nome direzione ferro ScudettoItinerario inibizioneLt intermedio shuntato numeroDirezione ScudettoIstradamento
null
{"directed":true,"nodes":[{"nsPrefix":"tdc","nsURI":"tdc","name":"tdc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VelocitaApproccio","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Tallonabilita","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Segnale","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SegnaleBasso","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Rappel","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDB","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ferro","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FerroPunta","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FerroRamoDeviato","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FerroCorrettoTracciato","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PassaggioALivello","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pedale","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direzione","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Blocco","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoBlocco","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoCDB","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CodiceBlocco","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PosizioneDeviatoio","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SegnaleAlto","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZonaIS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZonaManovra","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuoriServizio","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deviatoio","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CuoreDeviatoio","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CassaManovra","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraversaLimite","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FerroDeviatoio","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Intersezione","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scudetto","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScudettoItinerario","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScudettoIstradamento","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"name":"V30","id":33,"value":0,"literal":"V30","eClass":"EEnumLiteral"},{"name":"V60","id":34,"value":1,"literal":"V60","eClass":"EEnumLiteral"},{"name":"V100","id":35,"value":2,"literal":"V100","eClass":"EEnumLiteral"},{"name":"VL","id":36,"value":3,"literal":"VL","eClass":"EEnumLiteral"},{"name":"Intallonabile","id":37,"value":0,"literal":"Intallonabile","eClass":"EEnumLiteral"},{"name":"IntallonabileAComando","id":38,"value":1,"literal":"IntallonabileAComando","eClass":"EEnumLiteral"},{"name":"Tallonabile","id":39,"value":2,"literal":"Tallonabile","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":"ferro","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"posizione","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"segnale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"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":"virtuale","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"name":"V60","id":50,"value":1,"literal":"V60","eClass":"EEnumLiteral"},{"name":"V100","id":51,"value":2,"literal":"V100","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":"nome","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineaPrincipale","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":54,"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":"ferro","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":false,"unsettable":false,"transient":false,"unique":true,"name":"zoneIS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"zoneManovra","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":"fuoriServizio","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stazionamento","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cdb","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scudetto","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":"traversaLimite","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":false,"unsettable":false,"transient":false,"unique":true,"name":"intersezione","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lunghezza","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ferro","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ferro","changeable":true,"resolveProxies":true,"lowerBound":2,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ferro","changeable":true,"resolveProxies":true,"lowerBound":2,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cuore","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"punta","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cuore","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ramoDeviato","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cuore","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correttoTracciato","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"name":"DX","id":101,"value":0,"literal":"DX","eClass":"EEnumLiteral"},{"name":"SX","id":102,"value":1,"literal":"SX","eClass":"EEnumLiteral"},{"name":"BOTH","id":103,"value":2,"literal":"BOTH","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonReversibile","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assenzaFuoriServizio","changeable":true,"lowerBound":1,"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":"tipoBlocco","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":"codiceBlocco","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"name":"PARTENZA","id":113,"value":0,"literal":"PARTENZA","eClass":"EEnumLiteral"},{"name":"ARRIVO","id":114,"value":1,"literal":"ARRIVO","eClass":"EEnumLiteral"},{"name":"BCA","id":115,"value":2,"literal":"BCA","eClass":"EEnumLiteral"},{"name":"STAZIONE","id":116,"value":0,"literal":"STAZIONE","eClass":"EEnumLiteral"},{"name":"LINEA","id":117,"value":1,"literal":"LINEA","eClass":"EEnumLiteral"},{"name":"ATERRA","id":118,"value":2,"literal":"ATERRA","eClass":"EEnumLiteral"},{"name":"ESTENSIONE","id":119,"value":3,"literal":"ESTENSIONE","eClass":"EEnumLiteral"},{"name":"NESSUNO","id":120,"value":0,"literal":"NESSUNO","eClass":"EEnumLiteral"},{"name":"COD_4","id":121,"value":1,"literal":"COD_4","eClass":"EEnumLiteral"},{"name":"COD_5","id":122,"value":2,"literal":"COD_5","eClass":"EEnumLiteral"},{"name":"COD_7","id":123,"value":3,"literal":"COD_7","eClass":"EEnumLiteral"},{"name":"COD_9","id":124,"value":4,"literal":"COD_9","eClass":"EEnumLiteral"},{"name":"NORMALE","id":125,"value":0,"literal":"NORMALE","eClass":"EEnumLiteral"},{"name":"ROVESCIO","id":126,"value":1,"literal":"ROVESCIO","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"R","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"indicatoreDiDirezione","changeable":true,"lowerBound":1,"iD":false,"id":128,"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":"ripetitoreDiPartenza","changeable":true,"lowerBound":1,"iD":false,"id":129,"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":"cifraComandata","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numeroLuci","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"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":"nome","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"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":"cassaManovra","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tallonabilita","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aggiuntoPunte","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":false,"unsettable":false,"transient":false,"unique":true,"name":"aggiuntoLaterale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"immobilizzazioneDistanzaRidotta","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":"immobilizzazioneLaterale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deviatoio","changeable":true,"resolveProxies":true,"lowerBound":1,"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,"unique":true,"name":"getDirezione","lowerBound":1,"id":159,"many":false,"required":true,"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":"cassaManovra","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"velocitaMassima","changeable":true,"lowerBound":1,"iD":false,"id":161,"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":"cdb","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":true},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cuore","changeable":true,"resolveProxies":true,"lowerBound":1,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":171,"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":"cdb","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":true},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cuoredeviatoio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nome","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direzione","changeable":true,"lowerBound":1,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"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":"inibizioneLt","changeable":true,"lowerBound":1,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intermedio","changeable":true,"lowerBound":1,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shuntato","changeable":true,"lowerBound":1,"iD":false,"id":189,"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":"numeroDirezione","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":1,"target":0},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":33,"target":1},{"source":34,"target":1},{"source":35,"target":1},{"source":36,"target":1},{"source":2,"target":0},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":37,"target":2},{"source":38,"target":2},{"source":39,"target":2},{"source":3,"target":0},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":40,"target":7},{"source":40,"target":43},{"source":40,"target":3},{"source":40,"target":44},{"source":43,"target":7},{"source":41,"target":45},{"source":41,"target":3},{"source":42,"target":14},{"source":42,"target":46},{"source":42,"target":3},{"source":46,"target":14},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":47},{"source":4,"target":48},{"source":47,"target":49},{"source":47,"target":4},{"source":48,"target":3},{"source":5,"target":0},{"source":5,"target":50},{"source":5,"target":51},{"source":50,"target":5},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":52,"target":60},{"source":52,"target":6},{"source":53,"target":61},{"source":53,"target":6},{"source":54,"target":17},{"source":54,"target":62},{"source":54,"target":6},{"source":62,"target":17},{"source":55,"target":7},{"source":55,"target":63},{"source":55,"target":6},{"source":55,"target":64},{"source":63,"target":7},{"source":56,"target":21},{"source":56,"target":65},{"source":56,"target":6},{"source":65,"target":21},{"source":57,"target":22},{"source":57,"target":66},{"source":57,"target":6},{"source":66,"target":22},{"source":58,"target":23},{"source":58,"target":67},{"source":58,"target":6},{"source":67,"target":23},{"source":59,"target":68},{"source":59,"target":6},{"source":7,"target":0},{"source":7,"target":11},{"source":7,"target":69},{"source":7,"target":44},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":7,"target":64},{"source":7,"target":73},{"source":69,"target":30},{"source":69,"target":74},{"source":69,"target":7},{"source":69,"target":75},{"source":74,"target":30},{"source":44,"target":3},{"source":44,"target":76},{"source":44,"target":7},{"source":44,"target":40},{"source":76,"target":3},{"source":70,"target":27},{"source":70,"target":77},{"source":70,"target":7},{"source":70,"target":78},{"source":77,"target":27},{"source":71,"target":29},{"source":71,"target":79},{"source":71,"target":7},{"source":71,"target":80},{"source":79,"target":29},{"source":72,"target":81},{"source":72,"target":7},{"source":64,"target":6},{"source":64,"target":82},{"source":64,"target":7},{"source":64,"target":55},{"source":82,"target":6},{"source":73,"target":11},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":83},{"source":8,"target":84},{"source":83,"target":25},{"source":83,"target":85},{"source":83,"target":8},{"source":83,"target":86},{"source":85,"target":25},{"source":84,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":87},{"source":9,"target":88},{"source":87,"target":25},{"source":87,"target":89},{"source":87,"target":9},{"source":87,"target":90},{"source":89,"target":25},{"source":88,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":91},{"source":10,"target":92},{"source":91,"target":25},{"source":91,"target":93},{"source":91,"target":10},{"source":91,"target":94},{"source":93,"target":25},{"source":92,"target":7},{"source":11,"target":0},{"source":11,"target":95},{"source":11,"target":96},{"source":11,"target":97},{"source":95,"target":11},{"source":95,"target":98},{"source":95,"target":11},{"source":95,"target":96},{"source":98,"target":11},{"source":96,"target":11},{"source":96,"target":99},{"source":96,"target":11},{"source":96,"target":95},{"source":99,"target":11},{"source":97,"target":100},{"source":97,"target":11},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":101},{"source":14,"target":102},{"source":14,"target":103},{"source":101,"target":14},{"source":102,"target":14},{"source":103,"target":14},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":104},{"source":15,"target":105},{"source":15,"target":106},{"source":15,"target":107},{"source":15,"target":108},{"source":104,"target":109},{"source":104,"target":15},{"source":105,"target":110},{"source":105,"target":15},{"source":106,"target":16},{"source":106,"target":111},{"source":106,"target":15},{"source":111,"target":16},{"source":107,"target":18},{"source":107,"target":112},{"source":107,"target":15},{"source":112,"target":18},{"source":108,"target":11},{"source":16,"target":0},{"source":16,"target":113},{"source":16,"target":114},{"source":16,"target":115},{"source":113,"target":16},{"source":114,"target":16},{"source":115,"target":16},{"source":17,"target":0},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":118},{"source":17,"target":119},{"source":116,"target":17},{"source":117,"target":17},{"source":118,"target":17},{"source":119,"target":17},{"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":120,"target":18},{"source":121,"target":18},{"source":122,"target":18},{"source":123,"target":18},{"source":124,"target":18},{"source":19,"target":0},{"source":19,"target":125},{"source":19,"target":126},{"source":125,"target":19},{"source":126,"target":19},{"source":20,"target":0},{"source":20,"target":3},{"source":20,"target":127},{"source":20,"target":128},{"source":20,"target":129},{"source":20,"target":130},{"source":20,"target":131},{"source":20,"target":132},{"source":127,"target":133},{"source":127,"target":20},{"source":128,"target":134},{"source":128,"target":20},{"source":129,"target":135},{"source":129,"target":20},{"source":130,"target":136},{"source":130,"target":20},{"source":131,"target":137},{"source":131,"target":20},{"source":132,"target":3},{"source":21,"target":0},{"source":21,"target":138},{"source":138,"target":139},{"source":138,"target":21},{"source":22,"target":0},{"source":22,"target":140},{"source":140,"target":141},{"source":140,"target":22},{"source":23,"target":0},{"source":23,"target":142},{"source":142,"target":143},{"source":142,"target":23},{"source":24,"target":0},{"source":24,"target":144},{"source":24,"target":145},{"source":24,"target":146},{"source":24,"target":147},{"source":24,"target":148},{"source":24,"target":149},{"source":24,"target":150},{"source":144,"target":26},{"source":144,"target":151},{"source":144,"target":24},{"source":144,"target":152},{"source":151,"target":26},{"source":145,"target":153},{"source":145,"target":24},{"source":146,"target":2},{"source":146,"target":154},{"source":146,"target":24},{"source":154,"target":2},{"source":147,"target":24},{"source":147,"target":155},{"source":147,"target":24},{"source":147,"target":149},{"source":155,"target":24},{"source":148,"target":24},{"source":148,"target":156},{"source":148,"target":24},{"source":148,"target":150},{"source":156,"target":24},{"source":149,"target":24},{"source":149,"target":157},{"source":149,"target":24},{"source":149,"target":147},{"source":157,"target":24},{"source":150,"target":24},{"source":150,"target":158},{"source":150,"target":24},{"source":150,"target":148},{"source":158,"target":24},{"source":25,"target":0},{"source":25,"target":159},{"source":25,"target":86},{"source":25,"target":94},{"source":25,"target":90},{"source":25,"target":160},{"source":25,"target":161},{"source":25,"target":162},{"source":159,"target":14},{"source":159,"target":163},{"source":159,"target":25},{"source":163,"target":14},{"source":86,"target":8},{"source":86,"target":164},{"source":86,"target":25},{"source":86,"target":83},{"source":164,"target":8},{"source":94,"target":10},{"source":94,"target":165},{"source":94,"target":25},{"source":94,"target":91},{"source":165,"target":10},{"source":90,"target":9},{"source":90,"target":166},{"source":90,"target":25},{"source":90,"target":87},{"source":166,"target":9},{"source":160,"target":26},{"source":160,"target":167},{"source":160,"target":25},{"source":160,"target":168},{"source":167,"target":26},{"source":161,"target":1},{"source":161,"target":169},{"source":161,"target":25},{"source":169,"target":1},{"source":162,"target":6},{"source":162,"target":170},{"source":162,"target":25},{"source":170,"target":6},{"source":26,"target":0},{"source":26,"target":152},{"source":26,"target":168},{"source":26,"target":171},{"source":26,"target":172},{"source":152,"target":24},{"source":152,"target":173},{"source":152,"target":26},{"source":152,"target":144},{"source":173,"target":24},{"source":168,"target":25},{"source":168,"target":174},{"source":168,"target":26},{"source":168,"target":160},{"source":174,"target":25},{"source":171,"target":175},{"source":171,"target":26},{"source":172,"target":6},{"source":172,"target":176},{"source":172,"target":26},{"source":176,"target":6},{"source":27,"target":0},{"source":27,"target":78},{"source":78,"target":7},{"source":78,"target":177},{"source":78,"target":27},{"source":78,"target":70},{"source":177,"target":7},{"source":28,"target":0},{"source":28,"target":7},{"source":28,"target":178},{"source":28,"target":179},{"source":178,"target":25},{"source":178,"target":180},{"source":178,"target":28},{"source":180,"target":25},{"source":179,"target":7},{"source":29,"target":0},{"source":29,"target":80},{"source":80,"target":7},{"source":80,"target":181},{"source":80,"target":29},{"source":80,"target":71},{"source":181,"target":7},{"source":30,"target":0},{"source":30,"target":182},{"source":30,"target":183},{"source":30,"target":75},{"source":182,"target":184},{"source":182,"target":30},{"source":183,"target":14},{"source":183,"target":185},{"source":183,"target":30},{"source":185,"target":14},{"source":75,"target":7},{"source":75,"target":186},{"source":75,"target":30},{"source":75,"target":69},{"source":186,"target":7},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":187},{"source":31,"target":188},{"source":31,"target":189},{"source":31,"target":190},{"source":31,"target":191},{"source":187,"target":192},{"source":187,"target":31},{"source":188,"target":193},{"source":188,"target":31},{"source":189,"target":194},{"source":189,"target":31},{"source":190,"target":195},{"source":190,"target":31},{"source":191,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":196},{"source":196,"target":30}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Maude" nsURI="http://MaudeMM/1.0" nsPrefix="Maude"> <eClassifiers xsi:type="ecore:EClass" name="MaudeSpec"> <eStructuralFeatures xsi:type="ecore:EReference" name="els" upperBound="-1" eType="#//MaudeTopEl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="printableEls" upperBound="-1" eType="#//MaudeTopEl"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MaudeTopEl" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModExpression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="InstModExp" eSuperTypes="#//ModExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="modExp" ordered="false" lowerBound="1" eType="#//ModExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="views" lowerBound="1" upperBound="-1" eType="#//View"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RenModExp" eSuperTypes="#//ModExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="modExp" ordered="false" lowerBound="1" eType="#//ModExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renamings" ordered="false" lowerBound="1" upperBound="-1" eType="#//RenMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompModExp" eSuperTypes="#//ModExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="modExps" ordered="false" lowerBound="2" upperBound="-1" eType="#//ModExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleIdModExp" eSuperTypes="#//ModExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" lowerBound="1" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TheoryIdModExp" eSuperTypes="#//ModExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="theory" ordered="false" lowerBound="1" eType="#//Theory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ModExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modExp" ordered="false" lowerBound="1" eType="#//ModExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Theory" abstract="true" eSuperTypes="#//MaudeTopEl"> <eStructuralFeatures xsi:type="ecore:EReference" name="els" ordered="false" upperBound="-1" eType="#//ModElement" containment="true" eOpposite="#//ModElement/theory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FTheory" eSuperTypes="#//Theory"/> <eClassifiers xsi:type="ecore:EClass" name="STheory" eSuperTypes="#//Theory"/> <eClassifiers xsi:type="ecore:EClass" name="Module" abstract="true" eSuperTypes="#//MaudeTopEl"> <eStructuralFeatures xsi:type="ecore:EReference" name="els" ordered="false" upperBound="-1" eType="#//ModElement" containment="true" eOpposite="#//ModElement/module"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FModule" eSuperTypes="#//Module"/> <eClassifiers xsi:type="ecore:EClass" name="SModule" eSuperTypes="#//Module"/> <eClassifiers xsi:type="ecore:EClass" name="ModElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" eType="#//Module" eOpposite="#//Module/els"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theory" ordered="false" eType="#//Theory" eOpposite="#//Theory/els"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModImportation" eSuperTypes="#//ModElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" ordered="false" lowerBound="1" eType="#//ModExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" ordered="false" unique="false" lowerBound="1" eType="#//ImportationMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ImportationMode"> <eLiterals name="protecting" value="1"/> <eLiterals name="including" value="2"/> <eLiterals name="extending" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sort" eSuperTypes="#//Type #//ModElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsortRels" ordered="false" upperBound="-1" eType="#//SubsortRel" eOpposite="#//SubsortRel/supersorts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supersortRels" ordered="false" upperBound="-1" eType="#//SubsortRel" eOpposite="#//SubsortRel/subsorts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" ordered="false" lowerBound="1" eType="#//Kind" eOpposite="#//Kind/sorts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="sorts" ordered="false" lowerBound="1" upperBound="-1" eType="#//Sort" eOpposite="#//Sort/kind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubsortRel" eSuperTypes="#//ModElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsorts" ordered="false" lowerBound="1" upperBound="-1" eType="#//Sort" eOpposite="#//Sort/supersortRels"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supersorts" ordered="false" lowerBound="1" upperBound="-1" eType="#//Sort" eOpposite="#//Sort/subsortRels"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//ModElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coarity" ordered="false" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arity" upperBound="-1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="atts" ordered="false" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ModElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="atts" ordered="false" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conds" upperBound="-1" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Membership" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sort" ordered="false" lowerBound="1" eType="#//Sort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equation" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" ordered="false" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EquationalCond" abstract="true" eSuperTypes="#//Condition"/> <eClassifiers xsi:type="ecore:EClass" name="RewriteCond" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MembershipCond" eSuperTypes="#//EquationalCond"> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" lowerBound="1" eType="#//Sort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanCond" eSuperTypes="#//EquationalCond"/> <eClassifiers xsi:type="ecore:EClass" name="MatchingCond" eSuperTypes="#//EquationalCond"> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualCond" eSuperTypes="#//EquationalCond"> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecTerm" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" lowerBound="1" upperBound="-1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="#//MaudeTopEl"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="#//ModExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="#//ModExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="els" ordered="false" upperBound="-1" eType="#//ViewMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewMapping" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="RenMapping" abstract="true" eSuperTypes="#//ViewMapping"/> <eClassifiers xsi:type="ecore:EClass" name="TermMapping" eSuperTypes="#//ViewMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SortMapping" eSuperTypes="#//RenMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="#//Sort"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpTypedMapping" eSuperTypes="#//RenMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="atts" ordered="false" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpMapping" eSuperTypes="#//RenMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelMapping" eSuperTypes="#//RenMapping"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="from" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ferdjoukh/ATL-UTF/sandbox/Ecore2Maude/Ecore2Maude/metamodels/output/Maude.ecore
ecore
Maude MaudeSpec els printableEls MaudeTopEl name ModExpression InstModExp modExp views RenModExp modExp renamings CompModExp modExps ModuleIdModExp module TheoryIdModExp theory Parameter label modExp Theory els FTheory STheory Module els params FModule SModule ModElement module theory ModImportation imports mode ImportationMode protecting protecting including including extending extending Type name Sort subsortRels supersortRels kind Kind sorts SubsortRel subsorts supersorts Operation name coarity arity atts Statement label atts conds Membership term sort Equation lhs rhs Rule lhs rhs Condition lhs EquationalCond RewriteCond rhs MembershipCond rhs BooleanCond MatchingCond rhs EqualCond rhs Term type Constant op RecTerm op args Variable name View from to els ViewMapping RenMapping TermMapping from to SortMapping from to OpTypedMapping from to atts OpMapping from to LabelMapping from to
null
{"directed":true,"nodes":[{"nsPrefix":"Maude","nsURI":"http://MaudeMM/1.0","name":"Maude","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaudeSpec","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaudeTopEl","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModExpression","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstModExp","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenModExp","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompModExp","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleIdModExp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TheoryIdModExp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Theory","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTheory","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STheory","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FModule","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SModule","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModImportation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportationMode","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sort","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubsortRel","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Membership","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equation","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquationalCond","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RewriteCond","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MembershipCond","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanCond","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchingCond","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualCond","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecTerm","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewMapping","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenMapping","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermMapping","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortMapping","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpTypedMapping","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpMapping","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelMapping","instanceClass":null,"abstract":false,"id":46,"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":"els","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":"printableEls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"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":"modExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"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":"views","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"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":"modExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"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":"renamings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modExps","changeable":true,"resolveProxies":true,"lowerBound":2,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":72,"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":"modExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"els","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"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":"els","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mode","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"name":"protecting","id":98,"value":1,"literal":"protecting","eClass":"EEnumLiteral"},{"name":"including","id":99,"value":2,"literal":"including","eClass":"EEnumLiteral"},{"name":"extending","id":100,"value":3,"literal":"extending","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"id":102,"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":"subsortRels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"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":"supersortRels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"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":"kind","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supersorts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsorts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sorts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":119,"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":"coarity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"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":"atts","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":128,"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":"atts","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conds","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"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":"sort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"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":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"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":"rhs","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":false,"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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rhs","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":false,"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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"id":167,"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":"op","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"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":"op","changeable":true,"lowerBound":1,"iD":false,"id":171,"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":"args","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"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":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"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":"els","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"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":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"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":"to","changeable":true,"lowerBound":1,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"to","changeable":true,"lowerBound":1,"iD":false,"id":198,"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":"atts","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"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":"to","changeable":true,"lowerBound":1,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"from","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"to","changeable":true,"lowerBound":1,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":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":1,"target":0},{"source":1,"target":47},{"source":1,"target":48},{"source":47,"target":2},{"source":47,"target":49},{"source":47,"target":1},{"source":49,"target":2},{"source":48,"target":2},{"source":48,"target":50},{"source":48,"target":1},{"source":50,"target":2},{"source":2,"target":0},{"source":2,"target":51},{"source":51,"target":52},{"source":51,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":53,"target":3},{"source":53,"target":56},{"source":53,"target":4},{"source":56,"target":3},{"source":54,"target":39},{"source":54,"target":57},{"source":54,"target":4},{"source":57,"target":39},{"source":55,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":58,"target":3},{"source":58,"target":61},{"source":58,"target":5},{"source":61,"target":3},{"source":59,"target":41},{"source":59,"target":62},{"source":59,"target":5},{"source":62,"target":41},{"source":60,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":63},{"source":6,"target":64},{"source":63,"target":3},{"source":63,"target":65},{"source":63,"target":6},{"source":65,"target":3},{"source":64,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":66},{"source":7,"target":67},{"source":66,"target":13},{"source":66,"target":68},{"source":66,"target":7},{"source":68,"target":13},{"source":67,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":69},{"source":8,"target":70},{"source":69,"target":10},{"source":69,"target":71},{"source":69,"target":8},{"source":71,"target":10},{"source":70,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":72,"target":75},{"source":72,"target":9},{"source":73,"target":3},{"source":73,"target":76},{"source":73,"target":9},{"source":76,"target":3},{"source":74,"target":3},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":77},{"source":10,"target":78},{"source":77,"target":16},{"source":77,"target":79},{"source":77,"target":10},{"source":77,"target":80},{"source":79,"target":16},{"source":78,"target":2},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":81},{"source":81,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":82},{"source":82,"target":10},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":83,"target":16},{"source":83,"target":86},{"source":83,"target":13},{"source":83,"target":87},{"source":86,"target":16},{"source":84,"target":9},{"source":84,"target":88},{"source":84,"target":13},{"source":88,"target":9},{"source":85,"target":2},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":89},{"source":89,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":90},{"source":90,"target":13},{"source":16,"target":0},{"source":16,"target":87},{"source":16,"target":80},{"source":87,"target":13},{"source":87,"target":91},{"source":87,"target":16},{"source":87,"target":83},{"source":91,"target":13},{"source":80,"target":10},{"source":80,"target":92},{"source":80,"target":16},{"source":80,"target":77},{"source":92,"target":10},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":93},{"source":17,"target":94},{"source":17,"target":95},{"source":93,"target":3},{"source":93,"target":96},{"source":93,"target":17},{"source":96,"target":3},{"source":94,"target":18},{"source":94,"target":97},{"source":94,"target":17},{"source":97,"target":18},{"source":95,"target":16},{"source":18,"target":0},{"source":18,"target":98},{"source":18,"target":99},{"source":18,"target":100},{"source":98,"target":18},{"source":99,"target":18},{"source":100,"target":18},{"source":19,"target":0},{"source":19,"target":101},{"source":101,"target":102},{"source":101,"target":19},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":16},{"source":20,"target":103},{"source":20,"target":104},{"source":20,"target":105},{"source":20,"target":106},{"source":20,"target":107},{"source":103,"target":22},{"source":103,"target":108},{"source":103,"target":20},{"source":103,"target":109},{"source":108,"target":22},{"source":104,"target":22},{"source":104,"target":110},{"source":104,"target":20},{"source":104,"target":111},{"source":110,"target":22},{"source":105,"target":21},{"source":105,"target":112},{"source":105,"target":20},{"source":105,"target":113},{"source":112,"target":21},{"source":106,"target":19},{"source":107,"target":16},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":113},{"source":21,"target":114},{"source":113,"target":20},{"source":113,"target":115},{"source":113,"target":21},{"source":113,"target":105},{"source":115,"target":20},{"source":114,"target":19},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":111},{"source":22,"target":109},{"source":22,"target":116},{"source":111,"target":20},{"source":111,"target":117},{"source":111,"target":22},{"source":111,"target":104},{"source":117,"target":20},{"source":109,"target":20},{"source":109,"target":118},{"source":109,"target":22},{"source":109,"target":103},{"source":118,"target":20},{"source":116,"target":16},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":119},{"source":23,"target":120},{"source":23,"target":121},{"source":23,"target":122},{"source":23,"target":123},{"source":119,"target":124},{"source":119,"target":23},{"source":120,"target":19},{"source":120,"target":125},{"source":120,"target":23},{"source":125,"target":19},{"source":121,"target":19},{"source":121,"target":126},{"source":121,"target":23},{"source":126,"target":19},{"source":122,"target":127},{"source":122,"target":23},{"source":123,"target":16},{"source":24,"target":0},{"source":24,"target":16},{"source":24,"target":128},{"source":24,"target":129},{"source":24,"target":130},{"source":24,"target":131},{"source":128,"target":132},{"source":128,"target":24},{"source":129,"target":133},{"source":129,"target":24},{"source":130,"target":28},{"source":130,"target":134},{"source":130,"target":24},{"source":134,"target":28},{"source":131,"target":16},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":135},{"source":25,"target":136},{"source":25,"target":137},{"source":135,"target":35},{"source":135,"target":138},{"source":135,"target":25},{"source":138,"target":35},{"source":136,"target":20},{"source":136,"target":139},{"source":136,"target":25},{"source":139,"target":20},{"source":137,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":140},{"source":26,"target":141},{"source":26,"target":142},{"source":140,"target":35},{"source":140,"target":143},{"source":140,"target":26},{"source":143,"target":35},{"source":141,"target":35},{"source":141,"target":144},{"source":141,"target":26},{"source":144,"target":35},{"source":142,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":145},{"source":27,"target":146},{"source":27,"target":147},{"source":145,"target":35},{"source":145,"target":148},{"source":145,"target":27},{"source":148,"target":35},{"source":146,"target":35},{"source":146,"target":149},{"source":146,"target":27},{"source":149,"target":35},{"source":147,"target":24},{"source":28,"target":0},{"source":28,"target":150},{"source":150,"target":35},{"source":150,"target":151},{"source":150,"target":28},{"source":151,"target":35},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":152},{"source":152,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":153},{"source":30,"target":154},{"source":153,"target":35},{"source":153,"target":155},{"source":153,"target":30},{"source":155,"target":35},{"source":154,"target":28},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":156},{"source":31,"target":157},{"source":156,"target":20},{"source":156,"target":158},{"source":156,"target":31},{"source":158,"target":20},{"source":157,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":159},{"source":159,"target":29},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":160},{"source":33,"target":161},{"source":160,"target":35},{"source":160,"target":162},{"source":160,"target":33},{"source":162,"target":35},{"source":161,"target":29},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":163},{"source":34,"target":164},{"source":163,"target":35},{"source":163,"target":165},{"source":163,"target":34},{"source":165,"target":35},{"source":164,"target":29},{"source":35,"target":0},{"source":35,"target":166},{"source":166,"target":19},{"source":166,"target":167},{"source":166,"target":35},{"source":167,"target":19},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":168},{"source":36,"target":169},{"source":168,"target":170},{"source":168,"target":36},{"source":169,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":171},{"source":37,"target":172},{"source":37,"target":173},{"source":171,"target":174},{"source":171,"target":37},{"source":172,"target":35},{"source":172,"target":175},{"source":172,"target":37},{"source":175,"target":35},{"source":173,"target":35},{"source":38,"target":0},{"source":38,"target":35},{"source":38,"target":176},{"source":38,"target":177},{"source":176,"target":178},{"source":176,"target":38},{"source":177,"target":35},{"source":39,"target":0},{"source":39,"target":2},{"source":39,"target":179},{"source":39,"target":180},{"source":39,"target":181},{"source":39,"target":182},{"source":179,"target":3},{"source":179,"target":183},{"source":179,"target":39},{"source":183,"target":3},{"source":180,"target":3},{"source":180,"target":184},{"source":180,"target":39},{"source":184,"target":3},{"source":181,"target":40},{"source":181,"target":185},{"source":181,"target":39},{"source":185,"target":40},{"source":182,"target":2},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":186},{"source":186,"target":40},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":187},{"source":42,"target":188},{"source":42,"target":189},{"source":187,"target":35},{"source":187,"target":190},{"source":187,"target":42},{"source":190,"target":35},{"source":188,"target":35},{"source":188,"target":191},{"source":188,"target":42},{"source":191,"target":35},{"source":189,"target":40},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":192},{"source":43,"target":193},{"source":43,"target":194},{"source":192,"target":20},{"source":192,"target":195},{"source":192,"target":43},{"source":195,"target":20},{"source":193,"target":196},{"source":193,"target":43},{"source":194,"target":41},{"source":44,"target":0},{"source":44,"target":41},{"source":44,"target":197},{"source":44,"target":198},{"source":44,"target":199},{"source":44,"target":200},{"source":197,"target":23},{"source":197,"target":201},{"source":197,"target":44},{"source":201,"target":23},{"source":198,"target":202},{"source":198,"target":44},{"source":199,"target":203},{"source":199,"target":44},{"source":200,"target":41},{"source":45,"target":0},{"source":45,"target":41},{"source":45,"target":204},{"source":45,"target":205},{"source":45,"target":206},{"source":204,"target":23},{"source":204,"target":207},{"source":204,"target":45},{"source":207,"target":23},{"source":205,"target":208},{"source":205,"target":45},{"source":206,"target":41},{"source":46,"target":0},{"source":46,"target":41},{"source":46,"target":209},{"source":46,"target":210},{"source":46,"target":211},{"source":209,"target":212},{"source":209,"target":46},{"source":210,"target":213},{"source":210,"target":46},{"source":211,"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="nutrio" nsURI="http://nutrio/1.0" nsPrefix="nutrio"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Usuario"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UsuarioSano UsuarioAdulto UsuarioEnEstatura UsuarioEnPeso"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="UsuarioSano" value="self.conPatologias = false"/> <details key="UsuarioAdulto" value="self.edad >= 18 and self.edad &lt;= 60"/> <details key="UsuarioEnEstatura" value="self.estatura >= 142 and self.estatura&lt;=191"/> <details key="UsuarioEnPeso" value="(self.peso >= self.calcularPT() * 0.90) and &#xA;&#x9;&#x9; (self.peso &lt;= self.calcularPT() * 1.10)"/> </eAnnotations> <eOperations name="calcularPT" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="(self.estatura - 150) * 0.75 + 50"/> </eAnnotations> </eOperations> <eOperations name="calcularGEB" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="if (self.genero = Genero::FEMENINO) then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;(10 * self.peso) + (6.25 * self.estatura) - (5 * self.edad) - 161&#xA;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;(10 * self.peso) + (6.25 * self.estatura) - (5 * self.edad) + 5&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> </eOperations> <eOperations name="calcularETA" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="self.calcularGEB() * 0.10"/> </eAnnotations> </eOperations> <eOperations name="calcularGAF" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="if (self.actFisica = ActividadFisica::LIGERA) then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;self.calcularGEB() * 0.12&#xA;&#x9;&#x9;&#x9;&#x9;else if (self.actFisica = ActividadFisica::MODERADA) then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;self.calcularGEB() * 0.27&#xA;&#x9;&#x9;&#x9;&#x9;else if (self.actFisica = ActividadFisica::INTENSA) then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;self.calcularGEB() * 0.54&#xA;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;0&#xA;&#x9;&#x9;&#x9;&#x9;endif endif endif"/> </eAnnotations> </eOperations> <eOperations name="calcularGET" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="self.calcularGEB() + self.calcularETA() + self.calcularGAF()"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="genero" lowerBound="1" eType="#//Genero"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="edad" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estatura" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="peso" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actFisica" lowerBound="1" eType="#//ActividadFisica"/> <eStructuralFeatures xsi:type="ecore:EReference" name="favoritos" upperBound="-1" eType="#//AlimentoBase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intolerables" upperBound="-1" eType="#//AlimentoBase"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conPatologias" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presupuesto" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Menu"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="LeyDeLaCantidad LeyDeLaCalidad LeyDeLaArmonia LeyDeLaAdequacion"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="LeyDeLaCantidad" value="&#xA;&#x9;&#x9;&#x9;(self.calcularEnergia() >= self.usuario.calcularGET() * 0.90) and &#xA;&#x9;&#x9;&#x9;(self.calcularEnergia() &lt;= self.usuario.calcularGET() * 1.10)"/> <details key="LeyDeLaCalidad" value="&#xA;&#x9;&#x9;&#x9;self.preparaciones.ingredientes.grupo->includes(GrupoAlimenticio::FRUTAS) and&#xA;&#x9;&#x9;&#x9;self.preparaciones.ingredientes.grupo->includes(GrupoAlimenticio::VERDURAS) and&#xA;&#x9;&#x9;&#x9;self.preparaciones.ingredientes.grupo->includes(GrupoAlimenticio::CEREALES) and&#xA;&#x9;&#x9;&#x9;self.preparaciones.ingredientes.grupo->includes(GrupoAlimenticio::PROTEINAS)"/> <details key="LeyDeLaArmonia" value="&#xA;&#x9;&#x9;&#x9;let energiaCarbs = self.calcularCarbohidratos() * 4 in&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;(energiaCarbs >= self.calcularEnergia()*0.50) and (energiaCarbs &lt;= self.calcularEnergia()*0.70) and&#xA;&#x9;&#x9;&#x9;let energiaProts = self.calcularProteinas() * 4 in&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;(energiaProts >= self.calcularEnergia()*0.10) and (energiaProts &lt;= self.calcularEnergia()*0.20) and&#xA;&#x9;&#x9;&#x9;let energiaLips = self.calcularLipidos() * 9 in&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;(energiaLips >= self.calcularEnergia()*0.25) and (energiaLips &lt;= self.calcularEnergia()*0.35)"/> <details key="LeyDeLaAdequacion" value="&#xA;&#x9;&#x9;&#x9;self.preparaciones.ingredientes->intersection(self.usuario.intolerables)->isEmpty() and&#xA; &#x9;&#x9;&#x9;self.preparaciones.ingredientes->intersection(self.usuario.favoritos)->notEmpty() and&#xA; &#x9;&#x9;&#x9;self.calcularPrecio() &lt;= self.usuario.presupuesto"/> </eAnnotations> <eOperations name="calcularEnergia" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="preparaciones.calcularEnergia()->sum()"/> </eAnnotations> </eOperations> <eOperations name="calcularCarbohidratos" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="preparaciones.calcularCarbohidratos()->sum()"/> </eAnnotations> </eOperations> <eOperations name="calcularProteinas" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="preparaciones.calcularProteinas()->sum()"/> </eAnnotations> </eOperations> <eOperations name="calcularLipidos" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="preparaciones.calcularLipidos()->sum()"/> </eAnnotations> </eOperations> <eOperations name="calcularPrecio" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="preparaciones.calcularPrecio()->sum()"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="usuario" lowerBound="1" eType="#//Usuario" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preparaciones" lowerBound="1" upperBound="-1" eType="#//Preparacion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Preparacion"> <eOperations name="calcularEnergia" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ingredientes.energia->sum()"/> </eAnnotations> </eOperations> <eOperations name="calcularCarbohidratos" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ingredientes.carbohidratos->sum()"/> </eAnnotations> </eOperations> <eOperations name="calcularProteinas" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ingredientes.proteinas->sum()"/> </eAnnotations> </eOperations> <eOperations name="calcularLipidos" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ingredientes.lipidos->sum()"/> </eAnnotations> </eOperations> <eOperations name="calcularPrecio" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ingredientes.precio->sum()"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" lowerBound="1" eType="#//TipoPreparacion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tecnicaDePreparacion" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ingredientes" lowerBound="1" upperBound="-1" eType="#//AlimentoBase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="momentoDelDia" lowerBound="1" eType="#//MomentoDelDia"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlimentoBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="energia" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="carbohidratos" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="proteinas" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lipidos" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grupo" lowerBound="1" eType="#//GrupoAlimenticio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cantidad" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unidad" lowerBound="1" eType="#//UnidadDeMedida"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gramos" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precio" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Genero"> <eLiterals name="FEMENINO"/> <eLiterals name="MASCULINO" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActividadFisica"> <eLiterals name="REPOSO" value="1"/> <eLiterals name="LIGERA" value="2"/> <eLiterals name="MODERADA" value="3"/> <eLiterals name="INTENSA" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MomentoDelDia"> <eLiterals name="DESAYUNO" value="1"/> <eLiterals name="COLACION_MATUTINA" value="2"/> <eLiterals name="ALMUERZO" value="3"/> <eLiterals name="COLACION_VESPERTINA" value="4"/> <eLiterals name="CENA" value="5"/> <eLiterals name="COLACION_NOCTURNA" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GrupoAlimenticio"> <eLiterals name="FRUTAS" value="1"/> <eLiterals name="VERDURAS" value="2"/> <eLiterals name="CEREALES" value="3"/> <eLiterals name="PROTEINAS" value="4"/> <eLiterals name="OTROS" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnidadDeMedida"> <eLiterals name="PIEZA" value="1"/> <eLiterals name="GR" value="2"/> <eLiterals name="KG" value="3"/> <eLiterals name="ML" value="4"/> <eLiterals name="L" value="5"/> <eLiterals name="CUCHARADITA" value="6"/> <eLiterals name="CUCHARADA_SOPERA" value="7"/> <eLiterals name="OZ" value="8"/> <eLiterals name="LB" value="9"/> <eLiterals name="TAZA" value="10"/> <eLiterals name="PIZCA" value="11"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoPreparacion"> <eLiterals name="BEBIDA" value="1"/> <eLiterals name="PLATILLO" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/chavezbosquez/leyes-alimentacion-ocl/NutrioEMF/model/Nutrio.ecore
ecore
nutrio Usuario calcularPT calcularGEB calcularETA calcularGAF calcularGET nombre genero edad estatura peso actFisica favoritos intolerables conPatologias presupuesto Menu calcularEnergia calcularCarbohidratos calcularProteinas calcularLipidos calcularPrecio usuario preparaciones Preparacion calcularEnergia calcularCarbohidratos calcularProteinas calcularLipidos calcularPrecio tipo nombre tecnicaDePreparacion ingredientes momentoDelDia AlimentoBase nombre energia carbohidratos proteinas lipidos grupo cantidad unidad gramos precio Genero FEMENINO FEMENINO MASCULINO MASCULINO ActividadFisica REPOSO REPOSO LIGERA LIGERA MODERADA MODERADA INTENSA INTENSA MomentoDelDia DESAYUNO DESAYUNO COLACION_MATUTINA COLACION_MATUTINA ALMUERZO ALMUERZO COLACION_VESPERTINA COLACION_VESPERTINA CENA CENA COLACION_NOCTURNA COLACION_NOCTURNA GrupoAlimenticio FRUTAS FRUTAS VERDURAS VERDURAS CEREALES CEREALES PROTEINAS PROTEINAS OTROS OTROS UnidadDeMedida PIEZA PIEZA GR GR KG KG ML ML L L CUCHARADITA CUCHARADITA CUCHARADA_SOPERA CUCHARADA_SOPERA OZ OZ LB LB TAZA TAZA PIZCA PIZCA TipoPreparacion BEBIDA BEBIDA PLATILLO PLATILLO
null
{"directed":true,"nodes":[{"nsPrefix":"nutrio","nsURI":"http://nutrio/1.0","name":"nutrio","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usuario","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Preparacion","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlimentoBase","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Genero","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActividadFisica","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MomentoDelDia","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GrupoAlimenticio","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnidadDeMedida","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoPreparacion","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularPT","lowerBound":1,"id":11,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularGEB","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularETA","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularGAF","lowerBound":1,"id":14,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularGET","lowerBound":1,"id":15,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"genero","changeable":true,"lowerBound":1,"iD":false,"id":17,"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":"edad","changeable":true,"lowerBound":1,"iD":false,"id":18,"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":"estatura","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"peso","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actFisica","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"favoritos","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":"intolerables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conPatologias","changeable":true,"lowerBound":1,"iD":false,"id":24,"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":"presupuesto","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularEnergia","lowerBound":1,"id":41,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularCarbohidratos","lowerBound":1,"id":42,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularProteinas","lowerBound":1,"id":43,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularLipidos","lowerBound":1,"id":44,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularPrecio","lowerBound":1,"id":45,"many":false,"required":true,"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":"usuario","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"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":"preparaciones","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularEnergia","lowerBound":1,"id":55,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularCarbohidratos","lowerBound":1,"id":56,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularProteinas","lowerBound":1,"id":57,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularLipidos","lowerBound":1,"id":58,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calcularPrecio","lowerBound":1,"id":59,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","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":"nombre","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tecnicaDePreparacion","changeable":true,"lowerBound":1,"iD":false,"id":62,"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":"ingredientes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"momentoDelDia","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":1,"iD":false,"id":75,"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":"energia","changeable":true,"lowerBound":1,"iD":false,"id":76,"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":"carbohidratos","changeable":true,"lowerBound":1,"iD":false,"id":77,"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":"proteinas","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lipidos","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"grupo","changeable":true,"lowerBound":1,"iD":false,"id":80,"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":"cantidad","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unidad","changeable":true,"lowerBound":1,"iD":false,"id":82,"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":"gramos","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precio","changeable":true,"lowerBound":1,"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"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"name":"FEMENINO","id":95,"value":0,"literal":"FEMENINO","eClass":"EEnumLiteral"},{"name":"MASCULINO","id":96,"value":1,"literal":"MASCULINO","eClass":"EEnumLiteral"},{"name":"REPOSO","id":97,"value":1,"literal":"REPOSO","eClass":"EEnumLiteral"},{"name":"LIGERA","id":98,"value":2,"literal":"LIGERA","eClass":"EEnumLiteral"},{"name":"MODERADA","id":99,"value":3,"literal":"MODERADA","eClass":"EEnumLiteral"},{"name":"INTENSA","id":100,"value":4,"literal":"INTENSA","eClass":"EEnumLiteral"},{"name":"DESAYUNO","id":101,"value":1,"literal":"DESAYUNO","eClass":"EEnumLiteral"},{"name":"COLACION_MATUTINA","id":102,"value":2,"literal":"COLACION_MATUTINA","eClass":"EEnumLiteral"},{"name":"ALMUERZO","id":103,"value":3,"literal":"ALMUERZO","eClass":"EEnumLiteral"},{"name":"COLACION_VESPERTINA","id":104,"value":4,"literal":"COLACION_VESPERTINA","eClass":"EEnumLiteral"},{"name":"CENA","id":105,"value":5,"literal":"CENA","eClass":"EEnumLiteral"},{"name":"COLACION_NOCTURNA","id":106,"value":6,"literal":"COLACION_NOCTURNA","eClass":"EEnumLiteral"},{"name":"FRUTAS","id":107,"value":1,"literal":"FRUTAS","eClass":"EEnumLiteral"},{"name":"VERDURAS","id":108,"value":2,"literal":"VERDURAS","eClass":"EEnumLiteral"},{"name":"CEREALES","id":109,"value":3,"literal":"CEREALES","eClass":"EEnumLiteral"},{"name":"PROTEINAS","id":110,"value":4,"literal":"PROTEINAS","eClass":"EEnumLiteral"},{"name":"OTROS","id":111,"value":5,"literal":"OTROS","eClass":"EEnumLiteral"},{"name":"PIEZA","id":112,"value":1,"literal":"PIEZA","eClass":"EEnumLiteral"},{"name":"GR","id":113,"value":2,"literal":"GR","eClass":"EEnumLiteral"},{"name":"KG","id":114,"value":3,"literal":"KG","eClass":"EEnumLiteral"},{"name":"ML","id":115,"value":4,"literal":"ML","eClass":"EEnumLiteral"},{"name":"L","id":116,"value":5,"literal":"L","eClass":"EEnumLiteral"},{"name":"CUCHARADITA","id":117,"value":6,"literal":"CUCHARADITA","eClass":"EEnumLiteral"},{"name":"CUCHARADA_SOPERA","id":118,"value":7,"literal":"CUCHARADA_SOPERA","eClass":"EEnumLiteral"},{"name":"OZ","id":119,"value":8,"literal":"OZ","eClass":"EEnumLiteral"},{"name":"LB","id":120,"value":9,"literal":"LB","eClass":"EEnumLiteral"},{"name":"TAZA","id":121,"value":10,"literal":"TAZA","eClass":"EEnumLiteral"},{"name":"PIZCA","id":122,"value":11,"literal":"PIZCA","eClass":"EEnumLiteral"},{"name":"BEBIDA","id":123,"value":1,"literal":"BEBIDA","eClass":"EEnumLiteral"},{"name":"PLATILLO","id":124,"value":2,"literal":"PLATILLO","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":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":11,"target":26},{"source":11,"target":1},{"source":12,"target":27},{"source":12,"target":1},{"source":13,"target":28},{"source":13,"target":1},{"source":14,"target":29},{"source":14,"target":1},{"source":15,"target":30},{"source":15,"target":1},{"source":16,"target":31},{"source":16,"target":1},{"source":17,"target":5},{"source":17,"target":32},{"source":17,"target":1},{"source":32,"target":5},{"source":18,"target":33},{"source":18,"target":1},{"source":19,"target":34},{"source":19,"target":1},{"source":20,"target":35},{"source":20,"target":1},{"source":21,"target":6},{"source":21,"target":36},{"source":21,"target":1},{"source":36,"target":6},{"source":22,"target":4},{"source":22,"target":37},{"source":22,"target":1},{"source":37,"target":4},{"source":23,"target":4},{"source":23,"target":38},{"source":23,"target":1},{"source":38,"target":4},{"source":24,"target":39},{"source":24,"target":1},{"source":25,"target":40},{"source":25,"target":1},{"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":2,"target":47},{"source":41,"target":48},{"source":41,"target":2},{"source":42,"target":49},{"source":42,"target":2},{"source":43,"target":50},{"source":43,"target":2},{"source":44,"target":51},{"source":44,"target":2},{"source":45,"target":52},{"source":45,"target":2},{"source":46,"target":1},{"source":46,"target":53},{"source":46,"target":2},{"source":53,"target":1},{"source":47,"target":3},{"source":47,"target":54},{"source":47,"target":2},{"source":54,"target":3},{"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":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":55,"target":65},{"source":55,"target":3},{"source":56,"target":66},{"source":56,"target":3},{"source":57,"target":67},{"source":57,"target":3},{"source":58,"target":68},{"source":58,"target":3},{"source":59,"target":69},{"source":59,"target":3},{"source":60,"target":10},{"source":60,"target":70},{"source":60,"target":3},{"source":70,"target":10},{"source":61,"target":71},{"source":61,"target":3},{"source":62,"target":72},{"source":62,"target":3},{"source":63,"target":4},{"source":63,"target":73},{"source":63,"target":3},{"source":73,"target":4},{"source":64,"target":7},{"source":64,"target":74},{"source":64,"target":3},{"source":74,"target":7},{"source":4,"target":0},{"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":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":75,"target":85},{"source":75,"target":4},{"source":76,"target":86},{"source":76,"target":4},{"source":77,"target":87},{"source":77,"target":4},{"source":78,"target":88},{"source":78,"target":4},{"source":79,"target":89},{"source":79,"target":4},{"source":80,"target":8},{"source":80,"target":90},{"source":80,"target":4},{"source":90,"target":8},{"source":81,"target":91},{"source":81,"target":4},{"source":82,"target":9},{"source":82,"target":92},{"source":82,"target":4},{"source":92,"target":9},{"source":83,"target":93},{"source":83,"target":4},{"source":84,"target":94},{"source":84,"target":4},{"source":5,"target":0},{"source":5,"target":95},{"source":5,"target":96},{"source":95,"target":5},{"source":96,"target":5},{"source":6,"target":0},{"source":6,"target":97},{"source":6,"target":98},{"source":6,"target":99},{"source":6,"target":100},{"source":97,"target":6},{"source":98,"target":6},{"source":99,"target":6},{"source":100,"target":6},{"source":7,"target":0},{"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":7},{"source":102,"target":7},{"source":103,"target":7},{"source":104,"target":7},{"source":105,"target":7},{"source":106,"target":7},{"source":8,"target":0},{"source":8,"target":107},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":8,"target":111},{"source":107,"target":8},{"source":108,"target":8},{"source":109,"target":8},{"source":110,"target":8},{"source":111,"target":8},{"source":9,"target":0},{"source":9,"target":112},{"source":9,"target":113},{"source":9,"target":114},{"source":9,"target":115},{"source":9,"target":116},{"source":9,"target":117},{"source":9,"target":118},{"source":9,"target":119},{"source":9,"target":120},{"source":9,"target":121},{"source":9,"target":122},{"source":112,"target":9},{"source":113,"target":9},{"source":114,"target":9},{"source":115,"target":9},{"source":116,"target":9},{"source":117,"target":9},{"source":118,"target":9},{"source":119,"target":9},{"source":120,"target":9},{"source":121,"target":9},{"source":122,"target":9},{"source":10,"target":0},{"source":10,"target":123},{"source":10,"target":124},{"source":123,"target":10},{"source":124,"target":10}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gmfgraph" nsURI="http://www.eclipse.org/gmf/2006/GraphicalDefinition" nsPrefix="gmfgraph"> <eClassifiers xsi:type="ecore:EClass" name="Canvas" eSuperTypes="#//Identity"> <eStructuralFeatures xsi:type="ecore:EReference" name="figures" upperBound="-1" eType="#//FigureGallery" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="containment here doesn't restrict nodes/connection from using figure galeries defined elsewhere. No assumption should be made whether or not node/connection figure is defined in the galery beloning to this canvas"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1" eType="#//Connection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compartments" upperBound="-1" eType="#//Compartment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1" eType="#//DiagramLabel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureGallery" eSuperTypes="#//Identity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Kind of explicit figure library notion. Bundle of figures. Allows to specify plugin id (allows importing it later from gmfgen code) in addition to figures"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="figures" upperBound="-1" eType="#//RealFigure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptors" upperBound="-1" eType="#//FigureDescriptor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borders" upperBound="-1" eType="#//Border" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Borders for reuse"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="layouts" upperBound="-1" eType="#//Layout" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Layouts for reuse"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationBundle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Identity" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Easy and readable way to reference element of the model from another one"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramElement" abstract="true" eSuperTypes="#//Identity"> <eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1" eType="#//FigureDescriptor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="facets" upperBound="-1" eType="#//VisualFacet" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="anything to further specify constraint or any other aspect of the element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNode" abstract="true" eSuperTypes="#//DiagramElement"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//AbstractNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeConstraint" eType="#//Direction" defaultValueLiteral="NSEW"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="affixedParentSide" eType="#//Direction" defaultValueLiteral="NONE"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentPane" eType="#//ChildAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection" eSuperTypes="#//DiagramElement"/> <eClassifiers xsi:type="ecore:EClass" name="Compartment" eSuperTypes="#//DiagramElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="needsTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//ChildAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramLabel" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementIcon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//ChildAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ChildAccess"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="external" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualFacet" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralFacet" eSuperTypes="#//VisualFacet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="provide means to attach arbitrary data to your diagram element definition. It's up to you (template author) to process it somehow."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlignmentFacet" eSuperTypes="#//VisualFacet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Makes sense for DiagramLabels of Links only (now). Constants from {@link org.eclipse.draw2d.ConnectionLocator} are: MIDDLE = Alignment.CENTER, TARGET = Alignment.END, SOURCE = Alignment.BEGINNING"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//Alignment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GradientFacet" eSuperTypes="#//VisualFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//Direction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelOffsetFacet" eSuperTypes="#//VisualFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultSizeFacet" eSuperTypes="#//VisualFacet"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultSize" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Figure" abstract="true" interface="true" eSuperTypes="#//Layoutable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Anything you could combine visual representation from. Ordinary GEF figures, custom-defined or references to defined elsewhere. org.eclipse.draw2d.Figure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" eType="#//FigureDescriptor" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maximumSize" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minimumSize" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preferredSize" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="font" eType="#//Font" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="#//Insets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="border" eType="#//Border" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractFigure" abstract="true" eSuperTypes="#//Figure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is merely an implementation artifact to get only one base implementation of Figure attributes"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureDescriptor" eSuperTypes="#//Identity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The thing describes structure of a figure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actualFigure" lowerBound="1" eType="#//Figure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessors" upperBound="-1" eType="#//ChildAccess" containment="true" eOpposite="#//ChildAccess/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChildAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//FigureDescriptor" changeable="false" resolveProxies="false" eOpposite="#//FigureDescriptor/accessors"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1" eType="#//Figure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This may also point to RealFigure from FigureAccessor#typedFigure"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealFigure" abstract="true" eSuperTypes="#//AbstractFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is exact/specific/concrete figure, unlike proxy/reference-nature FigureRef"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Figure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureRef" eSuperTypes="#//AbstractFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Need this to facilitate reuse of figures while keeping (so nice looking) containment relationship in the Figure class"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1" eType="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="not just Figure because don't want to reference figure references."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionFigure" abstract="true" interface="true" eSuperTypes="#//RealFigure"/> <eClassifiers xsi:type="ecore:EClass" name="DecorationFigure" abstract="true" interface="true" eSuperTypes="#//RealFigure"/> <eClassifiers xsi:type="ecore:EClass" name="Shape" abstract="true" eSuperTypes="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Shape"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineKind" eType="#//LineKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xorFill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xorOutline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedChildren" upperBound="-1" eType="#//Figure" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same as children, but resolves child FigureRefs, if any, to Figures"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Label"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledContainer" eSuperTypes="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.LabeledContainer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rectangle" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.RectangleFigure"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoundedRectangle" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.RoundedRectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="8"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ellipse" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Ellipse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polyline" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Polyline"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="template" upperBound="-1" eType="#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polygon" eSuperTypes="#//Polyline"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Polygon"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalablePolygon" eSuperTypes="#//Polygon"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Marker interface to denote polygons with ability to autoscale to fit all available bounds. Separate class is needed instead of property in the Polygon class because of generalization PolygonDecoration extends Polygon"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolylineConnection" eSuperTypes="#//Polyline #//ConnectionFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.PolylineConnection"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceDecoration" eType="#//DecorationFigure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetDecoration" eType="#//DecorationFigure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolylineDecoration" eSuperTypes="#//Polyline #//DecorationFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.PolylineDecoration"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolygonDecoration" eSuperTypes="#//Polygon #//DecorationFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.PolygonDecoration"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomClass" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//CustomAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="null"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directAccess" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiStatementValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureAccessor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedFigure" lowerBound="1" eType="#//RealFigure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomFigure" eSuperTypes="#//RealFigure #//CustomClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Any figure class provided by some bundle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="customChildren" upperBound="-1" eType="#//FigureAccessor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Childrent enumerated with this feature are mere 'access points' to actual structure of the CustomFigure. They are not created, unlike those contained in regular Figure#children"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomDecoration" eSuperTypes="#//CustomFigure #//DecorationFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same as CustomFigure, but for Decorations"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomConnection" eSuperTypes="#//CustomFigure #//ConnectionFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same as CustomFigure, but for Connections"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Color" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="RGBColor" eSuperTypes="#//Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="red" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="green" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantColor" eSuperTypes="#//Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//ColorConstants"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColorConstants"> <eLiterals name="white"/> <eLiterals name="black" value="1"/> <eLiterals name="lightGray" value="2"/> <eLiterals name="gray" value="3"/> <eLiterals name="darkGray" value="4"/> <eLiterals name="red" value="5"/> <eLiterals name="orange" value="6"/> <eLiterals name="yellow" value="7"/> <eLiterals name="green" value="8"/> <eLiterals name="lightGreen" value="9"/> <eLiterals name="darkGreen" value="10"/> <eLiterals name="cyan" value="11"/> <eLiterals name="lightBlue" value="12"/> <eLiterals name="blue" value="13"/> <eLiterals name="darkBlue" value="14"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Font" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="BasicFont" eSuperTypes="#//Font"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="9"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//FontStyle" defaultValueLiteral="NORMAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FontStyle"> <eLiterals name="NORMAL"/> <eLiterals name="BOLD" value="1"/> <eLiterals name="ITALIC" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Insets"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="top" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Border" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="BorderRef" eSuperTypes="#//Border"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Border reuse mechanism"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1" eType="#//Border"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="constraint: actual should not be another BorderRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineBorder" eSuperTypes="#//Border"> <eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MarginBorder" eSuperTypes="#//Border"> <eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="#//Insets" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompoundBorder" eSuperTypes="#//Border"> <eStructuralFeatures xsi:type="ecore:EReference" name="outer" eType="#//Border" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inner" eType="#//Border" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomBorder" eSuperTypes="#//Border #//CustomClass"/> <eClassifiers xsi:type="ecore:EEnum" name="Direction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Geographical bit constants from org.eclipse.draw2d.PositionConstants"/> </eAnnotations> <eLiterals name="NONE"/> <eLiterals name="NORTH" value="1"/> <eLiterals name="SOUTH" value="4"/> <eLiterals name="WEST" value="8"/> <eLiterals name="EAST" value="16"/> <eLiterals name="NORTH_EAST" value="17"/> <eLiterals name="NORTH_WEST" value="9"/> <eLiterals name="SOUTH_EAST" value="20"/> <eLiterals name="SOUTH_WEST" value="12"/> <eLiterals name="NORTH_SOUTH" value="5"/> <eLiterals name="EAST_WEST" value="24"/> <eLiterals name="NSEW" value="29"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LineKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Graphics.LINE_* (== org.eclipse.swt.SWT.LINE_*. Values are same as SWT constants"/> </eAnnotations> <eLiterals name="LINE_SOLID" value="1"/> <eLiterals name="LINE_DASH" value="2"/> <eLiterals name="LINE_DOT" value="3"/> <eLiterals name="LINE_DASHDOT" value="4"/> <eLiterals name="LINE_DASHDOTDOT" value="5"/> <eLiterals name="LINE_CUSTOM" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayoutData" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Layoutable" eOpposite="#//Layoutable/layoutData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomLayoutData" eSuperTypes="#//LayoutData #//CustomClass"/> <eClassifiers xsi:type="ecore:EClass" name="GridLayoutData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessHorizontalSpace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessVerticalSpace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" lowerBound="1" eType="#//Alignment" defaultValueLiteral="CENTER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" lowerBound="1" eType="#//Alignment" defaultValueLiteral="CENTER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalIndent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeHint" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BorderLayoutData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" lowerBound="1" eType="#//Alignment" defaultValueLiteral="CENTER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Alignment"> <eLiterals name="BEGINNING"/> <eLiterals name="CENTER" value="1"/> <eLiterals name="END" value="2"/> <eLiterals name="FILL" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layoutable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutData" eType="#//LayoutData" containment="true" eOpposite="#//LayoutData/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//Layout" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layout" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="LayoutRef" eSuperTypes="#//Layout"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Layout reuse mechanism"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1" eType="#//Layout"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="constraint: actual should not be another LayoutRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomLayout" eSuperTypes="#//Layout #//CustomClass"/> <eClassifiers xsi:type="ecore:EClass" name="GridLayout" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numColumns" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="equalWidth" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="margins" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spacing" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BorderLayout" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EReference" name="spacing" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowLayout" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matchMinorSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forceSingleLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorAlignment" eType="#//Alignment" defaultValueLiteral="BEGINNING"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minorAlignment" eType="#//Alignment" defaultValueLiteral="BEGINNING"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minorSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XYLayout" eSuperTypes="#//Layout"/> <eClassifiers xsi:type="ecore:EClass" name="XYLayoutData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EReference" name="topLeft" lowerBound="1" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" lowerBound="1" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StackLayout" eSuperTypes="#//Layout"/> <eClassifiers xsi:type="ecore:EClass" name="SVGFigure" eSuperTypes="#//RealFigure"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//SVGProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="areaOfInterest" eType="#//Rectangle2D" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noCanvasWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noCanvasHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SVGProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SVGPropertyType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="getter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="setter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="callSuper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SVGPropertyType"> <eLiterals name="STRING"/> <eLiterals name="COLOR" value="1"/> <eLiterals name="FLOAT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rectangle2D"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/louismrose/migration_comparison/examples/gmf_graph/After.ecore
ecore
gmfgraph Canvas figures nodes connections compartments labels FigureGallery figures descriptors borders layouts implementationBundle Identity name DiagramElement figure facets AbstractNode Node resizeConstraint NSEW affixedParentSide NONE contentPane Connection Compartment collapsible needsTitle accessor DiagramLabel elementIcon true accessor container external VisualFacet GeneralFacet identifier data AlignmentFacet alignment GradientFacet direction LabelOffsetFacet x y DefaultSizeFacet defaultSize Figure descriptor foregroundColor backgroundColor maximumSize minimumSize preferredSize font insets border location size AbstractFigure FigureDescriptor actualFigure accessors ChildAccess owner accessor figure RealFigure name children FigureRef figure ConnectionFigure DecorationFigure Shape outline true fill true lineWidth 1 lineKind xorFill xorOutline resolvedChildren Label text LabeledContainer Rectangle RoundedRectangle cornerWidth 8 cornerHeight 8 Ellipse Polyline template Polygon ScalablePolygon PolylineConnection sourceDecoration targetDecoration PolylineDecoration PolygonDecoration CustomClass qualifiedClassName attributes CustomAttribute name value null directAccess false multiStatementValue false FigureAccessor accessor typedFigure CustomFigure customChildren CustomDecoration CustomConnection Color RGBColor red green blue ConstantColor value ColorConstants white white black black lightGray lightGray gray gray darkGray darkGray red red orange orange yellow yellow green green lightGreen lightGreen darkGreen darkGreen cyan cyan lightBlue lightBlue blue blue darkBlue darkBlue Font BasicFont faceName height 9 style NORMAL FontStyle NORMAL NORMAL BOLD BOLD ITALIC ITALIC Point x y Dimension dx dy Insets top left bottom right Border BorderRef actual LineBorder color width 1 MarginBorder insets CompoundBorder outer inner CustomBorder Direction NONE NONE NORTH NORTH SOUTH SOUTH WEST WEST EAST EAST NORTH_EAST NORTH_EAST NORTH_WEST NORTH_WEST SOUTH_EAST SOUTH_EAST SOUTH_WEST SOUTH_WEST NORTH_SOUTH NORTH_SOUTH EAST_WEST EAST_WEST NSEW NSEW LineKind LINE_SOLID LINE_SOLID LINE_DASH LINE_DASH LINE_DOT LINE_DOT LINE_DASHDOT LINE_DASHDOT LINE_DASHDOTDOT LINE_DASHDOTDOT LINE_CUSTOM LINE_CUSTOM LayoutData owner CustomLayoutData GridLayoutData grabExcessHorizontalSpace false grabExcessVerticalSpace false verticalAlignment CENTER horizontalAlignment CENTER verticalSpan 1 horizontalSpan 1 horizontalIndent sizeHint BorderLayoutData alignment CENTER vertical false Alignment BEGINNING BEGINNING CENTER CENTER END END FILL FILL Layoutable layoutData layout Layout LayoutRef actual CustomLayout GridLayout numColumns 1 equalWidth true margins spacing BorderLayout spacing FlowLayout vertical false matchMinorSize false forceSingleLine false majorAlignment BEGINNING minorAlignment BEGINNING majorSpacing 5 minorSpacing 5 XYLayout XYLayoutData topLeft size StackLayout SVGFigure documentURI properties areaOfInterest noCanvasWidth noCanvasHeight SVGProperty query attribute type getter setter callSuper SVGPropertyType STRING STRING COLOR COLOR FLOAT FLOAT Rectangle2D x y width height
null
{"directed":true,"nodes":[{"nsPrefix":"gmfgraph","nsURI":"http://www.eclipse.org/gmf/2006/GraphicalDefinition","name":"gmfgraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Canvas","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureGallery","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identity","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNode","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compartment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramLabel","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualFacet","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralFacet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlignmentFacet","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradientFacet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelOffsetFacet","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSizeFacet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Figure","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFigure","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureDescriptor","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildAccess","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealFigure","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureRef","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionFigure","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationFigure","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledContainer","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundedRectangle","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ellipse","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polyline","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polygon","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalablePolygon","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolylineConnection","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolylineDecoration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolygonDecoration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomClass","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomAttribute","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureAccessor","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomFigure","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDecoration","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomConnection","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RGBColor","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantColor","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorConstants","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicFont","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontStyle","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Insets","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Border","instanceClass":null,"abstract":true,"id":52,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderRef","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineBorder","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarginBorder","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundBorder","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomBorder","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineKind","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutData","instanceClass":null,"abstract":true,"id":60,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayoutData","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayoutData","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayoutData","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Alignment","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layoutable","instanceClass":null,"abstract":true,"id":65,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":true,"id":66,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutRef","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayout","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayout","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayout","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowLayout","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYLayout","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYLayoutData","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackLayout","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SVGFigure","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SVGProperty","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SVGPropertyType","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle2D","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"figures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compartments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"figures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"borders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layouts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementationBundle","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"facets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NSEW","unsettable":false,"transient":false,"unique":true,"name":"resizeConstraint","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"affixedParentSide","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentPane","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collapsible","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"needsTitle","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"elementIcon","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"external","changeable":false,"lowerBound":0,"iD":false,"id":127,"derived":true},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":true,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"descriptor","changeable":false,"resolveProxies":false,"lowerBound":0,"id":152,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maximumSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minimumSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preferredSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"border","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualFigure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":false,"resolveProxies":false,"lowerBound":1,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineKind","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xorFill","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xorOutline","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resolvedChildren","changeable":false,"resolveProxies":true,"lowerBound":0,"id":203,"derived":true},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":8,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"cornerWidth","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":8,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"cornerHeight","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceDecoration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetDecoration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedClassName","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"null","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"null","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"directAccess","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multiStatementValue","changeable":true,"lowerBound":1,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":1,"iD":false,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedFigure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customChildren","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":1,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":1,"iD":false,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"name":"white","id":272,"value":0,"literal":"white","eClass":"EEnumLiteral"},{"name":"black","id":273,"value":1,"literal":"black","eClass":"EEnumLiteral"},{"name":"lightGray","id":274,"value":2,"literal":"lightGray","eClass":"EEnumLiteral"},{"name":"gray","id":275,"value":3,"literal":"gray","eClass":"EEnumLiteral"},{"name":"darkGray","id":276,"value":4,"literal":"darkGray","eClass":"EEnumLiteral"},{"name":"red","id":277,"value":5,"literal":"red","eClass":"EEnumLiteral"},{"name":"orange","id":278,"value":6,"literal":"orange","eClass":"EEnumLiteral"},{"name":"yellow","id":279,"value":7,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"green","id":280,"value":8,"literal":"green","eClass":"EEnumLiteral"},{"name":"lightGreen","id":281,"value":9,"literal":"lightGreen","eClass":"EEnumLiteral"},{"name":"darkGreen","id":282,"value":10,"literal":"darkGreen","eClass":"EEnumLiteral"},{"name":"cyan","id":283,"value":11,"literal":"cyan","eClass":"EEnumLiteral"},{"name":"lightBlue","id":284,"value":12,"literal":"lightBlue","eClass":"EEnumLiteral"},{"name":"blue","id":285,"value":13,"literal":"blue","eClass":"EEnumLiteral"},{"name":"darkBlue","id":286,"value":14,"literal":"darkBlue","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faceName","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":9,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"9","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NORMAL","unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"name":"NORMAL","id":294,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"BOLD","id":295,"value":1,"literal":"BOLD","eClass":"EEnumLiteral"},{"name":"ITALIC","id":296,"value":2,"literal":"ITALIC","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dx","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dy","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"top","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bottom","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"name":"NONE","id":331,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"NORTH","id":332,"value":1,"literal":"NORTH","eClass":"EEnumLiteral"},{"name":"SOUTH","id":333,"value":4,"literal":"SOUTH","eClass":"EEnumLiteral"},{"name":"WEST","id":334,"value":8,"literal":"WEST","eClass":"EEnumLiteral"},{"name":"EAST","id":335,"value":16,"literal":"EAST","eClass":"EEnumLiteral"},{"name":"NORTH_EAST","id":336,"value":17,"literal":"NORTH_EAST","eClass":"EEnumLiteral"},{"name":"NORTH_WEST","id":337,"value":9,"literal":"NORTH_WEST","eClass":"EEnumLiteral"},{"name":"SOUTH_EAST","id":338,"value":20,"literal":"SOUTH_EAST","eClass":"EEnumLiteral"},{"name":"SOUTH_WEST","id":339,"value":12,"literal":"SOUTH_WEST","eClass":"EEnumLiteral"},{"name":"NORTH_SOUTH","id":340,"value":5,"literal":"NORTH_SOUTH","eClass":"EEnumLiteral"},{"name":"EAST_WEST","id":341,"value":24,"literal":"EAST_WEST","eClass":"EEnumLiteral"},{"name":"NSEW","id":342,"value":29,"literal":"NSEW","eClass":"EEnumLiteral"},{"name":"LINE_SOLID","id":343,"value":1,"literal":"LINE_SOLID","eClass":"EEnumLiteral"},{"name":"LINE_DASH","id":344,"value":2,"literal":"LINE_DASH","eClass":"EEnumLiteral"},{"name":"LINE_DOT","id":345,"value":3,"literal":"LINE_DOT","eClass":"EEnumLiteral"},{"name":"LINE_DASHDOT","id":346,"value":4,"literal":"LINE_DASHDOT","eClass":"EEnumLiteral"},{"name":"LINE_DASHDOTDOT","id":347,"value":5,"literal":"LINE_DASHDOTDOT","eClass":"EEnumLiteral"},{"name":"LINE_CUSTOM","id":348,"value":6,"literal":"LINE_CUSTOM","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"grabExcessHorizontalSpace","changeable":true,"lowerBound":1,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"grabExcessVerticalSpace","changeable":true,"lowerBound":1,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"verticalSpan","changeable":true,"lowerBound":1,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"horizontalSpan","changeable":true,"lowerBound":1,"iD":false,"id":359,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalIndent","changeable":true,"lowerBound":1,"iD":false,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizeHint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":1,"iD":false,"id":371,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"vertical","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"name":"BEGINNING","id":376,"value":0,"literal":"BEGINNING","eClass":"EEnumLiteral"},{"name":"CENTER","id":377,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"END","id":378,"value":2,"literal":"END","eClass":"EEnumLiteral"},{"name":"FILL","id":379,"value":3,"literal":"FILL","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"numColumns","changeable":true,"lowerBound":1,"iD":false,"id":388,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"equalWidth","changeable":true,"lowerBound":1,"iD":false,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"margins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"vertical","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"matchMinorSize","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"forceSingleLine","changeable":true,"lowerBound":0,"iD":false,"id":402,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"majorAlignment","changeable":true,"lowerBound":0,"iD":false,"id":403,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"minorAlignment","changeable":true,"lowerBound":0,"iD":false,"id":404,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"majorSpacing","changeable":true,"lowerBound":0,"iD":false,"id":405,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"minorSpacing","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topLeft","changeable":true,"resolveProxies":true,"lowerBound":1,"id":416,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":1,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentURI","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"areaOfInterest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noCanvasWidth","changeable":true,"lowerBound":0,"iD":false,"id":425,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noCanvasHeight","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":435,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"getter","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setter","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"callSuper","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"name":"STRING","id":445,"value":0,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"COLOR","id":446,"value":1,"literal":"COLOR","eClass":"EEnumLiteral"},{"name":"FLOAT","id":447,"value":2,"literal":"FLOAT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":79,"target":2},{"source":79,"target":85},{"source":79,"target":1},{"source":85,"target":2},{"source":80,"target":6},{"source":80,"target":86},{"source":80,"target":1},{"source":86,"target":6},{"source":81,"target":7},{"source":81,"target":87},{"source":81,"target":1},{"source":87,"target":7},{"source":82,"target":8},{"source":82,"target":88},{"source":82,"target":1},{"source":88,"target":8},{"source":83,"target":9},{"source":83,"target":89},{"source":83,"target":1},{"source":89,"target":9},{"source":84,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":90},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":94},{"source":2,"target":95},{"source":90,"target":20},{"source":90,"target":96},{"source":90,"target":2},{"source":96,"target":20},{"source":91,"target":18},{"source":91,"target":97},{"source":91,"target":2},{"source":97,"target":18},{"source":92,"target":52},{"source":92,"target":98},{"source":92,"target":2},{"source":98,"target":52},{"source":93,"target":66},{"source":93,"target":99},{"source":93,"target":2},{"source":99,"target":66},{"source":94,"target":100},{"source":94,"target":2},{"source":95,"target":3},{"source":3,"target":0},{"source":3,"target":101},{"source":101,"target":102},{"source":101,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":103,"target":18},{"source":103,"target":106},{"source":103,"target":4},{"source":106,"target":18},{"source":104,"target":10},{"source":104,"target":107},{"source":104,"target":4},{"source":107,"target":10},{"source":105,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":108},{"source":108,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":109},{"source":6,"target":110},{"source":6,"target":111},{"source":6,"target":112},{"source":109,"target":58},{"source":109,"target":113},{"source":109,"target":6},{"source":113,"target":58},{"source":110,"target":58},{"source":110,"target":114},{"source":110,"target":6},{"source":114,"target":58},{"source":111,"target":19},{"source":111,"target":115},{"source":111,"target":6},{"source":115,"target":19},{"source":112,"target":5},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":116},{"source":116,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":117},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":117,"target":121},{"source":117,"target":8},{"source":118,"target":122},{"source":118,"target":8},{"source":119,"target":19},{"source":119,"target":123},{"source":119,"target":8},{"source":123,"target":19},{"source":120,"target":4},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":9,"target":127},{"source":9,"target":128},{"source":124,"target":129},{"source":124,"target":9},{"source":125,"target":19},{"source":125,"target":130},{"source":125,"target":9},{"source":130,"target":19},{"source":126,"target":19},{"source":126,"target":131},{"source":126,"target":9},{"source":131,"target":19},{"source":127,"target":132},{"source":127,"target":9},{"source":128,"target":6},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":133},{"source":11,"target":134},{"source":11,"target":135},{"source":133,"target":136},{"source":133,"target":11},{"source":134,"target":137},{"source":134,"target":11},{"source":135,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":138},{"source":12,"target":139},{"source":138,"target":64},{"source":138,"target":140},{"source":138,"target":12},{"source":140,"target":64},{"source":139,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":141},{"source":13,"target":142},{"source":141,"target":58},{"source":141,"target":143},{"source":141,"target":13},{"source":143,"target":58},{"source":142,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":144,"target":147},{"source":144,"target":14},{"source":145,"target":148},{"source":145,"target":14},{"source":146,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":149},{"source":15,"target":150},{"source":149,"target":50},{"source":149,"target":151},{"source":149,"target":15},{"source":151,"target":50},{"source":150,"target":10},{"source":16,"target":0},{"source":16,"target":65},{"source":16,"target":152},{"source":16,"target":153},{"source":16,"target":154},{"source":16,"target":155},{"source":16,"target":156},{"source":16,"target":157},{"source":16,"target":158},{"source":16,"target":159},{"source":16,"target":160},{"source":16,"target":161},{"source":16,"target":162},{"source":16,"target":163},{"source":152,"target":18},{"source":152,"target":164},{"source":152,"target":16},{"source":164,"target":18},{"source":153,"target":42},{"source":153,"target":165},{"source":153,"target":16},{"source":165,"target":42},{"source":154,"target":42},{"source":154,"target":166},{"source":154,"target":16},{"source":166,"target":42},{"source":155,"target":50},{"source":155,"target":167},{"source":155,"target":16},{"source":167,"target":50},{"source":156,"target":50},{"source":156,"target":168},{"source":156,"target":16},{"source":168,"target":50},{"source":157,"target":50},{"source":157,"target":169},{"source":157,"target":16},{"source":169,"target":50},{"source":158,"target":46},{"source":158,"target":170},{"source":158,"target":16},{"source":170,"target":46},{"source":159,"target":51},{"source":159,"target":171},{"source":159,"target":16},{"source":171,"target":51},{"source":160,"target":52},{"source":160,"target":172},{"source":160,"target":16},{"source":172,"target":52},{"source":161,"target":49},{"source":161,"target":173},{"source":161,"target":16},{"source":173,"target":49},{"source":162,"target":49},{"source":162,"target":174},{"source":162,"target":16},{"source":174,"target":49},{"source":163,"target":65},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":175},{"source":175,"target":16},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":176},{"source":18,"target":177},{"source":18,"target":178},{"source":176,"target":16},{"source":176,"target":179},{"source":176,"target":18},{"source":179,"target":16},{"source":177,"target":19},{"source":177,"target":180},{"source":177,"target":18},{"source":177,"target":181},{"source":180,"target":19},{"source":178,"target":3},{"source":19,"target":0},{"source":19,"target":181},{"source":19,"target":182},{"source":19,"target":183},{"source":181,"target":18},{"source":181,"target":184},{"source":181,"target":19},{"source":181,"target":177},{"source":184,"target":18},{"source":182,"target":185},{"source":182,"target":19},{"source":183,"target":16},{"source":183,"target":186},{"source":183,"target":19},{"source":186,"target":16},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":187},{"source":20,"target":188},{"source":20,"target":189},{"source":187,"target":190},{"source":187,"target":20},{"source":188,"target":16},{"source":188,"target":191},{"source":188,"target":20},{"source":191,"target":16},{"source":189,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":192},{"source":21,"target":193},{"source":192,"target":20},{"source":192,"target":194},{"source":192,"target":21},{"source":194,"target":20},{"source":193,"target":17},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":195},{"source":195,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":196},{"source":196,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":197},{"source":24,"target":198},{"source":24,"target":199},{"source":24,"target":200},{"source":24,"target":201},{"source":24,"target":202},{"source":24,"target":203},{"source":24,"target":204},{"source":197,"target":205},{"source":197,"target":24},{"source":198,"target":206},{"source":198,"target":24},{"source":199,"target":207},{"source":199,"target":24},{"source":200,"target":59},{"source":200,"target":208},{"source":200,"target":24},{"source":208,"target":59},{"source":201,"target":209},{"source":201,"target":24},{"source":202,"target":210},{"source":202,"target":24},{"source":203,"target":16},{"source":203,"target":211},{"source":203,"target":24},{"source":211,"target":16},{"source":204,"target":20},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":212},{"source":25,"target":213},{"source":212,"target":214},{"source":212,"target":25},{"source":213,"target":20},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":215},{"source":215,"target":20},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":216},{"source":216,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":217},{"source":28,"target":218},{"source":28,"target":219},{"source":217,"target":220},{"source":217,"target":28},{"source":218,"target":221},{"source":218,"target":28},{"source":219,"target":24},{"source":29,"target":0},{"source":29,"target":24},{"source":29,"target":222},{"source":222,"target":24},{"source":30,"target":0},{"source":30,"target":24},{"source":30,"target":223},{"source":30,"target":224},{"source":223,"target":49},{"source":223,"target":225},{"source":223,"target":30},{"source":225,"target":49},{"source":224,"target":24},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":226},{"source":226,"target":30},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":227},{"source":227,"target":31},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":22},{"source":33,"target":228},{"source":33,"target":229},{"source":33,"target":230},{"source":33,"target":231},{"source":228,"target":23},{"source":228,"target":232},{"source":228,"target":33},{"source":232,"target":23},{"source":229,"target":23},{"source":229,"target":233},{"source":229,"target":33},{"source":233,"target":23},{"source":230,"target":30},{"source":231,"target":22},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":23},{"source":34,"target":234},{"source":34,"target":235},{"source":234,"target":30},{"source":235,"target":23},{"source":35,"target":0},{"source":35,"target":31},{"source":35,"target":23},{"source":35,"target":236},{"source":35,"target":237},{"source":236,"target":31},{"source":237,"target":23},{"source":36,"target":0},{"source":36,"target":238},{"source":36,"target":239},{"source":238,"target":240},{"source":238,"target":36},{"source":239,"target":37},{"source":239,"target":241},{"source":239,"target":36},{"source":241,"target":37},{"source":37,"target":0},{"source":37,"target":242},{"source":37,"target":243},{"source":37,"target":244},{"source":37,"target":245},{"source":242,"target":246},{"source":242,"target":37},{"source":243,"target":247},{"source":243,"target":37},{"source":244,"target":248},{"source":244,"target":37},{"source":245,"target":249},{"source":245,"target":37},{"source":38,"target":0},{"source":38,"target":250},{"source":38,"target":251},{"source":250,"target":252},{"source":250,"target":38},{"source":251,"target":20},{"source":251,"target":253},{"source":251,"target":38},{"source":253,"target":20},{"source":39,"target":0},{"source":39,"target":20},{"source":39,"target":36},{"source":39,"target":254},{"source":39,"target":255},{"source":39,"target":256},{"source":254,"target":38},{"source":254,"target":257},{"source":254,"target":39},{"source":257,"target":38},{"source":255,"target":20},{"source":256,"target":36},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":23},{"source":40,"target":258},{"source":40,"target":259},{"source":258,"target":39},{"source":259,"target":23},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":22},{"source":41,"target":260},{"source":41,"target":261},{"source":260,"target":39},{"source":261,"target":22},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":262},{"source":43,"target":263},{"source":43,"target":264},{"source":43,"target":265},{"source":262,"target":266},{"source":262,"target":43},{"source":263,"target":267},{"source":263,"target":43},{"source":264,"target":268},{"source":264,"target":43},{"source":265,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":269},{"source":44,"target":270},{"source":269,"target":45},{"source":269,"target":271},{"source":269,"target":44},{"source":271,"target":45},{"source":270,"target":42},{"source":45,"target":0},{"source":45,"target":272},{"source":45,"target":273},{"source":45,"target":274},{"source":45,"target":275},{"source":45,"target":276},{"source":45,"target":277},{"source":45,"target":278},{"source":45,"target":279},{"source":45,"target":280},{"source":45,"target":281},{"source":45,"target":282},{"source":45,"target":283},{"source":45,"target":284},{"source":45,"target":285},{"source":45,"target":286},{"source":272,"target":45},{"source":273,"target":45},{"source":274,"target":45},{"source":275,"target":45},{"source":276,"target":45},{"source":277,"target":45},{"source":278,"target":45},{"source":279,"target":45},{"source":280,"target":45},{"source":281,"target":45},{"source":282,"target":45},{"source":283,"target":45},{"source":284,"target":45},{"source":285,"target":45},{"source":286,"target":45},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":46},{"source":47,"target":287},{"source":47,"target":288},{"source":47,"target":289},{"source":47,"target":290},{"source":287,"target":291},{"source":287,"target":47},{"source":288,"target":292},{"source":288,"target":47},{"source":289,"target":48},{"source":289,"target":293},{"source":289,"target":47},{"source":293,"target":48},{"source":290,"target":46},{"source":48,"target":0},{"source":48,"target":294},{"source":48,"target":295},{"source":48,"target":296},{"source":294,"target":48},{"source":295,"target":48},{"source":296,"target":48},{"source":49,"target":0},{"source":49,"target":297},{"source":49,"target":298},{"source":297,"target":299},{"source":297,"target":49},{"source":298,"target":300},{"source":298,"target":49},{"source":50,"target":0},{"source":50,"target":301},{"source":50,"target":302},{"source":301,"target":303},{"source":301,"target":50},{"source":302,"target":304},{"source":302,"target":50},{"source":51,"target":0},{"source":51,"target":305},{"source":51,"target":306},{"source":51,"target":307},{"source":51,"target":308},{"source":305,"target":309},{"source":305,"target":51},{"source":306,"target":310},{"source":306,"target":51},{"source":307,"target":311},{"source":307,"target":51},{"source":308,"target":312},{"source":308,"target":51},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":313},{"source":53,"target":314},{"source":313,"target":52},{"source":313,"target":315},{"source":313,"target":53},{"source":315,"target":52},{"source":314,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":316},{"source":54,"target":317},{"source":54,"target":318},{"source":316,"target":42},{"source":316,"target":319},{"source":316,"target":54},{"source":319,"target":42},{"source":317,"target":320},{"source":317,"target":54},{"source":318,"target":52},{"source":55,"target":0},{"source":55,"target":52},{"source":55,"target":321},{"source":55,"target":322},{"source":321,"target":51},{"source":321,"target":323},{"source":321,"target":55},{"source":323,"target":51},{"source":322,"target":52},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":324},{"source":56,"target":325},{"source":56,"target":326},{"source":324,"target":52},{"source":324,"target":327},{"source":324,"target":56},{"source":327,"target":52},{"source":325,"target":52},{"source":325,"target":328},{"source":325,"target":56},{"source":328,"target":52},{"source":326,"target":52},{"source":57,"target":0},{"source":57,"target":52},{"source":57,"target":36},{"source":57,"target":329},{"source":57,"target":330},{"source":329,"target":52},{"source":330,"target":36},{"source":58,"target":0},{"source":58,"target":331},{"source":58,"target":332},{"source":58,"target":333},{"source":58,"target":334},{"source":58,"target":335},{"source":58,"target":336},{"source":58,"target":337},{"source":58,"target":338},{"source":58,"target":339},{"source":58,"target":340},{"source":58,"target":341},{"source":58,"target":342},{"source":331,"target":58},{"source":332,"target":58},{"source":333,"target":58},{"source":334,"target":58},{"source":335,"target":58},{"source":336,"target":58},{"source":337,"target":58},{"source":338,"target":58},{"source":339,"target":58},{"source":340,"target":58},{"source":341,"target":58},{"source":342,"target":58},{"source":59,"target":0},{"source":59,"target":343},{"source":59,"target":344},{"source":59,"target":345},{"source":59,"target":346},{"source":59,"target":347},{"source":59,"target":348},{"source":343,"target":59},{"source":344,"target":59},{"source":345,"target":59},{"source":346,"target":59},{"source":347,"target":59},{"source":348,"target":59},{"source":60,"target":0},{"source":60,"target":349},{"source":349,"target":65},{"source":349,"target":350},{"source":349,"target":60},{"source":349,"target":351},{"source":350,"target":65},{"source":61,"target":0},{"source":61,"target":60},{"source":61,"target":36},{"source":61,"target":352},{"source":61,"target":353},{"source":352,"target":60},{"source":353,"target":36},{"source":62,"target":0},{"source":62,"target":60},{"source":62,"target":354},{"source":62,"target":355},{"source":62,"target":356},{"source":62,"target":357},{"source":62,"target":358},{"source":62,"target":359},{"source":62,"target":360},{"source":62,"target":361},{"source":62,"target":362},{"source":354,"target":363},{"source":354,"target":62},{"source":355,"target":364},{"source":355,"target":62},{"source":356,"target":64},{"source":356,"target":365},{"source":356,"target":62},{"source":365,"target":64},{"source":357,"target":64},{"source":357,"target":366},{"source":357,"target":62},{"source":366,"target":64},{"source":358,"target":367},{"source":358,"target":62},{"source":359,"target":368},{"source":359,"target":62},{"source":360,"target":369},{"source":360,"target":62},{"source":361,"target":50},{"source":361,"target":370},{"source":361,"target":62},{"source":370,"target":50},{"source":362,"target":60},{"source":63,"target":0},{"source":63,"target":60},{"source":63,"target":371},{"source":63,"target":372},{"source":63,"target":373},{"source":371,"target":64},{"source":371,"target":374},{"source":371,"target":63},{"source":374,"target":64},{"source":372,"target":375},{"source":372,"target":63},{"source":373,"target":60},{"source":64,"target":0},{"source":64,"target":376},{"source":64,"target":377},{"source":64,"target":378},{"source":64,"target":379},{"source":376,"target":64},{"source":377,"target":64},{"source":378,"target":64},{"source":379,"target":64},{"source":65,"target":0},{"source":65,"target":351},{"source":65,"target":380},{"source":351,"target":60},{"source":351,"target":381},{"source":351,"target":65},{"source":351,"target":349},{"source":381,"target":60},{"source":380,"target":66},{"source":380,"target":382},{"source":380,"target":65},{"source":382,"target":66},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":383},{"source":67,"target":384},{"source":383,"target":66},{"source":383,"target":385},{"source":383,"target":67},{"source":385,"target":66},{"source":384,"target":66},{"source":68,"target":0},{"source":68,"target":66},{"source":68,"target":36},{"source":68,"target":386},{"source":68,"target":387},{"source":386,"target":66},{"source":387,"target":36},{"source":69,"target":0},{"source":69,"target":66},{"source":69,"target":388},{"source":69,"target":389},{"source":69,"target":390},{"source":69,"target":391},{"source":69,"target":392},{"source":388,"target":393},{"source":388,"target":69},{"source":389,"target":394},{"source":389,"target":69},{"source":390,"target":50},{"source":390,"target":395},{"source":390,"target":69},{"source":395,"target":50},{"source":391,"target":50},{"source":391,"target":396},{"source":391,"target":69},{"source":396,"target":50},{"source":392,"target":66},{"source":70,"target":0},{"source":70,"target":66},{"source":70,"target":397},{"source":70,"target":398},{"source":397,"target":50},{"source":397,"target":399},{"source":397,"target":70},{"source":399,"target":50},{"source":398,"target":66},{"source":71,"target":0},{"source":71,"target":66},{"source":71,"target":400},{"source":71,"target":401},{"source":71,"target":402},{"source":71,"target":403},{"source":71,"target":404},{"source":71,"target":405},{"source":71,"target":406},{"source":71,"target":407},{"source":400,"target":408},{"source":400,"target":71},{"source":401,"target":409},{"source":401,"target":71},{"source":402,"target":410},{"source":402,"target":71},{"source":403,"target":64},{"source":403,"target":411},{"source":403,"target":71},{"source":411,"target":64},{"source":404,"target":64},{"source":404,"target":412},{"source":404,"target":71},{"source":412,"target":64},{"source":405,"target":413},{"source":405,"target":71},{"source":406,"target":414},{"source":406,"target":71},{"source":407,"target":66},{"source":72,"target":0},{"source":72,"target":66},{"source":72,"target":415},{"source":415,"target":66},{"source":73,"target":0},{"source":73,"target":60},{"source":73,"target":416},{"source":73,"target":417},{"source":73,"target":418},{"source":416,"target":49},{"source":416,"target":419},{"source":416,"target":73},{"source":419,"target":49},{"source":417,"target":50},{"source":417,"target":420},{"source":417,"target":73},{"source":420,"target":50},{"source":418,"target":60},{"source":74,"target":0},{"source":74,"target":66},{"source":74,"target":421},{"source":421,"target":66},{"source":75,"target":0},{"source":75,"target":20},{"source":75,"target":422},{"source":75,"target":423},{"source":75,"target":424},{"source":75,"target":425},{"source":75,"target":426},{"source":75,"target":427},{"source":422,"target":428},{"source":422,"target":75},{"source":423,"target":76},{"source":423,"target":429},{"source":423,"target":75},{"source":429,"target":76},{"source":424,"target":78},{"source":424,"target":430},{"source":424,"target":75},{"source":430,"target":78},{"source":425,"target":431},{"source":425,"target":75},{"source":426,"target":432},{"source":426,"target":75},{"source":427,"target":20},{"source":76,"target":0},{"source":76,"target":433},{"source":76,"target":434},{"source":76,"target":435},{"source":76,"target":436},{"source":76,"target":437},{"source":76,"target":438},{"source":433,"target":439},{"source":433,"target":76},{"source":434,"target":440},{"source":434,"target":76},{"source":435,"target":77},{"source":435,"target":441},{"source":435,"target":76},{"source":441,"target":77},{"source":436,"target":442},{"source":436,"target":76},{"source":437,"target":443},{"source":437,"target":76},{"source":438,"target":444},{"source":438,"target":76},{"source":77,"target":0},{"source":77,"target":445},{"source":77,"target":446},{"source":77,"target":447},{"source":445,"target":77},{"source":446,"target":77},{"source":447,"target":77},{"source":78,"target":0},{"source":78,"target":448},{"source":78,"target":449},{"source":78,"target":450},{"source":78,"target":451},{"source":448,"target":452},{"source":448,"target":78},{"source":449,"target":453},{"source":449,"target":78},{"source":450,"target":454},{"source":450,"target":78},{"source":451,"target":455},{"source":451,"target":78}],"multigraph":true}
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="interface" nsURI="http://www.mit.bme.hu/gamma/statechart/Model/Interface" nsPrefix="hu.bme.mit.gamma.statechart.interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="settingDelegates" value="org.eclipse.viatra.query.querybasedfeature"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//EventDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EventDirection"> <eLiterals name="IN"/> <eLiterals name="OUT" value="1"/> <eLiterals name="INOUT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//EventDirection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//Event" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Persistency"> <eLiterals name="TRANSIENT"/> <eLiterals name="PERSISTENT" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//ParametricElement ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persistency" eType="#//Persistency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventParameterReferenceExpression" eSuperTypes="../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//NullaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="#//Port"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//ParameterDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventSource" abstract="true" eSuperTypes="../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//EventSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceRealization" lowerBound="1" eType="#//InterfaceRealization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceRealization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realizationMode" eType="#//RealizationMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" lowerBound="1" eType="#//Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RealizationMode"> <eLiterals name="PROVIDED"/> <eLiterals name="REQUIRED" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//ExpressionPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1" eType="#//Interface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="topComponentArguments" upperBound="-1" eType="ecore:EClass ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true" eSuperTypes="../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//NamedElement ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//ParametricElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//Port" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clock" eSuperTypes="#//EventSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="timeSpecification" eType="#//TimeSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="EventReference" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//SimpleTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="EventTrigger" eSuperTypes="#//SimpleTrigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventReference" lowerBound="1" eType="#//EventReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" lowerBound="1" eType="#//TimeUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleTrigger" abstract="true" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EEnum" name="TimeUnit"> <eLiterals name="MILLISECOND"/> <eLiterals name="SECOND" value="1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ftsrg/gamma/plugins/core/hu.bme.mit.gamma.statechart.model/model/interface.ecore
ecore
interface Interface parents events EventDirection IN IN OUT OUT INOUT INOUT EventDeclaration direction event Persistency TRANSIENT TRANSIENT PERSISTENT PERSISTENT Event priority persistency EventParameterReferenceExpression port event parameter EventSource Port interfaceRealization InterfaceRealization realizationMode interface RealizationMode PROVIDED PROVIDED REQUIRED REQUIRED Package imports components interfaces topComponentArguments Component ports Clock timeSpecification Trigger EventReference AnyTrigger EventTrigger eventReference TimeSpecification value unit SimpleTrigger TimeUnit MILLISECOND MILLISECOND SECOND SECOND
null
{"directed":true,"nodes":[{"nsPrefix":"hu.bme.mit.gamma.statechart.interface","nsURI":"http://www.mit.bme.hu/gamma/statechart/Model/Interface","name":"interface","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventDirection","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Persistency","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventParameterReferenceExpression","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventSource","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRealization","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RealizationMode","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clock","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventReference","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventTrigger","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeSpecification","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleTrigger","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnit","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parents","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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"name":"IN","id":26,"value":0,"literal":"IN","eClass":"EEnumLiteral"},{"name":"OUT","id":27,"value":1,"literal":"OUT","eClass":"EEnumLiteral"},{"name":"INOUT","id":28,"value":2,"literal":"INOUT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":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":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"name":"TRANSIENT","id":33,"value":0,"literal":"TRANSIENT","eClass":"EEnumLiteral"},{"name":"PERSISTENT","id":34,"value":1,"literal":"PERSISTENT","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":"priority","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"persistency","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","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"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceRealization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realizationMode","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"name":"PROVIDED","id":56,"value":0,"literal":"PROVIDED","eClass":"EEnumLiteral"},{"name":"REQUIRED","id":57,"value":1,"literal":"REQUIRED","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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","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":"interfaces","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":"topComponentArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"name":"MILLISECOND","id":83,"value":0,"literal":"MILLISECOND","eClass":"EEnumLiteral"},{"name":"SECOND","id":84,"value":1,"literal":"SECOND","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":21,"target":1},{"source":21,"target":24},{"source":21,"target":1},{"source":24,"target":1},{"source":22,"target":3},{"source":22,"target":25},{"source":22,"target":1},{"source":25,"target":3},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":26,"target":2},{"source":27,"target":2},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":2},{"source":29,"target":31},{"source":29,"target":3},{"source":31,"target":2},{"source":30,"target":5},{"source":30,"target":32},{"source":30,"target":3},{"source":32,"target":5},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":33,"target":4},{"source":34,"target":4},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":35,"target":39},{"source":35,"target":5},{"source":36,"target":4},{"source":36,"target":40},{"source":36,"target":5},{"source":40,"target":4},{"source":6,"target":0},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":41,"target":8},{"source":41,"target":45},{"source":41,"target":6},{"source":45,"target":8},{"source":42,"target":5},{"source":42,"target":46},{"source":42,"target":6},{"source":46,"target":5},{"source":43,"target":47},{"source":43,"target":6},{"source":7,"target":0},{"source":7,"target":48},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":49},{"source":8,"target":50},{"source":49,"target":9},{"source":49,"target":51},{"source":49,"target":8},{"source":51,"target":9},{"source":50,"target":7},{"source":9,"target":0},{"source":9,"target":52},{"source":9,"target":53},{"source":52,"target":10},{"source":52,"target":54},{"source":52,"target":9},{"source":54,"target":10},{"source":53,"target":1},{"source":53,"target":55},{"source":53,"target":9},{"source":55,"target":1},{"source":10,"target":0},{"source":10,"target":56},{"source":10,"target":57},{"source":56,"target":10},{"source":57,"target":10},{"source":11,"target":0},{"source":11,"target":58},{"source":11,"target":59},{"source":11,"target":60},{"source":11,"target":61},{"source":11,"target":62},{"source":58,"target":11},{"source":58,"target":63},{"source":58,"target":11},{"source":63,"target":11},{"source":59,"target":12},{"source":59,"target":64},{"source":59,"target":11},{"source":64,"target":12},{"source":60,"target":1},{"source":60,"target":65},{"source":60,"target":11},{"source":65,"target":1},{"source":61,"target":66},{"source":61,"target":11},{"source":12,"target":0},{"source":12,"target":67},{"source":12,"target":68},{"source":12,"target":69},{"source":67,"target":8},{"source":67,"target":70},{"source":67,"target":12},{"source":70,"target":8},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":71},{"source":13,"target":72},{"source":71,"target":18},{"source":71,"target":73},{"source":71,"target":13},{"source":73,"target":18},{"source":72,"target":7},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":19},{"source":16,"target":74},{"source":74,"target":19},{"source":17,"target":0},{"source":17,"target":19},{"source":17,"target":75},{"source":17,"target":76},{"source":75,"target":15},{"source":75,"target":77},{"source":75,"target":17},{"source":77,"target":15},{"source":76,"target":19},{"source":18,"target":0},{"source":18,"target":78},{"source":18,"target":79},{"source":78,"target":80},{"source":78,"target":18},{"source":79,"target":20},{"source":79,"target":81},{"source":79,"target":18},{"source":81,"target":20},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":82},{"source":82,"target":14},{"source":20,"target":0},{"source":20,"target":83},{"source":20,"target":84},{"source":83,"target":20},{"source":84,"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="pipeline" nsURI="http://www.project.ase.polimi.it/pipeline" nsPrefix="pipeline"> <eClassifiers xsi:type="ecore:EClass" name="Pipeline"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFlows" lowerBound="1" upperBound="-1" eType="#//DataFlow" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" lowerBound="1" upperBound="-1" eType="#//Task" 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="internalDataFlows" upperBound="-1" eType="#//InternalDataFlow" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" lowerBound="1" upperBound="-1" eType="#//Source" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1" eType="#//File" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schemas" lowerBound="1" upperBound="-1" eType="#//Schema" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="charts" upperBound="-1" eType="#//Chart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" 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="maxSpace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//DataFlow" eOpposite="#//DataFlow/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//DataFlow" eOpposite="#//DataFlow/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataFlow"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Task" eOpposite="#//Task/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Task" eOpposite="#//Task/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1" eType="#//Schema"/> <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="format" eType="#//Format"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" eType="#//InternalDataFlow" eOpposite="#//InternalDataFlow/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" eType="#//InternalDataFlow" eOpposite="#//InternalDataFlow/source"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputAttributes" upperBound="-1" eType="#//SimpleAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalDataFlow"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Operation" eOpposite="#//Operation/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Operation" eOpposite="#//Operation/incoming"/> <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="Schema"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" 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:EReference" name="next" eType="#//Attribute" eOpposite="#//Attribute/previous"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previous" eType="#//Attribute" eOpposite="#//Attribute/next"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="importOperations" lowerBound="1" upperBound="-1" eType="#//ImportOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegrationTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="integrationOperations" lowerBound="1" upperBound="-1" eType="#//IntegrationOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CleaningTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="cleaningOperations" lowerBound="1" upperBound="-1" eType="#//CleaningOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnalysisTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="analysisOperations" lowerBound="1" upperBound="-1" eType="#//AnalysisOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualizationTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="visualizationOperations" lowerBound="1" upperBound="-1" eType="#//VisualizationOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExportTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="exportOperations" lowerBound="1" upperBound="-1" eType="#//ExportOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportOperation"> <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="read" lowerBound="1" eType="#//Source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="use" lowerBound="1" eType="#//Schema"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegrationOperation"> <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="inputAttributes" lowerBound="1" upperBound="-1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputAttribute" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CleaningOperation" abstract="true" eSuperTypes="#//Operation"/> <eClassifiers xsi:type="ecore:EClass" name="PredefinedCleaningOperation" eSuperTypes="#//CleaningOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//PredefinedOperation" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserDefinedCleaningOperation" eSuperTypes="#//CleaningOperation"> <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="AnalysisOperation" abstract="true" eSuperTypes="#//Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="outputAttribute" eType="#//SimpleAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassificationAnalysisOperation" eSuperTypes="#//AnalysisOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ClassificationOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClusteringAnalysisOperation" eSuperTypes="#//AnalysisOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ClusteringOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="k" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DescriptiveAnalysisOperation" eSuperTypes="#//AnalysisOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DescriptiveOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredictiveAnalysisOperation" eSuperTypes="#//AnalysisOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//PredictiveOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualizationOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="chart" lowerBound="1" eType="#//Chart"/> <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="ExportOperation"> <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="write" lowerBound="1" eType="#//File"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Source"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serverName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="portNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <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="format" eType="#//Format"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="File"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="#//Format"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Chart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="#//Size"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ChartType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="axes" lowerBound="1" upperBound="-1" eType="#//SimpleAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleAttribute" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexAttribute" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PredefinedOperation"> <eLiterals name="removeNulls"/> <eLiterals name="removeNegative" value="1"/> <eLiterals name="round" value="2"/> <eLiterals name="removeColumn" value="3"/> <eLiterals name="removeDuplicates" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ClusteringOperation"> <eLiterals name="kMeans"/> <eLiterals name="Hierarchical" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ClassificationOperation"> <eLiterals name="LogisticRegression"/> <eLiterals name="LDA" value="1"/> <eLiterals name="QDA" value="2"/> <eLiterals name="KNN" value="3"/> <eLiterals name="SVM" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PredictiveOperation"> <eLiterals name="SimpleRegression"/> <eLiterals name="MultipleLinRegr" value="1"/> <eLiterals name="RandomForests" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DescriptiveOperation"> <eLiterals name="Histogram"/> <eLiterals name="Boxplot" value="1"/> <eLiterals name="PieChart" value="2"/> <eLiterals name="ScatterPlot" value="4"/> <eLiterals name="ViewData" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChartType"> <eLiterals name="Column"/> <eLiterals name="Line" value="1"/> <eLiterals name="Pie" value="2"/> <eLiterals name="Bar" value="3"/> <eLiterals name="Area" value="4"/> <eLiterals name="Scatter" value="5"/> <eLiterals name="Radar" value="6"/> <eLiterals name="Histogram" value="7"/> <eLiterals name="BoxPlot" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Format"> <eLiterals name="CSV"/> <eLiterals name="JSON" value="1"/> <eLiterals name="TXT" value="2"/> <eLiterals name="XML" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Size"> <eLiterals name="Small"/> <eLiterals name="Medium" value="1"/> <eLiterals name="Large" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="mString"/> <eLiterals name="mInteger" value="1"/> <eLiterals name="mDouble" value="2"/> <eLiterals name="mBoolean" value="3"/> <eLiterals name="mDate" value="4"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/susannapozzoli/ase-project/it.polimi.ase.project/model/pipeline.ecore
ecore
pipeline Pipeline dataFlows tasks ID internalDataFlows sources files schemas charts Task ID maxSpace maxTime incoming outgoing DataFlow target source schema ID format Operation incoming outgoing ID inputAttributes InternalDataFlow source target ID Schema attributes name Attribute name next previous CollectionTask importOperations IntegrationTask integrationOperations CleaningTask cleaningOperations AnalysisTask analysisOperations VisualizationTask visualizationOperations ExportTask exportOperations ImportOperation ID read use IntegrationOperation ID inputAttributes outputAttribute CleaningOperation PredefinedCleaningOperation type UserDefinedCleaningOperation type AnalysisOperation outputAttribute ClassificationAnalysisOperation type ClusteringAnalysisOperation type k DescriptiveAnalysisOperation type PredictiveAnalysisOperation type VisualizationOperation chart ID ExportOperation ID write Source name path serverName portNumber userName password format File name path format Chart size title type axes SimpleAttribute type ComplexAttribute attributes PredefinedOperation removeNulls removeNulls removeNegative removeNegative round round removeColumn removeColumn removeDuplicates removeDuplicates ClusteringOperation kMeans kMeans Hierarchical Hierarchical ClassificationOperation LogisticRegression LogisticRegression LDA LDA QDA QDA KNN KNN SVM SVM PredictiveOperation SimpleRegression SimpleRegression MultipleLinRegr MultipleLinRegr RandomForests RandomForests DescriptiveOperation Histogram Histogram Boxplot Boxplot PieChart PieChart ScatterPlot ScatterPlot ViewData ViewData ChartType Column Column Line Line Pie Pie Bar Bar Area Area Scatter Scatter Radar Radar Histogram Histogram BoxPlot BoxPlot Format CSV CSV JSON JSON TXT TXT XML XML Size Small Small Medium Medium Large Large Type mString mString mInteger mInteger mDouble mDouble mBoolean mBoolean mDate mDate
null
{"directed":true,"nodes":[{"nsPrefix":"pipeline","nsURI":"http://www.project.ase.polimi.it/pipeline","name":"pipeline","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pipeline","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFlow","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalDataFlow","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTask","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegrationTask","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CleaningTask","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalysisTask","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualizationTask","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExportTask","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportOperation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegrationOperation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CleaningOperation","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedCleaningOperation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserDefinedCleaningOperation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalysisOperation","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassificationAnalysisOperation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClusteringAnalysisOperation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptiveAnalysisOperation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredictiveAnalysisOperation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualizationOperation","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExportOperation","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chart","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleAttribute","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexAttribute","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PredefinedOperation","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ClusteringOperation","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ClassificationOperation","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PredictiveOperation","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DescriptiveOperation","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChartType","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Format","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Size","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":39,"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":"dataFlows","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalDataFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"files","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schemas","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"charts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxSpace","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxTime","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","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":"outgoing","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":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":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":1,"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":"format","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":1,"iD":true,"id":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":"inputAttributes","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"container":false,"ordered":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":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previous","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importOperations","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"integrationOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cleaningOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"analysisOperations","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"visualizationOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"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":"exportOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"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":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":"read","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":"use","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":1,"iD":false,"id":124,"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":"inputAttributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputAttribute","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":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":"type","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"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":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":"k","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"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":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"chart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":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":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"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":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":"write","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serverName","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"portNumber","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":"userName","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":"password","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"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":"name","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":"path","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":183,"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":184,"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":"axes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"name":"removeNulls","id":196,"value":0,"literal":"removeNulls","eClass":"EEnumLiteral"},{"name":"removeNegative","id":197,"value":1,"literal":"removeNegative","eClass":"EEnumLiteral"},{"name":"round","id":198,"value":2,"literal":"round","eClass":"EEnumLiteral"},{"name":"removeColumn","id":199,"value":3,"literal":"removeColumn","eClass":"EEnumLiteral"},{"name":"removeDuplicates","id":200,"value":4,"literal":"removeDuplicates","eClass":"EEnumLiteral"},{"name":"kMeans","id":201,"value":0,"literal":"kMeans","eClass":"EEnumLiteral"},{"name":"Hierarchical","id":202,"value":1,"literal":"Hierarchical","eClass":"EEnumLiteral"},{"name":"LogisticRegression","id":203,"value":0,"literal":"LogisticRegression","eClass":"EEnumLiteral"},{"name":"LDA","id":204,"value":1,"literal":"LDA","eClass":"EEnumLiteral"},{"name":"QDA","id":205,"value":2,"literal":"QDA","eClass":"EEnumLiteral"},{"name":"KNN","id":206,"value":3,"literal":"KNN","eClass":"EEnumLiteral"},{"name":"SVM","id":207,"value":4,"literal":"SVM","eClass":"EEnumLiteral"},{"name":"SimpleRegression","id":208,"value":0,"literal":"SimpleRegression","eClass":"EEnumLiteral"},{"name":"MultipleLinRegr","id":209,"value":1,"literal":"MultipleLinRegr","eClass":"EEnumLiteral"},{"name":"RandomForests","id":210,"value":2,"literal":"RandomForests","eClass":"EEnumLiteral"},{"name":"Histogram","id":211,"value":0,"literal":"Histogram","eClass":"EEnumLiteral"},{"name":"Boxplot","id":212,"value":1,"literal":"Boxplot","eClass":"EEnumLiteral"},{"name":"PieChart","id":213,"value":2,"literal":"PieChart","eClass":"EEnumLiteral"},{"name":"ScatterPlot","id":214,"value":4,"literal":"ScatterPlot","eClass":"EEnumLiteral"},{"name":"ViewData","id":215,"value":5,"literal":"ViewData","eClass":"EEnumLiteral"},{"name":"Column","id":216,"value":0,"literal":"Column","eClass":"EEnumLiteral"},{"name":"Line","id":217,"value":1,"literal":"Line","eClass":"EEnumLiteral"},{"name":"Pie","id":218,"value":2,"literal":"Pie","eClass":"EEnumLiteral"},{"name":"Bar","id":219,"value":3,"literal":"Bar","eClass":"EEnumLiteral"},{"name":"Area","id":220,"value":4,"literal":"Area","eClass":"EEnumLiteral"},{"name":"Scatter","id":221,"value":5,"literal":"Scatter","eClass":"EEnumLiteral"},{"name":"Radar","id":222,"value":6,"literal":"Radar","eClass":"EEnumLiteral"},{"name":"Histogram","id":223,"value":7,"literal":"Histogram","eClass":"EEnumLiteral"},{"name":"BoxPlot","id":224,"value":8,"literal":"BoxPlot","eClass":"EEnumLiteral"},{"name":"CSV","id":225,"value":0,"literal":"CSV","eClass":"EEnumLiteral"},{"name":"JSON","id":226,"value":1,"literal":"JSON","eClass":"EEnumLiteral"},{"name":"TXT","id":227,"value":2,"literal":"TXT","eClass":"EEnumLiteral"},{"name":"XML","id":228,"value":3,"literal":"XML","eClass":"EEnumLiteral"},{"name":"Small","id":229,"value":0,"literal":"Small","eClass":"EEnumLiteral"},{"name":"Medium","id":230,"value":1,"literal":"Medium","eClass":"EEnumLiteral"},{"name":"Large","id":231,"value":2,"literal":"Large","eClass":"EEnumLiteral"},{"name":"mString","id":232,"value":0,"literal":"mString","eClass":"EEnumLiteral"},{"name":"mInteger","id":233,"value":1,"literal":"mInteger","eClass":"EEnumLiteral"},{"name":"mDouble","id":234,"value":2,"literal":"mDouble","eClass":"EEnumLiteral"},{"name":"mBoolean","id":235,"value":3,"literal":"mBoolean","eClass":"EEnumLiteral"},{"name":"mDate","id":236,"value":4,"literal":"mDate","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":40,"target":3},{"source":40,"target":48},{"source":40,"target":1},{"source":48,"target":3},{"source":41,"target":2},{"source":41,"target":49},{"source":41,"target":1},{"source":49,"target":2},{"source":42,"target":50},{"source":42,"target":1},{"source":43,"target":5},{"source":43,"target":51},{"source":43,"target":1},{"source":51,"target":5},{"source":44,"target":26},{"source":44,"target":52},{"source":44,"target":1},{"source":52,"target":26},{"source":45,"target":27},{"source":45,"target":53},{"source":45,"target":1},{"source":53,"target":27},{"source":46,"target":6},{"source":46,"target":54},{"source":46,"target":1},{"source":54,"target":6},{"source":47,"target":28},{"source":47,"target":55},{"source":47,"target":1},{"source":55,"target":28},{"source":2,"target":0},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":56,"target":61},{"source":56,"target":2},{"source":57,"target":62},{"source":57,"target":2},{"source":58,"target":63},{"source":58,"target":2},{"source":59,"target":3},{"source":59,"target":64},{"source":59,"target":2},{"source":59,"target":65},{"source":64,"target":3},{"source":60,"target":3},{"source":60,"target":66},{"source":60,"target":2},{"source":60,"target":67},{"source":66,"target":3},{"source":3,"target":0},{"source":3,"target":65},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":65,"target":2},{"source":65,"target":71},{"source":65,"target":3},{"source":65,"target":59},{"source":71,"target":2},{"source":67,"target":2},{"source":67,"target":72},{"source":67,"target":3},{"source":67,"target":60},{"source":72,"target":2},{"source":68,"target":6},{"source":68,"target":73},{"source":68,"target":3},{"source":73,"target":6},{"source":69,"target":74},{"source":69,"target":3},{"source":70,"target":37},{"source":70,"target":75},{"source":70,"target":3},{"source":75,"target":37},{"source":4,"target":0},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":76,"target":5},{"source":76,"target":80},{"source":76,"target":4},{"source":76,"target":81},{"source":80,"target":5},{"source":77,"target":5},{"source":77,"target":82},{"source":77,"target":4},{"source":77,"target":83},{"source":82,"target":5},{"source":78,"target":84},{"source":78,"target":4},{"source":79,"target":29},{"source":79,"target":85},{"source":79,"target":4},{"source":85,"target":29},{"source":5,"target":0},{"source":5,"target":83},{"source":5,"target":81},{"source":5,"target":86},{"source":83,"target":4},{"source":83,"target":87},{"source":83,"target":5},{"source":83,"target":77},{"source":87,"target":4},{"source":81,"target":4},{"source":81,"target":88},{"source":81,"target":5},{"source":81,"target":76},{"source":88,"target":4},{"source":86,"target":89},{"source":86,"target":5},{"source":6,"target":0},{"source":6,"target":90},{"source":6,"target":91},{"source":90,"target":7},{"source":90,"target":92},{"source":90,"target":6},{"source":92,"target":7},{"source":91,"target":93},{"source":91,"target":6},{"source":7,"target":0},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":94,"target":97},{"source":94,"target":7},{"source":95,"target":7},{"source":95,"target":98},{"source":95,"target":7},{"source":95,"target":96},{"source":98,"target":7},{"source":96,"target":7},{"source":96,"target":99},{"source":96,"target":7},{"source":96,"target":95},{"source":99,"target":7},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":100},{"source":8,"target":101},{"source":100,"target":14},{"source":100,"target":102},{"source":100,"target":8},{"source":102,"target":14},{"source":101,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":103},{"source":9,"target":104},{"source":103,"target":15},{"source":103,"target":105},{"source":103,"target":9},{"source":105,"target":15},{"source":104,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":106},{"source":10,"target":107},{"source":106,"target":16},{"source":106,"target":108},{"source":106,"target":10},{"source":108,"target":16},{"source":107,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":109},{"source":11,"target":110},{"source":109,"target":19},{"source":109,"target":111},{"source":109,"target":11},{"source":111,"target":19},{"source":110,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":112},{"source":12,"target":113},{"source":112,"target":24},{"source":112,"target":114},{"source":112,"target":12},{"source":114,"target":24},{"source":113,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":115},{"source":13,"target":116},{"source":115,"target":25},{"source":115,"target":117},{"source":115,"target":13},{"source":117,"target":25},{"source":116,"target":2},{"source":14,"target":0},{"source":14,"target":118},{"source":14,"target":119},{"source":14,"target":120},{"source":118,"target":121},{"source":118,"target":14},{"source":119,"target":26},{"source":119,"target":122},{"source":119,"target":14},{"source":122,"target":26},{"source":120,"target":6},{"source":120,"target":123},{"source":120,"target":14},{"source":123,"target":6},{"source":15,"target":0},{"source":15,"target":124},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":127},{"source":124,"target":15},{"source":125,"target":7},{"source":125,"target":128},{"source":125,"target":15},{"source":128,"target":7},{"source":126,"target":7},{"source":126,"target":129},{"source":126,"target":15},{"source":129,"target":7},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":130},{"source":130,"target":4},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":131},{"source":17,"target":132},{"source":131,"target":31},{"source":131,"target":133},{"source":131,"target":17},{"source":133,"target":31},{"source":132,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":134},{"source":18,"target":135},{"source":134,"target":136},{"source":134,"target":18},{"source":135,"target":16},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":137},{"source":19,"target":138},{"source":137,"target":29},{"source":137,"target":139},{"source":137,"target":19},{"source":139,"target":29},{"source":138,"target":4},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":140},{"source":20,"target":141},{"source":140,"target":33},{"source":140,"target":142},{"source":140,"target":20},{"source":142,"target":33},{"source":141,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":143},{"source":21,"target":144},{"source":21,"target":145},{"source":143,"target":32},{"source":143,"target":146},{"source":143,"target":21},{"source":146,"target":32},{"source":144,"target":147},{"source":144,"target":21},{"source":145,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":148},{"source":22,"target":149},{"source":148,"target":35},{"source":148,"target":150},{"source":148,"target":22},{"source":150,"target":35},{"source":149,"target":19},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":151},{"source":23,"target":152},{"source":151,"target":34},{"source":151,"target":153},{"source":151,"target":23},{"source":153,"target":34},{"source":152,"target":19},{"source":24,"target":0},{"source":24,"target":154},{"source":24,"target":155},{"source":154,"target":28},{"source":154,"target":156},{"source":154,"target":24},{"source":156,"target":28},{"source":155,"target":157},{"source":155,"target":24},{"source":25,"target":0},{"source":25,"target":158},{"source":25,"target":159},{"source":158,"target":160},{"source":158,"target":25},{"source":159,"target":27},{"source":159,"target":161},{"source":159,"target":25},{"source":161,"target":27},{"source":26,"target":0},{"source":26,"target":162},{"source":26,"target":163},{"source":26,"target":164},{"source":26,"target":165},{"source":26,"target":166},{"source":26,"target":167},{"source":26,"target":168},{"source":162,"target":169},{"source":162,"target":26},{"source":163,"target":170},{"source":163,"target":26},{"source":164,"target":171},{"source":164,"target":26},{"source":165,"target":172},{"source":165,"target":26},{"source":166,"target":173},{"source":166,"target":26},{"source":167,"target":174},{"source":167,"target":26},{"source":168,"target":37},{"source":168,"target":175},{"source":168,"target":26},{"source":175,"target":37},{"source":27,"target":0},{"source":27,"target":176},{"source":27,"target":177},{"source":27,"target":178},{"source":176,"target":179},{"source":176,"target":27},{"source":177,"target":180},{"source":177,"target":27},{"source":178,"target":37},{"source":178,"target":181},{"source":178,"target":27},{"source":181,"target":37},{"source":28,"target":0},{"source":28,"target":182},{"source":28,"target":183},{"source":28,"target":184},{"source":28,"target":185},{"source":182,"target":38},{"source":182,"target":186},{"source":182,"target":28},{"source":186,"target":38},{"source":183,"target":187},{"source":183,"target":28},{"source":184,"target":36},{"source":184,"target":188},{"source":184,"target":28},{"source":188,"target":36},{"source":185,"target":29},{"source":185,"target":189},{"source":185,"target":28},{"source":189,"target":29},{"source":29,"target":0},{"source":29,"target":7},{"source":29,"target":190},{"source":29,"target":191},{"source":190,"target":39},{"source":190,"target":192},{"source":190,"target":29},{"source":192,"target":39},{"source":191,"target":7},{"source":30,"target":0},{"source":30,"target":7},{"source":30,"target":193},{"source":30,"target":194},{"source":193,"target":7},{"source":193,"target":195},{"source":193,"target":30},{"source":195,"target":7},{"source":194,"target":7},{"source":31,"target":0},{"source":31,"target":196},{"source":31,"target":197},{"source":31,"target":198},{"source":31,"target":199},{"source":31,"target":200},{"source":196,"target":31},{"source":197,"target":31},{"source":198,"target":31},{"source":199,"target":31},{"source":200,"target":31},{"source":32,"target":0},{"source":32,"target":201},{"source":32,"target":202},{"source":201,"target":32},{"source":202,"target":32},{"source":33,"target":0},{"source":33,"target":203},{"source":33,"target":204},{"source":33,"target":205},{"source":33,"target":206},{"source":33,"target":207},{"source":203,"target":33},{"source":204,"target":33},{"source":205,"target":33},{"source":206,"target":33},{"source":207,"target":33},{"source":34,"target":0},{"source":34,"target":208},{"source":34,"target":209},{"source":34,"target":210},{"source":208,"target":34},{"source":209,"target":34},{"source":210,"target":34},{"source":35,"target":0},{"source":35,"target":211},{"source":35,"target":212},{"source":35,"target":213},{"source":35,"target":214},{"source":35,"target":215},{"source":211,"target":35},{"source":212,"target":35},{"source":213,"target":35},{"source":214,"target":35},{"source":215,"target":35},{"source":36,"target":0},{"source":36,"target":216},{"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":36,"target":223},{"source":36,"target":224},{"source":216,"target":36},{"source":217,"target":36},{"source":218,"target":36},{"source":219,"target":36},{"source":220,"target":36},{"source":221,"target":36},{"source":222,"target":36},{"source":223,"target":36},{"source":224,"target":36},{"source":37,"target":0},{"source":37,"target":225},{"source":37,"target":226},{"source":37,"target":227},{"source":37,"target":228},{"source":225,"target":37},{"source":226,"target":37},{"source":227,"target":37},{"source":228,"target":37},{"source":38,"target":0},{"source":38,"target":229},{"source":38,"target":230},{"source":38,"target":231},{"source":229,"target":38},{"source":230,"target":38},{"source":231,"target":38},{"source":39,"target":0},{"source":39,"target":232},{"source":39,"target":233},{"source":39,"target":234},{"source":39,"target":235},{"source":39,"target":236},{"source":232,"target":39},{"source":233,"target":39},{"source":234,"target":39},{"source":235,"target":39},{"source":236,"target":39}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Maude" nsURI="http://MaudeMM/1.0" nsPrefix="Maude"> <eClassifiers xsi:type="ecore:EClass" name="MaudeSpec"> <eStructuralFeatures xsi:type="ecore:EReference" name="els" upperBound="-1" eType="#//MaudeTopEl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="printableEls" upperBound="-1" eType="#//MaudeTopEl"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MaudeTopEl" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModExpression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="InstModExp" eSuperTypes="#//ModExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="modExp" ordered="false" lowerBound="1" eType="#//ModExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="views" lowerBound="1" upperBound="-1" eType="#//View"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RenModExp" eSuperTypes="#//ModExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="modExp" ordered="false" lowerBound="1" eType="#//ModExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renamings" ordered="false" lowerBound="1" upperBound="-1" eType="#//RenMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompModExp" eSuperTypes="#//ModExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="modExps" ordered="false" lowerBound="2" upperBound="-1" eType="#//ModExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleIdModExp" eSuperTypes="#//ModExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" lowerBound="1" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TheoryIdModExp" eSuperTypes="#//ModExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="theory" ordered="false" lowerBound="1" eType="#//Theory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ModExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modExp" ordered="false" lowerBound="1" eType="#//ModExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Theory" abstract="true" eSuperTypes="#//MaudeTopEl"> <eStructuralFeatures xsi:type="ecore:EReference" name="els" ordered="false" upperBound="-1" eType="#//ModElement" containment="true" eOpposite="#//ModElement/theory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FTheory" eSuperTypes="#//Theory"/> <eClassifiers xsi:type="ecore:EClass" name="STheory" eSuperTypes="#//Theory"/> <eClassifiers xsi:type="ecore:EClass" name="Module" abstract="true" eSuperTypes="#//MaudeTopEl"> <eStructuralFeatures xsi:type="ecore:EReference" name="els" ordered="false" upperBound="-1" eType="#//ModElement" containment="true" eOpposite="#//ModElement/module"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FModule" eSuperTypes="#//Module"/> <eClassifiers xsi:type="ecore:EClass" name="SModule" eSuperTypes="#//Module"/> <eClassifiers xsi:type="ecore:EClass" name="ModElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" eType="#//Module" eOpposite="#//Module/els"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theory" ordered="false" eType="#//Theory" eOpposite="#//Theory/els"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModImportation" eSuperTypes="#//ModElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" ordered="false" lowerBound="1" eType="#//ModExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" ordered="false" unique="false" lowerBound="1" eType="#//ImportationMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ImportationMode"> <eLiterals name="protecting" value="1"/> <eLiterals name="including" value="2"/> <eLiterals name="extending" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sort" eSuperTypes="#//Type #//ModElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsortRels" ordered="false" upperBound="-1" eType="#//SubsortRel" eOpposite="#//SubsortRel/supersorts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supersortRels" ordered="false" upperBound="-1" eType="#//SubsortRel" eOpposite="#//SubsortRel/subsorts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" ordered="false" lowerBound="1" eType="#//Kind" eOpposite="#//Kind/sorts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="sorts" ordered="false" lowerBound="1" upperBound="-1" eType="#//Sort" eOpposite="#//Sort/kind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubsortRel" eSuperTypes="#//ModElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsorts" ordered="false" lowerBound="1" upperBound="-1" eType="#//Sort" eOpposite="#//Sort/supersortRels"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supersorts" ordered="false" lowerBound="1" upperBound="-1" eType="#//Sort" eOpposite="#//Sort/subsortRels"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//ModElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coarity" ordered="false" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arity" upperBound="-1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="atts" ordered="false" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ModElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="atts" ordered="false" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conds" upperBound="-1" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Membership" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sort" ordered="false" lowerBound="1" eType="#//Sort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equation" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" ordered="false" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EquationalCond" abstract="true" eSuperTypes="#//Condition"/> <eClassifiers xsi:type="ecore:EClass" name="RewriteCond" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MembershipCond" eSuperTypes="#//EquationalCond"> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" lowerBound="1" eType="#//Sort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanCond" eSuperTypes="#//EquationalCond"/> <eClassifiers xsi:type="ecore:EClass" name="MatchingCond" eSuperTypes="#//EquationalCond"> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualCond" eSuperTypes="#//EquationalCond"> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecTerm" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" lowerBound="1" upperBound="-1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="#//MaudeTopEl"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="#//ModExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="#//ModExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="els" ordered="false" upperBound="-1" eType="#//ViewMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewMapping" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="RenMapping" abstract="true" eSuperTypes="#//ViewMapping"/> <eClassifiers xsi:type="ecore:EClass" name="TermMapping" eSuperTypes="#//ViewMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SortMapping" eSuperTypes="#//RenMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="#//Sort"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpTypedMapping" eSuperTypes="#//RenMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="atts" ordered="false" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpMapping" eSuperTypes="#//RenMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelMapping" eSuperTypes="#//RenMapping"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="from" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/jdelara/articles/ICMT.mutation.2019/src/mutation.evaluation.tracts/resources/transformations/ecore2maude/metamodels/Maude.ecore
ecore
Maude MaudeSpec els printableEls MaudeTopEl name ModExpression InstModExp modExp views RenModExp modExp renamings CompModExp modExps ModuleIdModExp module TheoryIdModExp theory Parameter label modExp Theory els FTheory STheory Module els params FModule SModule ModElement module theory ModImportation imports mode ImportationMode protecting protecting including including extending extending Type name Sort subsortRels supersortRels kind Kind sorts SubsortRel subsorts supersorts Operation name coarity arity atts Statement label atts conds Membership term sort Equation lhs rhs Rule lhs rhs Condition lhs EquationalCond RewriteCond rhs MembershipCond rhs BooleanCond MatchingCond rhs EqualCond rhs Term type Constant op RecTerm op args Variable name View from to els ViewMapping RenMapping TermMapping from to SortMapping from to OpTypedMapping from to atts OpMapping from to LabelMapping from to
null
{"directed":true,"nodes":[{"nsPrefix":"Maude","nsURI":"http://MaudeMM/1.0","name":"Maude","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaudeSpec","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaudeTopEl","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModExpression","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstModExp","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenModExp","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompModExp","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleIdModExp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TheoryIdModExp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Theory","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTheory","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STheory","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FModule","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SModule","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModImportation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportationMode","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sort","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubsortRel","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Membership","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equation","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquationalCond","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RewriteCond","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MembershipCond","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanCond","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchingCond","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualCond","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecTerm","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewMapping","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenMapping","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermMapping","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortMapping","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpTypedMapping","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpMapping","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelMapping","instanceClass":null,"abstract":false,"id":46,"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":"els","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":"printableEls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"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":"modExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"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":"views","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"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":"modExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"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":"renamings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modExps","changeable":true,"resolveProxies":true,"lowerBound":2,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":72,"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":"modExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"els","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"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":"els","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mode","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"name":"protecting","id":98,"value":1,"literal":"protecting","eClass":"EEnumLiteral"},{"name":"including","id":99,"value":2,"literal":"including","eClass":"EEnumLiteral"},{"name":"extending","id":100,"value":3,"literal":"extending","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"id":102,"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":"subsortRels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"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":"supersortRels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"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":"kind","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supersorts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsorts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sorts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":119,"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":"coarity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"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":"atts","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":128,"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":"atts","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conds","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"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":"sort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"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":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"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":"rhs","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":false,"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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rhs","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":false,"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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"id":167,"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":"op","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"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":"op","changeable":true,"lowerBound":1,"iD":false,"id":171,"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":"args","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"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":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"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":"els","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"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":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"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":"to","changeable":true,"lowerBound":1,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"to","changeable":true,"lowerBound":1,"iD":false,"id":198,"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":"atts","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"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":"to","changeable":true,"lowerBound":1,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"from","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"to","changeable":true,"lowerBound":1,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":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":1,"target":0},{"source":1,"target":47},{"source":1,"target":48},{"source":47,"target":2},{"source":47,"target":49},{"source":47,"target":1},{"source":49,"target":2},{"source":48,"target":2},{"source":48,"target":50},{"source":48,"target":1},{"source":50,"target":2},{"source":2,"target":0},{"source":2,"target":51},{"source":51,"target":52},{"source":51,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":53,"target":3},{"source":53,"target":56},{"source":53,"target":4},{"source":56,"target":3},{"source":54,"target":39},{"source":54,"target":57},{"source":54,"target":4},{"source":57,"target":39},{"source":55,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":58,"target":3},{"source":58,"target":61},{"source":58,"target":5},{"source":61,"target":3},{"source":59,"target":41},{"source":59,"target":62},{"source":59,"target":5},{"source":62,"target":41},{"source":60,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":63},{"source":6,"target":64},{"source":63,"target":3},{"source":63,"target":65},{"source":63,"target":6},{"source":65,"target":3},{"source":64,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":66},{"source":7,"target":67},{"source":66,"target":13},{"source":66,"target":68},{"source":66,"target":7},{"source":68,"target":13},{"source":67,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":69},{"source":8,"target":70},{"source":69,"target":10},{"source":69,"target":71},{"source":69,"target":8},{"source":71,"target":10},{"source":70,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":72,"target":75},{"source":72,"target":9},{"source":73,"target":3},{"source":73,"target":76},{"source":73,"target":9},{"source":76,"target":3},{"source":74,"target":3},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":77},{"source":10,"target":78},{"source":77,"target":16},{"source":77,"target":79},{"source":77,"target":10},{"source":77,"target":80},{"source":79,"target":16},{"source":78,"target":2},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":81},{"source":81,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":82},{"source":82,"target":10},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":83,"target":16},{"source":83,"target":86},{"source":83,"target":13},{"source":83,"target":87},{"source":86,"target":16},{"source":84,"target":9},{"source":84,"target":88},{"source":84,"target":13},{"source":88,"target":9},{"source":85,"target":2},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":89},{"source":89,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":90},{"source":90,"target":13},{"source":16,"target":0},{"source":16,"target":87},{"source":16,"target":80},{"source":87,"target":13},{"source":87,"target":91},{"source":87,"target":16},{"source":87,"target":83},{"source":91,"target":13},{"source":80,"target":10},{"source":80,"target":92},{"source":80,"target":16},{"source":80,"target":77},{"source":92,"target":10},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":93},{"source":17,"target":94},{"source":17,"target":95},{"source":93,"target":3},{"source":93,"target":96},{"source":93,"target":17},{"source":96,"target":3},{"source":94,"target":18},{"source":94,"target":97},{"source":94,"target":17},{"source":97,"target":18},{"source":95,"target":16},{"source":18,"target":0},{"source":18,"target":98},{"source":18,"target":99},{"source":18,"target":100},{"source":98,"target":18},{"source":99,"target":18},{"source":100,"target":18},{"source":19,"target":0},{"source":19,"target":101},{"source":101,"target":102},{"source":101,"target":19},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":16},{"source":20,"target":103},{"source":20,"target":104},{"source":20,"target":105},{"source":20,"target":106},{"source":20,"target":107},{"source":103,"target":22},{"source":103,"target":108},{"source":103,"target":20},{"source":103,"target":109},{"source":108,"target":22},{"source":104,"target":22},{"source":104,"target":110},{"source":104,"target":20},{"source":104,"target":111},{"source":110,"target":22},{"source":105,"target":21},{"source":105,"target":112},{"source":105,"target":20},{"source":105,"target":113},{"source":112,"target":21},{"source":106,"target":19},{"source":107,"target":16},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":113},{"source":21,"target":114},{"source":113,"target":20},{"source":113,"target":115},{"source":113,"target":21},{"source":113,"target":105},{"source":115,"target":20},{"source":114,"target":19},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":111},{"source":22,"target":109},{"source":22,"target":116},{"source":111,"target":20},{"source":111,"target":117},{"source":111,"target":22},{"source":111,"target":104},{"source":117,"target":20},{"source":109,"target":20},{"source":109,"target":118},{"source":109,"target":22},{"source":109,"target":103},{"source":118,"target":20},{"source":116,"target":16},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":119},{"source":23,"target":120},{"source":23,"target":121},{"source":23,"target":122},{"source":23,"target":123},{"source":119,"target":124},{"source":119,"target":23},{"source":120,"target":19},{"source":120,"target":125},{"source":120,"target":23},{"source":125,"target":19},{"source":121,"target":19},{"source":121,"target":126},{"source":121,"target":23},{"source":126,"target":19},{"source":122,"target":127},{"source":122,"target":23},{"source":123,"target":16},{"source":24,"target":0},{"source":24,"target":16},{"source":24,"target":128},{"source":24,"target":129},{"source":24,"target":130},{"source":24,"target":131},{"source":128,"target":132},{"source":128,"target":24},{"source":129,"target":133},{"source":129,"target":24},{"source":130,"target":28},{"source":130,"target":134},{"source":130,"target":24},{"source":134,"target":28},{"source":131,"target":16},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":135},{"source":25,"target":136},{"source":25,"target":137},{"source":135,"target":35},{"source":135,"target":138},{"source":135,"target":25},{"source":138,"target":35},{"source":136,"target":20},{"source":136,"target":139},{"source":136,"target":25},{"source":139,"target":20},{"source":137,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":140},{"source":26,"target":141},{"source":26,"target":142},{"source":140,"target":35},{"source":140,"target":143},{"source":140,"target":26},{"source":143,"target":35},{"source":141,"target":35},{"source":141,"target":144},{"source":141,"target":26},{"source":144,"target":35},{"source":142,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":145},{"source":27,"target":146},{"source":27,"target":147},{"source":145,"target":35},{"source":145,"target":148},{"source":145,"target":27},{"source":148,"target":35},{"source":146,"target":35},{"source":146,"target":149},{"source":146,"target":27},{"source":149,"target":35},{"source":147,"target":24},{"source":28,"target":0},{"source":28,"target":150},{"source":150,"target":35},{"source":150,"target":151},{"source":150,"target":28},{"source":151,"target":35},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":152},{"source":152,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":153},{"source":30,"target":154},{"source":153,"target":35},{"source":153,"target":155},{"source":153,"target":30},{"source":155,"target":35},{"source":154,"target":28},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":156},{"source":31,"target":157},{"source":156,"target":20},{"source":156,"target":158},{"source":156,"target":31},{"source":158,"target":20},{"source":157,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":159},{"source":159,"target":29},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":160},{"source":33,"target":161},{"source":160,"target":35},{"source":160,"target":162},{"source":160,"target":33},{"source":162,"target":35},{"source":161,"target":29},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":163},{"source":34,"target":164},{"source":163,"target":35},{"source":163,"target":165},{"source":163,"target":34},{"source":165,"target":35},{"source":164,"target":29},{"source":35,"target":0},{"source":35,"target":166},{"source":166,"target":19},{"source":166,"target":167},{"source":166,"target":35},{"source":167,"target":19},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":168},{"source":36,"target":169},{"source":168,"target":170},{"source":168,"target":36},{"source":169,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":171},{"source":37,"target":172},{"source":37,"target":173},{"source":171,"target":174},{"source":171,"target":37},{"source":172,"target":35},{"source":172,"target":175},{"source":172,"target":37},{"source":175,"target":35},{"source":173,"target":35},{"source":38,"target":0},{"source":38,"target":35},{"source":38,"target":176},{"source":38,"target":177},{"source":176,"target":178},{"source":176,"target":38},{"source":177,"target":35},{"source":39,"target":0},{"source":39,"target":2},{"source":39,"target":179},{"source":39,"target":180},{"source":39,"target":181},{"source":39,"target":182},{"source":179,"target":3},{"source":179,"target":183},{"source":179,"target":39},{"source":183,"target":3},{"source":180,"target":3},{"source":180,"target":184},{"source":180,"target":39},{"source":184,"target":3},{"source":181,"target":40},{"source":181,"target":185},{"source":181,"target":39},{"source":185,"target":40},{"source":182,"target":2},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":186},{"source":186,"target":40},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":187},{"source":42,"target":188},{"source":42,"target":189},{"source":187,"target":35},{"source":187,"target":190},{"source":187,"target":42},{"source":190,"target":35},{"source":188,"target":35},{"source":188,"target":191},{"source":188,"target":42},{"source":191,"target":35},{"source":189,"target":40},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":192},{"source":43,"target":193},{"source":43,"target":194},{"source":192,"target":20},{"source":192,"target":195},{"source":192,"target":43},{"source":195,"target":20},{"source":193,"target":196},{"source":193,"target":43},{"source":194,"target":41},{"source":44,"target":0},{"source":44,"target":41},{"source":44,"target":197},{"source":44,"target":198},{"source":44,"target":199},{"source":44,"target":200},{"source":197,"target":23},{"source":197,"target":201},{"source":197,"target":44},{"source":201,"target":23},{"source":198,"target":202},{"source":198,"target":44},{"source":199,"target":203},{"source":199,"target":44},{"source":200,"target":41},{"source":45,"target":0},{"source":45,"target":41},{"source":45,"target":204},{"source":45,"target":205},{"source":45,"target":206},{"source":204,"target":23},{"source":204,"target":207},{"source":204,"target":45},{"source":207,"target":23},{"source":205,"target":208},{"source":205,"target":45},{"source":206,"target":41},{"source":46,"target":0},{"source":46,"target":41},{"source":46,"target":209},{"source":46,"target":210},{"source":46,"target":211},{"source":209,"target":212},{"source":209,"target":46},{"source":210,"target":213},{"source":210,"target":46},{"source":211,"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="tank102" nsURI="http://tank102" nsPrefix="_tank102"> <eAnnotations source="diagen"> <details key="knownas=simple world"/> <details key="origin=http://org.isoe.fr"/> <details key="leftparent=nil" value=""/> <details key="rightparent=nil" value=""/> <details key="requires=nil" value=""/> <details key="context=startup"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="LevelRegulation"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="tank" eType="#//Tank" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Source" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sink" eType="#//Sink" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controler" eType="#//Controler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valve" eType="#//Valve" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tank" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="afx=sensor"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensor" eType="#//Sensor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Controler" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="ref=fromSensor"/> <details key="ref=toValve"/> <details key="label=pGain"/> <details key="label=iGain"/> <details key="label=dGain"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fromSensor" eType="#//Sensor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toValve" eType="#//Valve"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pGain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iGain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dGain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Valve" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="ref=from"/> <details key="ref=to"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Tank"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Sink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="nav:vwsource"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="view=vwsource"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="flow" eType="#//Flow" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sink" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="view=vwsource"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sensor"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Flow" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Source.flow"/> <details key="lsrc=from"/> <details key="ltrg=to"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwsource"/> <details key="cref=history"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Tank"/> <eStructuralFeatures xsi:type="ecore:EReference" name="history" upperBound="-1" eType="#//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwsource"/> <details key="label=value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/tank102.ecore
ecore
tank102 LevelRegulation tank source sink controler valve Tank level sensor maxLevel Controler fromSensor toValve pGain iGain dGain Valve from to Source flow Sink NamedElement name Sensor level Flow from to history value Value time value
null
{"directed":true,"nodes":[{"nsPrefix":"_tank102","nsURI":"http://tank102","name":"tank102","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LevelRegulation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tank","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controler","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Valve","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sink","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","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":"tank","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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valve","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":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"level","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":"sensor","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"maxLevel","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromSensor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toValve","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"pGain","changeable":true,"lowerBound":0,"iD":false,"id":30,"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":"iGain","changeable":true,"lowerBound":0,"iD":false,"id":31,"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":"dGain","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"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":"level","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"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":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"history","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":11,"target":2},{"source":11,"target":16},{"source":11,"target":1},{"source":16,"target":2},{"source":12,"target":5},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":5},{"source":13,"target":6},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":6},{"source":14,"target":3},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":3},{"source":15,"target":4},{"source":15,"target":20},{"source":15,"target":1},{"source":20,"target":4},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":21,"target":25},{"source":21,"target":2},{"source":22,"target":8},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":8},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":7},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":28,"target":8},{"source":28,"target":34},{"source":28,"target":3},{"source":34,"target":8},{"source":29,"target":4},{"source":29,"target":35},{"source":29,"target":3},{"source":35,"target":4},{"source":30,"target":36},{"source":30,"target":3},{"source":31,"target":37},{"source":31,"target":3},{"source":32,"target":38},{"source":32,"target":3},{"source":33,"target":7},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":39,"target":2},{"source":39,"target":42},{"source":39,"target":4},{"source":42,"target":2},{"source":40,"target":6},{"source":40,"target":43},{"source":40,"target":4},{"source":43,"target":6},{"source":41,"target":7},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":44},{"source":5,"target":45},{"source":44,"target":9},{"source":44,"target":46},{"source":44,"target":5},{"source":46,"target":9},{"source":45,"target":7},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":47},{"source":47,"target":7},{"source":7,"target":0},{"source":7,"target":48},{"source":48,"target":49},{"source":48,"target":7},{"source":8,"target":0},{"source":8,"target":50},{"source":50,"target":51},{"source":50,"target":8},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":9,"target":56},{"source":52,"target":5},{"source":52,"target":57},{"source":52,"target":9},{"source":57,"target":5},{"source":53,"target":2},{"source":53,"target":58},{"source":53,"target":9},{"source":58,"target":2},{"source":54,"target":10},{"source":54,"target":59},{"source":54,"target":9},{"source":59,"target":10},{"source":55,"target":60},{"source":55,"target":9},{"source":56,"target":7},{"source":10,"target":0},{"source":10,"target":61},{"source":10,"target":62},{"source":61,"target":63},{"source":61,"target":10},{"source":62,"target":64},{"source":62,"target":10}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="diagramaClasesCompleto" nsURI="http://www.example.org/diagramaClasesCompleto" nsPrefix="diagramaClasesCompleto"> <eClassifiers xsi:type="ecore:EClass" name="DiagramaClases"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages_contenidos" upperBound="-1" eType="#//Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artefacto_contenido" lowerBound="1" eType="#//Artefacto" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuraciondb" upperBound="-1" eType="#//ConfiguracionDB" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuraciondocker" upperBound="-1" eType="#//ConfiguracionDocker" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuracionlenguaje" upperBound="-1" eType="#//ConfiguracionLenguaje" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuracionmicroservicios" upperBound="-1" eType="#//ConfiguracionMicroservicios" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clasificador" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="atributos_contenidos" upperBound="-1" eType="#//Atributo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operaciones_contenidas" upperBound="-1" eType="#//Operacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="herencias_contenidas" upperBound="-1" eType="#//Herencia" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clase" eSuperTypes="#//Clasificador"> <eStructuralFeatures xsi:type="ecore:EReference" name="relaciones_contenidas" upperBound="-1" eType="#//Relacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAbstracta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizaciones_contenidas" upperBound="-1" eType="#//Realizacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAsociativa" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAuditable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tieneABM" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Clasificador"/> <eClassifiers xsi:type="ecore:EClass" name="Relacion"> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" eType="#//Clasificador"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoRelacion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicidad" eType="#//Multiplicidad"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" eType="#//Clase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clases_asociativas_contenidas" upperBound="-1" eType="#//Clase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibilidad" eType="#//ModicadoresAcceso" defaultValueLiteral="private"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoABM" eType="#//TipoABM" defaultValueLiteral="sinRepresentacion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operacion" eSuperTypes="#//Retornable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoRetorno" eType="#//TipoRetorno"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAbstracta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametros_contenidos" upperBound="-1" eType="#//Retornable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="endpoint" lowerBound="1" eType="#//EndPoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametros_internos" upperBound="-1" eType="#//ParametroInterno" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atributo" eSuperTypes="#//Retornable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoDato" defaultValueLiteral="int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAuditable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pseudonimo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="representacionGrafica" eType="#//RepresentacionGrafica"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoRelacion"> <eLiterals name="unidireccional"/> <eLiterals name="bidireccional" value="1"/> <eLiterals name="composicion" value="2"/> <eLiterals name="agregacion" value="3"/> <eLiterals name="dependenciaUso" value="4"/> <eLiterals name="dependenciaCreacion" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoDato"> <eLiterals name="int"/> <eLiterals name="float" value="1"/> <eLiterals name="double" value="2"/> <eLiterals name="char" value="4"/> <eLiterals name="byte" value="5"/> <eLiterals name="boolean" value="7"/> <eLiterals name="String" value="6"/> <eLiterals name="Date" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoRetorno"> <eLiterals name="void"/> <eLiterals name="float" value="1"/> <eLiterals name="int" value="2"/> <eLiterals name="double" value="3"/> <eLiterals name="char" value="4"/> <eLiterals name="byte" value="5"/> <eLiterals name="boolean" value="6"/> <eLiterals name="String" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModicadoresAcceso"> <eLiterals name="package"/> <eLiterals name="private" value="1"/> <eLiterals name="public" value="2"/> <eLiterals name="protected" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Multiplicidad"> <eLiterals name="oneToOne"/> <eLiterals name="oneToMany" value="2"/> <eLiterals name="manyToOne" value="3"/> <eLiterals name="manyToMany" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="clasificadores_contenidos" upperBound="-1" eType="#//Clasificador" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Herencia"> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" eType="#//Clasificador"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" eType="#//Clasificador"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realizacion"> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" eType="#//Clase"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artefacto"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Demo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grupoId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="com.example"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="artefactotId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="demo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Demo project"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="0.0.1-SNAPSHOT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Retornable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibilidad" eType="#//ModicadoresAcceso"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndPoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoVerdo" eType="#//VerbosHTTP"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoTransferenciaEntrada" eType="#//TipoTransferencia"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoTransferenciaSalida" eType="#//TipoTransferencia"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombrePublicado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VerbosHTTP"> <eLiterals name="GET"/> <eLiterals name="POST" value="1"/> <eLiterals name="PUT" value="2"/> <eLiterals name="DELETE" value="3"/> <eLiterals name="PATCH" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoTransferencia"> <eLiterals name="String"/> <eLiterals name="Xml" value="1"/> <eLiterals name="Json" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoReinicio"> <eLiterals name="siempre"/> <eLiterals name="nunca" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProveedorDb"> <eLiterals name="mySql"/> <eLiterals name="Mongo" value="1"/> <eLiterals name="Oracle" value="2"/> <eLiterals name="DB2" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionDB"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbNombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbUsuario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbPuerto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbContrasena" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serverPuerto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoProveedor" eType="#//ProveedorDb"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionDocker"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombreContenedor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="puertoInterior" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoReinicio" eType="#//TipoReinicio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombreImagen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionLenguaje"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lenguaje" eType="#//Lenguaje"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Lenguaje"> <eLiterals name="java"/> <eLiterals name="python" value="1"/> <eLiterals name="NET" value="2"/> <eLiterals name="node" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParametroInterno"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoRetorno"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionMicroservicios"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ipDiscovery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="http://localhost"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="puertoDiscovery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="8761"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RepresentacionGrafica"> <eLiterals name="text"/> <eLiterals name="combo" value="1"/> <eLiterals name="radio" value="2"/> <eLiterals name="checkbox" value="3"/> <eLiterals name="date" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoABM"> <eLiterals name="simple"/> <eLiterals name="seleccionable" value="1"/> <eLiterals name="maestroDetalle" value="3"/> <eLiterals name="maestroComboDetalle" value="3"/> <eLiterals name="maestroDetalleCombo" value="4"/> <eLiterals name="maestroComboDetalleCombo" value="5"/> <eLiterals name="sinRepresentacion" value="6"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MartinQuiroga05/DSDM2020/DiagramaClasesCompleto/model/diagramaClasesCompleto.ecore
ecore
diagramaClasesCompleto DiagramaClases packages_contenidos artefacto_contenido configuraciondb configuraciondocker configuracionlenguaje configuracionmicroservicios Clasificador nombre atributos_contenidos operaciones_contenidas herencias_contenidas Clase relaciones_contenidas esAbstracta realizaciones_contenidas esAsociativa esAuditable tieneABM Interface Relacion destino nombre tipo multiplicidad origen clases_asociativas_contenidas esFinal esStatic visibilidad private tipoABM sinRepresentacion Operacion tipoRetorno esAbstracta false parametros_contenidos endpoint parametros_internos Atributo tipo int esAuditable pseudonimo representacionGrafica TipoRelacion unidireccional unidireccional bidireccional bidireccional composicion composicion agregacion agregacion dependenciaUso dependenciaUso dependenciaCreacion dependenciaCreacion TipoDato int int float float double double char char byte byte boolean boolean String String Date Date TipoRetorno void void float float int int double double char char byte byte boolean boolean String String ModicadoresAcceso package package private private public public protected protected Multiplicidad oneToOne oneToOne oneToMany oneToMany manyToOne manyToOne manyToMany manyToMany Package clasificadores_contenidos nombre Herencia origen destino Realizacion destino origen Artefacto nombre Demo grupoId com.example artefactotId demo descripcion Demo project version 0.0.1-SNAPSHOT Retornable nombre visibilidad esFinal false esStatic EndPoint tipoVerdo tipoTransferenciaEntrada tipoTransferenciaSalida nombrePublicado VerbosHTTP GET GET POST POST PUT PUT DELETE DELETE PATCH PATCH TipoTransferencia String String Xml Xml Json Json TipoReinicio siempre siempre nunca nunca ProveedorDb mySql mySql Mongo Mongo Oracle Oracle DB2 DB2 ConfiguracionDB dbNombre dbUsuario dbPuerto ip dbContrasena serverPuerto tipoProveedor ConfiguracionDocker nombreContenedor puertoInterior tipoReinicio nombreImagen ConfiguracionLenguaje version lenguaje Lenguaje java java python python NET NET node node ParametroInterno tipo ConfiguracionMicroservicios ipDiscovery http://localhost puertoDiscovery 8761 RepresentacionGrafica text text combo combo radio radio checkbox checkbox date date TipoABM simple simple seleccionable seleccionable maestroDetalle maestroDetalle maestroComboDetalle maestroComboDetalle maestroDetalleCombo maestroDetalleCombo maestroComboDetalleCombo maestroComboDetalleCombo sinRepresentacion sinRepresentacion
null
{"directed":true,"nodes":[{"nsPrefix":"diagramaClasesCompleto","nsURI":"http://www.example.org/diagramaClasesCompleto","name":"diagramaClasesCompleto","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramaClases","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clasificador","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clase","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":"Relacion","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operacion","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atributo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoRelacion","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoDato","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoRetorno","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModicadoresAcceso","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Multiplicidad","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Herencia","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realizacion","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artefacto","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Retornable","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndPoint","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VerbosHTTP","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoTransferencia","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoReinicio","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProveedorDb","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionDB","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionDocker","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionLenguaje","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Lenguaje","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametroInterno","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionMicroservicios","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RepresentacionGrafica","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoABM","instanceClass":null,"id":30,"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_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefacto_contenido","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"configuraciondb","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":"configuraciondocker","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":"configuracionlenguaje","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuracionmicroservicios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":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":"atributos_contenidos","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":"operaciones_contenidas","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":"herencias_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relaciones_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAbstracta","changeable":true,"lowerBound":0,"iD":false,"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":"realizaciones_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAsociativa","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAuditable","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tieneABM","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicidad","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":"origen","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":"clases_asociativas_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"esFinal","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":"esStatic","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"private","unsettable":false,"transient":false,"unique":true,"name":"visibilidad","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"sinRepresentacion","unsettable":false,"transient":false,"unique":true,"name":"tipoABM","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoRetorno","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":"false","unsettable":false,"transient":false,"unique":true,"name":"esAbstracta","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parametros_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parametros_internos","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"int","unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAuditable","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":"pseudonimo","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"representacionGrafica","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"},{"name":"unidireccional","id":105,"value":0,"literal":"unidireccional","eClass":"EEnumLiteral"},{"name":"bidireccional","id":106,"value":1,"literal":"bidireccional","eClass":"EEnumLiteral"},{"name":"composicion","id":107,"value":2,"literal":"composicion","eClass":"EEnumLiteral"},{"name":"agregacion","id":108,"value":3,"literal":"agregacion","eClass":"EEnumLiteral"},{"name":"dependenciaUso","id":109,"value":4,"literal":"dependenciaUso","eClass":"EEnumLiteral"},{"name":"dependenciaCreacion","id":110,"value":5,"literal":"dependenciaCreacion","eClass":"EEnumLiteral"},{"name":"int","id":111,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"float","id":112,"value":1,"literal":"float","eClass":"EEnumLiteral"},{"name":"double","id":113,"value":2,"literal":"double","eClass":"EEnumLiteral"},{"name":"char","id":114,"value":4,"literal":"char","eClass":"EEnumLiteral"},{"name":"byte","id":115,"value":5,"literal":"byte","eClass":"EEnumLiteral"},{"name":"boolean","id":116,"value":7,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"String","id":117,"value":6,"literal":"String","eClass":"EEnumLiteral"},{"name":"Date","id":118,"value":7,"literal":"Date","eClass":"EEnumLiteral"},{"name":"void","id":119,"value":0,"literal":"void","eClass":"EEnumLiteral"},{"name":"float","id":120,"value":1,"literal":"float","eClass":"EEnumLiteral"},{"name":"int","id":121,"value":2,"literal":"int","eClass":"EEnumLiteral"},{"name":"double","id":122,"value":3,"literal":"double","eClass":"EEnumLiteral"},{"name":"char","id":123,"value":4,"literal":"char","eClass":"EEnumLiteral"},{"name":"byte","id":124,"value":5,"literal":"byte","eClass":"EEnumLiteral"},{"name":"boolean","id":125,"value":6,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"String","id":126,"value":7,"literal":"String","eClass":"EEnumLiteral"},{"name":"package","id":127,"value":0,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":128,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"public","id":129,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":130,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"oneToOne","id":131,"value":0,"literal":"oneToOne","eClass":"EEnumLiteral"},{"name":"oneToMany","id":132,"value":2,"literal":"oneToMany","eClass":"EEnumLiteral"},{"name":"manyToOne","id":133,"value":3,"literal":"manyToOne","eClass":"EEnumLiteral"},{"name":"manyToMany","id":134,"value":5,"literal":"manyToMany","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":"clasificadores_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"origen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","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":"origen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Demo","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Demo","unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"com.example","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"com.example","unsettable":false,"transient":false,"unique":true,"name":"grupoId","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"demo","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"demo","unsettable":false,"transient":false,"unique":true,"name":"artefactotId","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Demo project","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Demo project","unsettable":false,"transient":false,"unique":true,"name":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0.0.1-SNAPSHOT","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0.1-SNAPSHOT","unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibilidad","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":"false","unsettable":false,"transient":false,"unique":true,"name":"esFinal","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esStatic","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoVerdo","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoTransferenciaEntrada","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoTransferenciaSalida","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombrePublicado","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"name":"GET","id":173,"value":0,"literal":"GET","eClass":"EEnumLiteral"},{"name":"POST","id":174,"value":1,"literal":"POST","eClass":"EEnumLiteral"},{"name":"PUT","id":175,"value":2,"literal":"PUT","eClass":"EEnumLiteral"},{"name":"DELETE","id":176,"value":3,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"PATCH","id":177,"value":4,"literal":"PATCH","eClass":"EEnumLiteral"},{"name":"String","id":178,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Xml","id":179,"value":1,"literal":"Xml","eClass":"EEnumLiteral"},{"name":"Json","id":180,"value":2,"literal":"Json","eClass":"EEnumLiteral"},{"name":"siempre","id":181,"value":0,"literal":"siempre","eClass":"EEnumLiteral"},{"name":"nunca","id":182,"value":1,"literal":"nunca","eClass":"EEnumLiteral"},{"name":"mySql","id":183,"value":0,"literal":"mySql","eClass":"EEnumLiteral"},{"name":"Mongo","id":184,"value":1,"literal":"Mongo","eClass":"EEnumLiteral"},{"name":"Oracle","id":185,"value":2,"literal":"Oracle","eClass":"EEnumLiteral"},{"name":"DB2","id":186,"value":3,"literal":"DB2","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":"dbNombre","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"dbUsuario","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":"dbPuerto","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":"ip","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":"dbContrasena","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":"serverPuerto","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoProveedor","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombreContenedor","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"puertoInterior","changeable":true,"lowerBound":0,"iD":false,"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":"tipoReinicio","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":"nombreImagen","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"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":209,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lenguaje","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"name":"java","id":213,"value":0,"literal":"java","eClass":"EEnumLiteral"},{"name":"python","id":214,"value":1,"literal":"python","eClass":"EEnumLiteral"},{"name":"NET","id":215,"value":2,"literal":"NET","eClass":"EEnumLiteral"},{"name":"node","id":216,"value":3,"literal":"node","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"http://localhost","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://localhost","unsettable":false,"transient":false,"unique":true,"name":"ipDiscovery","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":8761,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8761","unsettable":false,"transient":false,"unique":true,"name":"puertoDiscovery","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"name":"text","id":223,"value":0,"literal":"text","eClass":"EEnumLiteral"},{"name":"combo","id":224,"value":1,"literal":"combo","eClass":"EEnumLiteral"},{"name":"radio","id":225,"value":2,"literal":"radio","eClass":"EEnumLiteral"},{"name":"checkbox","id":226,"value":3,"literal":"checkbox","eClass":"EEnumLiteral"},{"name":"date","id":227,"value":4,"literal":"date","eClass":"EEnumLiteral"},{"name":"simple","id":228,"value":0,"literal":"simple","eClass":"EEnumLiteral"},{"name":"seleccionable","id":229,"value":1,"literal":"seleccionable","eClass":"EEnumLiteral"},{"name":"maestroDetalle","id":230,"value":3,"literal":"maestroDetalle","eClass":"EEnumLiteral"},{"name":"maestroComboDetalle","id":231,"value":3,"literal":"maestroComboDetalle","eClass":"EEnumLiteral"},{"name":"maestroDetalleCombo","id":232,"value":4,"literal":"maestroDetalleCombo","eClass":"EEnumLiteral"},{"name":"maestroComboDetalleCombo","id":233,"value":5,"literal":"maestroComboDetalleCombo","eClass":"EEnumLiteral"},{"name":"sinRepresentacion","id":234,"value":6,"literal":"sinRepresentacion","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":1,"target":35},{"source":1,"target":36},{"source":31,"target":13},{"source":31,"target":37},{"source":31,"target":1},{"source":37,"target":13},{"source":32,"target":16},{"source":32,"target":38},{"source":32,"target":1},{"source":38,"target":16},{"source":33,"target":23},{"source":33,"target":39},{"source":33,"target":1},{"source":39,"target":23},{"source":34,"target":24},{"source":34,"target":40},{"source":34,"target":1},{"source":40,"target":24},{"source":35,"target":25},{"source":35,"target":41},{"source":35,"target":1},{"source":41,"target":25},{"source":36,"target":28},{"source":36,"target":42},{"source":36,"target":1},{"source":42,"target":28},{"source":2,"target":0},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":43,"target":47},{"source":43,"target":2},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":2},{"source":48,"target":7},{"source":45,"target":6},{"source":45,"target":49},{"source":45,"target":2},{"source":49,"target":6},{"source":46,"target":14},{"source":46,"target":50},{"source":46,"target":2},{"source":50,"target":14},{"source":3,"target":0},{"source":3,"target":2},{"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":51,"target":5},{"source":51,"target":58},{"source":51,"target":3},{"source":58,"target":5},{"source":52,"target":59},{"source":52,"target":3},{"source":53,"target":15},{"source":53,"target":60},{"source":53,"target":3},{"source":60,"target":15},{"source":54,"target":61},{"source":54,"target":3},{"source":55,"target":62},{"source":55,"target":3},{"source":56,"target":63},{"source":56,"target":3},{"source":57,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":64},{"source":64,"target":2},{"source":5,"target":0},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":65,"target":2},{"source":65,"target":75},{"source":65,"target":5},{"source":75,"target":2},{"source":66,"target":76},{"source":66,"target":5},{"source":67,"target":8},{"source":67,"target":77},{"source":67,"target":5},{"source":77,"target":8},{"source":68,"target":12},{"source":68,"target":78},{"source":68,"target":5},{"source":78,"target":12},{"source":69,"target":3},{"source":69,"target":79},{"source":69,"target":5},{"source":79,"target":3},{"source":70,"target":3},{"source":70,"target":80},{"source":70,"target":5},{"source":80,"target":3},{"source":71,"target":81},{"source":71,"target":5},{"source":72,"target":82},{"source":72,"target":5},{"source":73,"target":11},{"source":73,"target":83},{"source":73,"target":5},{"source":83,"target":11},{"source":74,"target":30},{"source":74,"target":84},{"source":74,"target":5},{"source":84,"target":30},{"source":6,"target":0},{"source":6,"target":17},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":85,"target":10},{"source":85,"target":91},{"source":85,"target":6},{"source":91,"target":10},{"source":86,"target":92},{"source":86,"target":6},{"source":87,"target":17},{"source":87,"target":93},{"source":87,"target":6},{"source":93,"target":17},{"source":88,"target":18},{"source":88,"target":94},{"source":88,"target":6},{"source":94,"target":18},{"source":89,"target":27},{"source":89,"target":95},{"source":89,"target":6},{"source":95,"target":27},{"source":90,"target":17},{"source":7,"target":0},{"source":7,"target":17},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":96,"target":9},{"source":96,"target":101},{"source":96,"target":7},{"source":101,"target":9},{"source":97,"target":102},{"source":97,"target":7},{"source":98,"target":103},{"source":98,"target":7},{"source":99,"target":29},{"source":99,"target":104},{"source":99,"target":7},{"source":104,"target":29},{"source":100,"target":17},{"source":8,"target":0},{"source":8,"target":105},{"source":8,"target":106},{"source":8,"target":107},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":105,"target":8},{"source":106,"target":8},{"source":107,"target":8},{"source":108,"target":8},{"source":109,"target":8},{"source":110,"target":8},{"source":9,"target":0},{"source":9,"target":111},{"source":9,"target":112},{"source":9,"target":113},{"source":9,"target":114},{"source":9,"target":115},{"source":9,"target":116},{"source":9,"target":117},{"source":9,"target":118},{"source":111,"target":9},{"source":112,"target":9},{"source":113,"target":9},{"source":114,"target":9},{"source":115,"target":9},{"source":116,"target":9},{"source":117,"target":9},{"source":118,"target":9},{"source":10,"target":0},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":119,"target":10},{"source":120,"target":10},{"source":121,"target":10},{"source":122,"target":10},{"source":123,"target":10},{"source":124,"target":10},{"source":125,"target":10},{"source":126,"target":10},{"source":11,"target":0},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":127,"target":11},{"source":128,"target":11},{"source":129,"target":11},{"source":130,"target":11},{"source":12,"target":0},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":131,"target":12},{"source":132,"target":12},{"source":133,"target":12},{"source":134,"target":12},{"source":13,"target":0},{"source":13,"target":135},{"source":13,"target":136},{"source":135,"target":2},{"source":135,"target":137},{"source":135,"target":13},{"source":137,"target":2},{"source":136,"target":138},{"source":136,"target":13},{"source":14,"target":0},{"source":14,"target":139},{"source":14,"target":140},{"source":139,"target":2},{"source":139,"target":141},{"source":139,"target":14},{"source":141,"target":2},{"source":140,"target":2},{"source":140,"target":142},{"source":140,"target":14},{"source":142,"target":2},{"source":15,"target":0},{"source":15,"target":143},{"source":15,"target":144},{"source":143,"target":4},{"source":143,"target":145},{"source":143,"target":15},{"source":145,"target":4},{"source":144,"target":3},{"source":144,"target":146},{"source":144,"target":15},{"source":146,"target":3},{"source":16,"target":0},{"source":16,"target":147},{"source":16,"target":148},{"source":16,"target":149},{"source":16,"target":150},{"source":16,"target":151},{"source":147,"target":152},{"source":147,"target":16},{"source":148,"target":153},{"source":148,"target":16},{"source":149,"target":154},{"source":149,"target":16},{"source":150,"target":155},{"source":150,"target":16},{"source":151,"target":156},{"source":151,"target":16},{"source":17,"target":0},{"source":17,"target":157},{"source":17,"target":158},{"source":17,"target":159},{"source":17,"target":160},{"source":157,"target":161},{"source":157,"target":17},{"source":158,"target":11},{"source":158,"target":162},{"source":158,"target":17},{"source":162,"target":11},{"source":159,"target":163},{"source":159,"target":17},{"source":160,"target":164},{"source":160,"target":17},{"source":18,"target":0},{"source":18,"target":165},{"source":18,"target":166},{"source":18,"target":167},{"source":18,"target":168},{"source":165,"target":19},{"source":165,"target":169},{"source":165,"target":18},{"source":169,"target":19},{"source":166,"target":20},{"source":166,"target":170},{"source":166,"target":18},{"source":170,"target":20},{"source":167,"target":20},{"source":167,"target":171},{"source":167,"target":18},{"source":171,"target":20},{"source":168,"target":172},{"source":168,"target":18},{"source":19,"target":0},{"source":19,"target":173},{"source":19,"target":174},{"source":19,"target":175},{"source":19,"target":176},{"source":19,"target":177},{"source":173,"target":19},{"source":174,"target":19},{"source":175,"target":19},{"source":176,"target":19},{"source":177,"target":19},{"source":20,"target":0},{"source":20,"target":178},{"source":20,"target":179},{"source":20,"target":180},{"source":178,"target":20},{"source":179,"target":20},{"source":180,"target":20},{"source":21,"target":0},{"source":21,"target":181},{"source":21,"target":182},{"source":181,"target":21},{"source":182,"target":21},{"source":22,"target":0},{"source":22,"target":183},{"source":22,"target":184},{"source":22,"target":185},{"source":22,"target":186},{"source":183,"target":22},{"source":184,"target":22},{"source":185,"target":22},{"source":186,"target":22},{"source":23,"target":0},{"source":23,"target":187},{"source":23,"target":188},{"source":23,"target":189},{"source":23,"target":190},{"source":23,"target":191},{"source":23,"target":192},{"source":23,"target":193},{"source":187,"target":194},{"source":187,"target":23},{"source":188,"target":195},{"source":188,"target":23},{"source":189,"target":196},{"source":189,"target":23},{"source":190,"target":197},{"source":190,"target":23},{"source":191,"target":198},{"source":191,"target":23},{"source":192,"target":199},{"source":192,"target":23},{"source":193,"target":22},{"source":193,"target":200},{"source":193,"target":23},{"source":200,"target":22},{"source":24,"target":0},{"source":24,"target":201},{"source":24,"target":202},{"source":24,"target":203},{"source":24,"target":204},{"source":201,"target":205},{"source":201,"target":24},{"source":202,"target":206},{"source":202,"target":24},{"source":203,"target":21},{"source":203,"target":207},{"source":203,"target":24},{"source":207,"target":21},{"source":204,"target":208},{"source":204,"target":24},{"source":25,"target":0},{"source":25,"target":209},{"source":25,"target":210},{"source":209,"target":211},{"source":209,"target":25},{"source":210,"target":26},{"source":210,"target":212},{"source":210,"target":25},{"source":212,"target":26},{"source":26,"target":0},{"source":26,"target":213},{"source":26,"target":214},{"source":26,"target":215},{"source":26,"target":216},{"source":213,"target":26},{"source":214,"target":26},{"source":215,"target":26},{"source":216,"target":26},{"source":27,"target":0},{"source":27,"target":217},{"source":217,"target":10},{"source":217,"target":218},{"source":217,"target":27},{"source":218,"target":10},{"source":28,"target":0},{"source":28,"target":219},{"source":28,"target":220},{"source":219,"target":221},{"source":219,"target":28},{"source":220,"target":222},{"source":220,"target":28},{"source":29,"target":0},{"source":29,"target":223},{"source":29,"target":224},{"source":29,"target":225},{"source":29,"target":226},{"source":29,"target":227},{"source":223,"target":29},{"source":224,"target":29},{"source":225,"target":29},{"source":226,"target":29},{"source":227,"target":29},{"source":30,"target":0},{"source":30,"target":228},{"source":30,"target":229},{"source":30,"target":230},{"source":30,"target":231},{"source":30,"target":232},{"source":30,"target":233},{"source":30,"target":234},{"source":228,"target":30},{"source":229,"target":30},{"source":230,"target":30},{"source":231,"target":30},{"source":232,"target":30},{"source":233,"target":30},{"source":234,"target":30}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="xsl" nsURI="http://www.milyn.org/xsd/smooks/xsl-1.1.xsd" nsPrefix="xsl"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="XSL Templating Configuration"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="BindTo" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Bind the templating result into the bean context under the specified &quot;id&quot;. This makes the&#xA; templating result available for routing or other operations.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="bindTo"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The bean context ID under which the templating result is to be bound if the &quot;bindTo&quot; action is chosen.&#xA; "/> </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="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="xsl" upperBound="-2" eType="#//Xsl" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; XSL Templating Configuration.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="xsl"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.milyn.org/xsd/smooks-1.1.xsd#abstract-resource-config"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inline" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Inline the templating result into the &lt;b>Smooks.filter&lt;/b> Result message.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inline"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directive" lowerBound="1" eType="#//InlineDirective" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; How the templating result is to be used (relative to the element on which it&#xA; is applied).&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="directive"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InlineDirective"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inlineDirective"/> </eAnnotations> <eLiterals name="addto"/> <eLiterals name="replace" value="1"/> <eLiterals name="insertbefore" value="2"/> <eLiterals name="insertafter" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="InlineDirectiveObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inlineDirective:Object"/> <details key="baseType" value="inlineDirective"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputTo" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Output the templating result to a named OutputStreamResource.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="outputTo"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputStreamResource" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The name of the &quot;outputStreamResource&quot; to which the templating result is to be written. By default,&#xA; the templating result is written to the Smooks.filter result if (if a StreamResult is provided).&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="outputStreamResource"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The XSL Template.&#xA; &lt;p/>&#xA; This can be an inline template, or a reference (URI) to an externally defined template (filesystem, classpath, www).&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="template"/> <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="encoding" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="UTF-8" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Template character encodng.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="encoding"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Use" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The &amp;lt;use&amp;gt; element allows you to define how the templating result is to be used.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="use"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inline" eType="#//Inline" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="inline"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindTo" eType="#//BindTo" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="bindTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outputTo" eType="#//OutputTo" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="outputTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Xsl" eSuperTypes="smooks-1.1.ecore#//ElementVisitor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; XSL Templating Configuration Type.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="xsl"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" eType="#//Template" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="template"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="use" eType="#//Use" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="use"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1" eType="ecore:EClass smooks-1.1.ecore#//ParamType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="param"/> <details key="namespace" value="http://www.milyn.org/xsd/smooks-1.1.xsd"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyBefore" 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="&#xA; Apply the template before visiting the elements child content.&lt;p/>Default is 'false'.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applyBefore"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyOnElement" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The name of the element on which the template is to be applied.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applyOnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyOnElementNS" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The namespace of the element on which the template is to be applied.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applyOnElementNS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/robstryker/jbosstools-smooks/plugins/org.jboss.tools.smooks.core/model/xsl-1.1.ecore
ecore
xsl BindTo id DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation xsl Inline directive InlineDirective addto addto replace replace insertbefore insertbefore insertafter insertafter InlineDirectiveObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator OutputTo outputStreamResource Template value encoding UTF-8 Use inline bindTo outputTo Xsl template use param applyBefore false applyOnElement applyOnElementNS
null
{"directed":true,"nodes":[{"nsPrefix":"xsl","nsURI":"http://www.milyn.org/xsd/smooks/xsl-1.1.xsd","name":"xsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindTo","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inline","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InlineDirective","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"InlineDirectiveObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputTo","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Use","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xsl","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"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":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xsl","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":true},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"directive","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"name":"addto","id":24,"value":0,"literal":"addto","eClass":"EEnumLiteral"},{"name":"replace","id":25,"value":1,"literal":"replace","eClass":"EEnumLiteral"},{"name":"insertbefore","id":26,"value":2,"literal":"insertbefore","eClass":"EEnumLiteral"},{"name":"insertafter","id":27,"value":3,"literal":"insertafter","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":"outputStreamResource","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"UTF-8","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UTF-8","unsettable":true,"transient":false,"unique":true,"name":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inline","changeable":true,"resolveProxies":false,"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":"bindTo","changeable":true,"resolveProxies":false,"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":"outputTo","changeable":true,"resolveProxies":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":false,"lowerBound":1,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":false,"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":"param","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"applyBefore","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applyOnElement","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applyOnElementNS","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":13,"target":17},{"source":13,"target":2},{"source":14,"target":18},{"source":14,"target":2},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":9},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":9},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":21,"target":4},{"source":21,"target":23},{"source":21,"target":3},{"source":23,"target":4},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":24,"target":4},{"source":25,"target":4},{"source":26,"target":4},{"source":27,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":28},{"source":6,"target":29},{"source":28,"target":30},{"source":28,"target":6},{"source":7,"target":0},{"source":7,"target":31},{"source":7,"target":32},{"source":7,"target":33},{"source":31,"target":34},{"source":31,"target":7},{"source":32,"target":35},{"source":32,"target":7},{"source":8,"target":0},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":8,"target":39},{"source":36,"target":3},{"source":36,"target":40},{"source":36,"target":8},{"source":40,"target":3},{"source":37,"target":1},{"source":37,"target":41},{"source":37,"target":8},{"source":41,"target":1},{"source":38,"target":6},{"source":38,"target":42},{"source":38,"target":8},{"source":42,"target":6},{"source":9,"target":0},{"source":9,"target":43},{"source":9,"target":44},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":9,"target":49},{"source":43,"target":7},{"source":43,"target":50},{"source":43,"target":9},{"source":50,"target":7},{"source":44,"target":8},{"source":44,"target":51},{"source":44,"target":9},{"source":51,"target":8},{"source":45,"target":52},{"source":45,"target":9},{"source":46,"target":53},{"source":46,"target":9},{"source":47,"target":54},{"source":47,"target":9},{"source":48,"target":55},{"source":48,"target":9}],"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="terms" nsURI="http:///symmetricnet.terms.ecore" nsPrefix="terms"> <eClassifiers xsi:type="ecore:EClass" name="Declarations"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" upperBound="-1" eType="#//TermsDeclaration" containment="true" eOpposite="#//TermsDeclaration/containerDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerDeclaration" eType="ecore:EClass hlcorestructure.ecore#//Declaration" eOpposite="hlcorestructure.ecore#//Declaration/structure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TermsDeclaration" 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:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerDeclarations" eType="#//Declarations" eOpposite="#//Declarations/declaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sort" abstract="true"> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value=""/> <details key="documentation" value="/**&#xA; * Returns true if this sort and argument sort are actually semantically the&#xA; * same sort, even in two different objects. &#xA; * &lt;p>Ex: two FiniteEnumerations F1 = {1,4,6} and F2 = {1,4,6} or&#xA; * two Integers I1 and I2.&lt;/p> &#xA; * &lt;p>&lt;strong>Note&lt;/strong> : the implementation available for&#xA; * MultisetSort is not complete. In particular, we just test equality&#xA; * of the references or of the enclosing NamedSorts (if any). &#xA; * You should consider overriding it in that case.&#xA; * &#xA; * @return true if so.&#xA; * @param sort&#xA; * the sort to which we compare this one.&#xA; */"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="multi" ordered="false" eType="#//MultisetSort" eOpposite="#//MultisetSort/basis"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamedSort" eType="#//NamedSort" eOpposite="#//NamedSort/sortdef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerVariableDecl" eType="#//VariableDecl" eOpposite="#//VariableDecl/sort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerProductSort" eType="#//ProductSort" eOpposite="#//ProductSort/elementSort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerType" eType="ecore:EClass hlcorestructure.ecore#//Type" eOpposite="hlcorestructure.ecore#//Type/structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAll" eType="ecore:EClass multisets.ecore#//All" eOpposite="multisets.ecore#//All/refsort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerEmpty" eType="ecore:EClass multisets.ecore#//Empty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPartition" ordered="false" eType="ecore:EClass partitions.ecore#//Partition" eOpposite="partitions.ecore#//Partition/def"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultisetSort" eSuperTypes="#//Sort"> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value="boolean isEqual = false;&#xA;&#x9;&#x9;if (this.eClass().getName().equalsIgnoreCase(sort.eClass().getName())) {&#xA;&#x9;&#x9; &#x9;if (this.getContainerNamedSort() != null&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; sort.getContainerNamedSort() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;// we test them if they have been explicitly named.&#xA;&#x9;&#x9;&#x9;&#x9;isEqual = this.getContainerNamedSort().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sort.getContainerNamedSort().getName());&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9; throw new UnsupportedOperationException(&quot;Cannot determine if these two multisets are equal.&quot;&#xA;&#x9;&#x9;&#x9; + &quot;You should override this method.&quot;);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return isEqual;"/> <details key="documentation" value="/**&#xD; * Returns true if this sort and argument sort are actually &#xD; * semantically the same sort, even in two different objects.&#xD; * Ex: two FiniteEnumerations or two Integers.&#xD; * Note : there is no implementation available for MultisetSort yet.&#xD; * @return true if so. &#xD; * @param sort the sort to which we compare this one. &#xD; */"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="basis" ordered="false" lowerBound="1" eType="#//Sort" containment="true" eOpposite="#//Sort/multi"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="sort" ordered="false" eType="#//Sort" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerOperator" eType="#//Operator" eOpposite="#//Operator/subterm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamedOperator" eType="#//NamedOperator" eOpposite="#//NamedOperator/def"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerHLMarking" eType="ecore:EClass hlcorestructure.ecore#//HLMarking" eOpposite="hlcorestructure.ecore#//HLMarking/structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerCondition" eType="ecore:EClass hlcorestructure.ecore#//Condition" eOpposite="hlcorestructure.ecore#//Condition/structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerHLAnnotation" eType="ecore:EClass hlcorestructure.ecore#//HLAnnotation" eOpposite="hlcorestructure.ecore#//HLAnnotation/structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPartitionElement" eType="ecore:EClass partitions.ecore#//PartitionElement" eOpposite="partitions.ecore#//PartitionElement/partitionelementconstants"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true" eSuperTypes="#//Term"> <eAnnotations source="http://www.pnml.org/models/OCL"> <details key="sameOperatorNTermSort" value="self.sort = self.output"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="sameOperatorNTermSort"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="subterm" upperBound="-1" eType="#//Term" containment="true" eOpposite="#//Term/containerOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" ordered="false" eType="#//Sort" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="#//Sort" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDecl" eSuperTypes="#//TermsDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="sort" ordered="false" lowerBound="1" eType="#//Sort" containment="true" eOpposite="#//Sort/containerVariableDecl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamedOperator" eType="#//NamedOperator" eOpposite="#//NamedOperator/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDecl" ordered="false" lowerBound="1" eType="#//VariableDecl"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltInSort" abstract="true" eSuperTypes="#//Sort"/> <eClassifiers xsi:type="ecore:EClass" name="ProductSort" eSuperTypes="#//Sort"> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value="boolean isEqual = false;&#xA;&#x9;&#x9;if (this.eClass().getName().equalsIgnoreCase(sort.eClass().getName())) {&#xA;&#x9;&#x9;&#x9;if (this.getContainerNamedSort() != null&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; sort.getContainerNamedSort() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;isEqual = this.getContainerNamedSort().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sort.getContainerNamedSort().getName());&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;// Someone may one day inherit from ProductSort, so we should&#xA;&#x9;&#x9;&#x9;&#x9;// strictly check for ProductSort only. Further sub-classes must &#xA;&#x9;&#x9;&#x9;&#x9;//override this method.&#xA;&#x9;&#x9;&#x9;&#x9;if (&quot;ProductSort&quot;.equalsIgnoreCase(this.eClass().getName())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;ProductSort mySort = (ProductSort) this;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;ProductSort thatSort = (ProductSort) sort;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;List&lt;Sort> myElements = mySort.getElementSort();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;List&lt;Sort> thoseElements = thatSort.getElementSort();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;int i = 0;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;int j = 0;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;for (; i &lt; myElements.size() &amp;&amp; j &lt; thoseElements.size(); i++, j++) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (myElements&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.get(i)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.eClass()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;thoseElements.get(j).eClass().getName())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;isEqual = true;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;isEqual = false;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return isEqual;"/> <details key="documentation" value="/**&#xD; * Returns true if this sort and argument sort are actually &#xD; * semantically the same sort, even in two different objects.&#xD; * Ex: two FiniteEnumerations or two Integers.&#xD; * @return true if so. &#xD; * @param sort the sort to which we compare this one. &#xD; */"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="elementSort" upperBound="-1" eType="#//Sort" containment="true" eOpposite="#//Sort/containerProductSort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltInConstant" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="MultisetOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="Tuple" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="SortDecl" abstract="true" eSuperTypes="#//TermsDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="BuiltInOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="NamedSort" eSuperTypes="#//SortDecl"> <eAnnotations source="http://www.pnml.org/models/OCL"> <details key="refSortNotMultiset" value="not(self.sortdef.oclIsTypeOf(MultisetSort))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="refSortNotMultiset"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sortdef" ordered="false" lowerBound="1" eType="#//Sort" containment="true" eOpposite="#//Sort/containerNamedSort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserSort" eSuperTypes="#//Sort"> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value="boolean isEqual = false;&#xA;&#x9;&#x9;if (this.eClass().getName().equalsIgnoreCase(sort.eClass().getName())) {&#xA;&#x9;&#x9;&#x9;if (this.getContainerNamedSort() != null&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; sort.getContainerNamedSort() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;isEqual = this.getContainerNamedSort().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sort.getContainerNamedSort().getName());&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;//further sub-classes must override this method.&#xA;&#x9;&#x9;&#x9;&#x9;if (&quot;UserSort&quot;.equalsIgnoreCase(this.eClass().getName())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;isEqual = ((UserSort) this).getDeclaration().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;((UserSort) sort).getDeclaration()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.getName());&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return isEqual;"/> <details key="documentation" value="/**&#xD; * Returns true if this sort and argument sort are actually &#xD; * semantically the same sort, even in two different objects.&#xD; * Ex: two FiniteEnumerations or two Integers.&#xD; * @return true if so. &#xD; * @param sort the sort to which we compare this one. &#xD; */"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#//SortDecl"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorDecl" abstract="true" eSuperTypes="#//TermsDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="NamedOperator" eSuperTypes="#//OperatorDecl"> <eStructuralFeatures xsi:type="ecore:EReference" name="def" ordered="false" lowerBound="1" eType="#//Term" containment="true" eOpposite="#//Term/containerNamedOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//VariableDecl" containment="true" eOpposite="#//VariableDecl/containerNamedOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserOperator" eSuperTypes="#//Operator"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#//OperatorDecl"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/dice-project/DICE-Simulation/bundles/es.unizar.disco.pnml.m2m/examples/metamodels/petrinet/terms.ecore
ecore
terms Declarations declaration containerDeclaration TermsDeclaration id name containerDeclarations Sort multi containerNamedSort containerVariableDecl containerProductSort containerType containerAll containerEmpty containerPartition MultisetSort basis Term sort containerOperator containerNamedOperator containerHLMarking containerCondition containerHLAnnotation containerPartitionElement Operator subterm output input VariableDecl sort containerNamedOperator Variable variableDecl BuiltInSort ProductSort elementSort BuiltInConstant MultisetOperator Tuple SortDecl BuiltInOperator NamedSort sortdef UserSort declaration OperatorDecl NamedOperator def parameters UserOperator declaration
null
{"directed":true,"nodes":[{"nsPrefix":"terms","nsURI":"http:///symmetricnet.terms.ecore","name":"terms","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declarations","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermsDeclaration","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sort","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultisetSort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDecl","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":"BuiltInSort","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductSort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInConstant","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultisetOperator","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tuple","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortDecl","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInOperator","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedSort","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserSort","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorDecl","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedOperator","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserOperator","instanceClass":null,"abstract":false,"id":20,"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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"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":"containerDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"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":"containerDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":26,"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":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"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":"multi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":"containerNamedSort","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":"containerVariableDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerProductSort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"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":"containerType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"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":"containerAll","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":"containerEmpty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"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":"containerPartition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"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":"basis","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sortdef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementSort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"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":"sort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"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":"containerOperator","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":"containerNamedOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerHLMarking","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"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":"containerCondition","changeable":true,"resolveProxies":true,"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":false,"unique":true,"name":"containerHLAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPartitionElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subterm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"def","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"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":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"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":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":true},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNamedOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"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":"variableDecl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"container":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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":21,"target":2},{"source":21,"target":23},{"source":21,"target":1},{"source":21,"target":24},{"source":23,"target":2},{"source":22,"target":25},{"source":22,"target":1},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":24},{"source":26,"target":28},{"source":26,"target":2},{"source":27,"target":29},{"source":27,"target":2},{"source":24,"target":1},{"source":24,"target":30},{"source":24,"target":2},{"source":24,"target":21},{"source":30,"target":1},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":31,"target":4},{"source":31,"target":39},{"source":31,"target":3},{"source":31,"target":40},{"source":39,"target":4},{"source":32,"target":16},{"source":32,"target":41},{"source":32,"target":3},{"source":32,"target":42},{"source":41,"target":16},{"source":33,"target":7},{"source":33,"target":43},{"source":33,"target":3},{"source":33,"target":44},{"source":43,"target":7},{"source":34,"target":10},{"source":34,"target":45},{"source":34,"target":3},{"source":34,"target":46},{"source":45,"target":10},{"source":35,"target":47},{"source":35,"target":3},{"source":36,"target":48},{"source":36,"target":3},{"source":37,"target":49},{"source":37,"target":3},{"source":38,"target":50},{"source":38,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":40},{"source":4,"target":51},{"source":40,"target":3},{"source":40,"target":52},{"source":40,"target":4},{"source":40,"target":31},{"source":52,"target":3},{"source":51,"target":3},{"source":5,"target":0},{"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":53,"target":3},{"source":53,"target":60},{"source":53,"target":5},{"source":60,"target":3},{"source":54,"target":6},{"source":54,"target":61},{"source":54,"target":5},{"source":54,"target":62},{"source":61,"target":6},{"source":55,"target":19},{"source":55,"target":63},{"source":55,"target":5},{"source":55,"target":64},{"source":63,"target":19},{"source":56,"target":65},{"source":56,"target":5},{"source":57,"target":66},{"source":57,"target":5},{"source":58,"target":67},{"source":58,"target":5},{"source":59,"target":68},{"source":59,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":62},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":62,"target":5},{"source":62,"target":72},{"source":62,"target":6},{"source":62,"target":54},{"source":72,"target":5},{"source":69,"target":3},{"source":69,"target":73},{"source":69,"target":6},{"source":73,"target":3},{"source":70,"target":3},{"source":70,"target":74},{"source":70,"target":6},{"source":74,"target":3},{"source":71,"target":5},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":44},{"source":7,"target":75},{"source":7,"target":76},{"source":44,"target":3},{"source":44,"target":77},{"source":44,"target":7},{"source":44,"target":33},{"source":77,"target":3},{"source":75,"target":19},{"source":75,"target":78},{"source":75,"target":7},{"source":75,"target":79},{"source":78,"target":19},{"source":76,"target":2},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":80},{"source":8,"target":81},{"source":80,"target":7},{"source":80,"target":82},{"source":80,"target":8},{"source":82,"target":7},{"source":81,"target":5},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":83},{"source":83,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":46},{"source":10,"target":84},{"source":46,"target":3},{"source":46,"target":85},{"source":46,"target":10},{"source":46,"target":34},{"source":85,"target":3},{"source":84,"target":3},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":86},{"source":86,"target":6},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":87},{"source":87,"target":6},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":88},{"source":88,"target":6},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":89},{"source":89,"target":2},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":90},{"source":90,"target":6},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":42},{"source":16,"target":91},{"source":42,"target":3},{"source":42,"target":92},{"source":42,"target":16},{"source":42,"target":32},{"source":92,"target":3},{"source":91,"target":14},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":93},{"source":17,"target":94},{"source":93,"target":14},{"source":93,"target":95},{"source":93,"target":17},{"source":95,"target":14},{"source":94,"target":3},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":96},{"source":96,"target":2},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":64},{"source":19,"target":79},{"source":19,"target":97},{"source":64,"target":5},{"source":64,"target":98},{"source":64,"target":19},{"source":64,"target":55},{"source":98,"target":5},{"source":79,"target":7},{"source":79,"target":99},{"source":79,"target":19},{"source":79,"target":75},{"source":99,"target":7},{"source":97,"target":18},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":100},{"source":20,"target":101},{"source":100,"target":18},{"source":100,"target":102},{"source":100,"target":20},{"source":102,"target":18},{"source":101,"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="qvtoperationalcs" nsURI="http://www.eclipse.org/qvt/pivot/1.0/QVTOperationalCS" nsPrefix="qvtoperationalcs"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="baseCST" value="/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#/"/> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/> <details key="essentialOCLCST" value="/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#/"/> <details key="imperativeocl" value="/resource/org.eclipse.qvto.examples.pivot.imperativeocl/model/ImperativeOCL.ecore#ImperativeOCL"/> <details key="imperativeoclcs" value="/resource/org.eclipse.qvto.examples.xtext.imperativeocl/model/ImperativeOCLCS.ecore#/"/> <details key="qvtoperational" value="/resource/org.eclipse.qvto.examples.pivot.qvtoperational/model/QVTOperational.ecore#QVTOperational"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EEnum" name="ClassifierKind"> <eLiterals name="DATATYPE"/> <eLiterals name="PRIMITIVE" value="1"/> <eLiterals name="EXCEPTION" value="2"/> <eLiterals name="CLASS" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FeatureKey"> <eLiterals name="COMPOSES"/> <eLiterals name="REFERRENCES" value="1"/> <eLiterals name="READONLY" value="2"/> <eLiterals name="DERIVED" value="3"/> <eLiterals name="STATIC" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InitOp"> <eLiterals name="EQUALS"/> <eLiterals name="COLON_EQUALS" value="1"/> <eLiterals name="COLON_COLON_EQUALS" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MetamodelKind"> <eLiterals name="METAMODEL"/> <eLiterals name="PACKAGE" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TopLevelCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//RootPackageCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/ocl/3.1.0/Pivot#//Root"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ocl::Root {&#xA;&#x9;&#x9;&#x9;&#x9;nestedPackage = ownedNestedPackage --.ast() -- FIXME when BaseCST implemented&#xA;&#x9;&#x9;&#x9;&#x9; &#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QVToClassCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ClassCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/ocl/3.1.0/Pivot#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ocl::Class {&#xA;&#x9;&#x9;&#x9;&#x9;name = name,&#xA;&#x9;&#x9;&#x9;&#x9;ownedAttribute = ownedProperty, -- .ast() FIXME when BASECST implemented&#xA;&#x9;&#x9;&#x9;&#x9;ownedOperation = ownedOperation -- .ast() FIXME when BASECST implemented&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intermediate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QVToImportCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//UnitCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedUnitElement" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QVToLibraryCS" eSuperTypes="#//MappingModuleCS"/> <eClassifiers xsi:type="ecore:EClass" name="QVToOperationCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//OperationCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypes" eType="#//StereotypeQualifierCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationParameterDeclarationCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ParameterCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.qvto.examples.pivot.qvtoperational/model/QVTOperational.ecore#//VarParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="qvtoperational::VarParameter {&#xA;&#x9;&#x9;&#x9;&#x9;name = name&#xA;&#x9;&#x9;&#x9;&#x9;--kind = if direction = DirectionKindCS::inout then&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9;&#x9;&#x9;qvtoperational::DirectionKind::inout&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9; else if direction = DirectionKindCS::out then&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9; &#x9;&#x9;qvtoperational::DirectionKind::out&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9; else &#xA;&#x9;&#x9;&#x9;&#x9;--&#x9; &#x9;&#x9;qvtoperational::DirectionKind::_in&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9; endif endif&#xA;&#x9;&#x9;&#x9;&#x9;--initExpression = if (initPart.oclIsUndefined()) then&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9;&#x9;&#x9;&#x9;&#x9;null&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9;&#x9;&#x9;&#x9;&#x9;initPart.expression -- FIXME todo .ast()&#xA;&#x9;&#x9;&#x9;&#x9;--&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//DirectionKindCS" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initPart" eType="#//InitPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationSimpleSignatureCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//OperationParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitPartCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initOp" eType="#//InitOp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetamodelCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//PackageCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/ocl/3.1.0/Pivot#//Package"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ocl::Package {&#xA;&#x9;&#x9;&#x9;&#x9;name = name,&#xA;&#x9;&#x9;&#x9;&#x9;nsPrefix = name,&#x9;-- QVTo spec doesn't provide concrete syntax for nsPrefix&#xA;&#x9;&#x9;&#x9;&#x9;nsURI = name,&#x9;&#x9;-- QVTo spec doesn't provide concrete syntax for nsURI. Build an internal protocol&#xA;&#x9;&#x9;&#x9;&#x9;ownedType = ownedType -- .ast() FIXME when BaseCST is implemented&#xA;&#x9;&#x9;&#x9;&#x9;-- type = TODO&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodelKind" eType="#//MetamodelKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//DataTypeCS"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierPropertyCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//StructuralFeatureCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/ocl/3.1.0/Pivot#//Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ocl::Property {&#xA;&#x9;&#x9;&#x9;&#x9;name = name,&#xA;&#x9;&#x9;&#x9;&#x9;isComposite = qualifier->exists(x | x = 'composite')&#xA;&#x9;&#x9;&#x9;&#x9;-- type = TODO&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypes" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opposite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeQualifierCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotype" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//AnnotationCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathName" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ClassCS"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierDefCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//ClassifierProperty2CS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//TagCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierProperty2CS" eSuperTypes="#//LocalPropertyCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotypeQualifiers" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureKeys" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//MultiplicityDefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//OppositePropertyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompleteSignatureCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleSignature" lowerBound="1" eType="#//SimpleSignatureCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultParams" upperBound="-1" eType="#//ParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigPropertyCS" eSuperTypes="#//ModulePropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorCS" eSuperTypes="#//MappingMethodCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextualPropertyCS" eSuperTypes="#//ModulePropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedNameCS" eType="#//ScopedNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DirectionKindCS"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> <eLiterals name="inout" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementWithBody" abstract="true" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyStartLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyEndLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeOperationCallExpCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//InvocationExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="module" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ImportKindEnum"> <eLiterals name="extension"/> <eLiterals name="access" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryImportCS" eSuperTypes="#//QVToImportCS"/> <eClassifiers xsi:type="ecore:EClass" name="LocalPropertyCS" eSuperTypes="#//ModulePropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingBodyCS" eSuperTypes="#//MappingSectionCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasPopulationKeyword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingCallExpCS" eSuperTypes="#//ImperativeOperationCallExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingOperationCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//OperationCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.qvto.examples.pivot.qvtoperational/model/QVTOperational.ecore#//MappingOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="qvtoperational::MappingOperation {&#xA;&#x9;&#x9;&#x9;&#x9;name = name,&#xA;&#x9;&#x9;&#x9;&#x9;-- ownedParameter = signature.parameter.ast()&#xA;&#x9;&#x9;&#x9;&#x9;ownedParameter = ownedParameter -- FIXME .ast()&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1" eType="#//ParameterDeclarationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directionKindCS" eType="#//DirectionKindCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingExtension" upperBound="-1" eType="#//MappingExtensionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingEndCS" eSuperTypes="#//MappingSectionCS"/> <eClassifiers xsi:type="ecore:EClass" name="MappingExtensionCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementRefCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//MappingExtensionKindCS" defaultValueLiteral="disjuncts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingIdentifiers" lowerBound="1" upperBound="-1" eType="#//ScopedNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MappingExtensionKindCS"> <eLiterals name="disjuncts" value="1"/> <eLiterals name="merges" value="2"/> <eLiterals name="inherits" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingInitCS" eSuperTypes="#//MappingSectionCS"/> <eClassifiers xsi:type="ecore:EClass" name="MappingMethodCS" abstract="true" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blackBox" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingDeclarationCS" eType="#//MappingOperationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingModuleCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="headerCS" lowerBound="1" eType="#//TransformationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//QVToImportCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodels" upperBound="-1" eType="#//ModelTypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renamings" upperBound="-1" eType="#//RenameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//ModulePropertyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//MappingMethodCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierDefCS" upperBound="-1" eType="#//ClassifierDefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//TagCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingQueryCS" eSuperTypes="#//MappingMethodCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSimpleDefinition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingRuleCS" eSuperTypes="#//MappingMethodCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingBody" eType="#//MappingSectionsCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingSectionCS" abstract="true" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS #//ElementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingRuleCS" eType="#//MappingRuleCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingSectionsCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingInitCS" eType="#//MappingInitCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingBodyCS" eType="#//MappingBodyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingEndCS" eType="#//MappingEndCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleKindCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moduleKind" eType="#//ModuleKindEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModuleKindEnum"> <eLiterals name="transformation"/> <eLiterals name="library" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleRefCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelTypeCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ClassCS #//ElementWithBody"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifierCS" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complianceKindCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//StringLiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageRefs" lowerBound="1" upperBound="-1" eType="#//PackageRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whereStatements" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModulePropertyCS" abstract="true" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleUsageCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importKind" eType="#//ImportKindEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleKindCS" eType="#//ModuleKindCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleRefs" lowerBound="1" upperBound="-1" eType="#//ModuleRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityDefCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//PrimitiveLiteralExpCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//PrimitiveLiteralExpCS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectExpCS" eSuperTypes="platform:/resource/org.eclipse.qvto.examples.xtext.imperativeocl/model/ImperativeOCLCS.ecore#//ExpressionBlockCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isImplicit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OppositePropertyCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//MultiplicityDefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="QualifierKindCS"> <eLiterals name="abstract" value="1"/> <eLiterals name="blackbox" value="2"/> <eLiterals name="static" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterDeclarationCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypedElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//DirectionKindCS" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initPart" eType="#//InitPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RenameCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalName" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//StringLiteralExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveOpArgsExpCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//VariableCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageRefCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uriCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//StringLiteralExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopedNameCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleSignatureCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//ParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//PackageCS platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ClassCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.qvto.examples.pivot.qvtoperational/model/QVTOperational.ecore#//OperationalTransformation"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="qvtoperational::OperationalTransformation {&#xA;&#x9;&#x9;&#x9;&#x9;name = name,&#xA;&#x9;&#x9;&#x9;&#x9;nsPrefix = name,&#xA;&#x9;&#x9;&#x9;&#x9;nsURI = name,&#xA;&#x9;&#x9;&#x9;&#x9;nestedPackage = ownedNestedPackage, -- FIXME ,&#xA;&#x9;&#x9;&#x9;&#x9;ownedType = ownedType, -- FIXME .ast(),&#xA;&#x9;&#x9;&#x9;&#x9;ownedOperation = ownedOperation -- FIXME .ast()&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiers" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//StringLiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ParameterDeclarationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleUsages" upperBound="-1" eType="#//ModuleUsageCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformationRefineCS" eType="#//TransformationRefineCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationRefineCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleRefCS" lowerBound="1" eType="#//ModuleRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeSpecCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypedRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypedRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extentLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="segment" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="topLevelElements" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//ElementCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//MappingModuleCS" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelTypes" upperBound="-1" eType="#//ModelTypeCS" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//QVToImportCS" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveExpCS" eSuperTypes="platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//InvocationExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="one" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInverse" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.essentialocl/model/EssentialOCLCST.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveInExpCS" eSuperTypes="#//ResolveExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="inMappingType" lowerBound="1" eType="ecore:EClass platform:/resource/org.eclipse.ocl.examples.xtext.base/model/BaseCST.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inMappingName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/QVTOperationalCS.ecore
ecore
qvtoperationalcs ClassifierKind DATATYPE DATATYPE PRIMITIVE PRIMITIVE EXCEPTION EXCEPTION CLASS CLASS FeatureKey COMPOSES COMPOSES REFERRENCES REFERRENCES READONLY READONLY DERIVED DERIVED STATIC STATIC InitOp EQUALS EQUALS COLON_EQUALS COLON_EQUALS COLON_COLON_EQUALS COLON_COLON_EQUALS MetamodelKind METAMODEL METAMODEL PACKAGE PACKAGE TopLevelCS ast import unit QVToClassCS ast intermediate QVToImportCS unit importedUnitElement all QVToLibraryCS QVToOperationCS stereotypes OperationParameterDeclarationCS ast direction initPart OperationSimpleSignatureCS parameter InitPartCS initOp expression MetamodelCS ast metamodelKind PrimitiveTypeCS ClassifierPropertyCS ast stereotypes opposite StereotypeQualifierCS stereotype TagCS pathName expression ExceptionCS ClassifierDefCS simpleNameCS extends properties tags ClassifierProperty2CS stereotypeQualifiers featureKeys multiplicity opposite isOrdered true CompleteSignatureCS simpleSignature resultParams ConfigPropertyCS typeCS ConstructorCS expressions ContextualPropertyCS scopedNameCS typeCS oclExpressionCS DirectionKindCS in in out out inout inout ElementWithBody bodyStartLocation 0 bodyEndLocation 0 ImperativeOperationCallExpCS module ImportKindEnum extension extension access access LibraryImportCS LocalPropertyCS typeCS oclExpressionCS MappingBodyCS hasPopulationKeyword MappingCallExpCS strict MappingOperationCS ast contextType result directionKindCS mappingExtension isQuery MappingEndCS MappingExtensionCS kind disjuncts mappingIdentifiers MappingExtensionKindCS disjuncts disjuncts merges merges inherits inherits MappingInitCS MappingMethodCS blackBox mappingDeclarationCS MappingModuleCS headerCS imports metamodels renamings properties methods classifierDefCS tags MappingQueryCS expressions isSimpleDefinition MappingRuleCS guard mappingBody MappingSectionCS statements mappingRuleCS MappingSectionsCS mappingInitCS mappingBodyCS mappingEndCS ModuleKindCS moduleKind ModuleKindEnum transformation transformation library library ModuleRefCS pathNameCS parameters ModelTypeCS identifierCS complianceKindCS packageRefs whereStatements ModulePropertyCS simpleNameCS ModuleUsageCS importKind moduleKindCS moduleRefs MultiplicityDefCS lowerBound upperBound ObjectExpCS simpleNameCS isImplicit OppositePropertyCS isNavigable true simpleNameCS multiplicity QualifierKindCS abstract abstract blackbox blackbox static static ParameterDeclarationCS direction initPart RenameCS typeCS simpleNameCS originalName ResolveOpArgsExpCS target condition PackageRefCS pathNameCS uriCS ScopedNameCS typeCS name SimpleSignatureCS parameter TransformationCS ast qualifiers pathNameCS parameters moduleUsages transformationRefineCS TransformationRefineCS moduleRefCS simpleNameCS TypeSpecCS ownedType extentLocation UnitCS segment topLevelElements modules modelTypes imports ResolveExpCS one isInverse isDeferred target condition ResolveInExpCS inMappingType inMappingName
null
{"directed":true,"nodes":[{"nsPrefix":"qvtoperationalcs","nsURI":"http://www.eclipse.org/qvt/pivot/1.0/QVTOperationalCS","name":"qvtoperationalcs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"ClassifierKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FeatureKey","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InitOp","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MetamodelKind","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelCS","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QVToClassCS","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QVToImportCS","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QVToLibraryCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QVToOperationCS","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationParameterDeclarationCS","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSimpleSignatureCS","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitPartCS","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelCS","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeCS","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierPropertyCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeQualifierCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagCS","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionCS","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierDefCS","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierProperty2CS","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteSignatureCS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigPropertyCS","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorCS","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualPropertyCS","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKindCS","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementWithBody","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperationCallExpCS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKindEnum","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryImportCS","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalPropertyCS","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBodyCS","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExpCS","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingOperationCS","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingEndCS","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingExtensionCS","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MappingExtensionKindCS","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingInitCS","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingMethodCS","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingModuleCS","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingQueryCS","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingRuleCS","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingSectionCS","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingSectionsCS","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleKindCS","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModuleKindEnum","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleRefCS","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTypeCS","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModulePropertyCS","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleUsageCS","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityDefCS","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExpCS","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OppositePropertyCS","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"QualifierKindCS","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterDeclarationCS","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameCS","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveOpArgsExpCS","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageRefCS","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopedNameCS","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSignatureCS","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationCS","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationRefineCS","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSpecCS","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitCS","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExpCS","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExpCS","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"name":"DATATYPE","id":66,"value":0,"literal":"DATATYPE","eClass":"EEnumLiteral"},{"name":"PRIMITIVE","id":67,"value":1,"literal":"PRIMITIVE","eClass":"EEnumLiteral"},{"name":"EXCEPTION","id":68,"value":2,"literal":"EXCEPTION","eClass":"EEnumLiteral"},{"name":"CLASS","id":69,"value":3,"literal":"CLASS","eClass":"EEnumLiteral"},{"name":"COMPOSES","id":70,"value":0,"literal":"COMPOSES","eClass":"EEnumLiteral"},{"name":"REFERRENCES","id":71,"value":1,"literal":"REFERRENCES","eClass":"EEnumLiteral"},{"name":"READONLY","id":72,"value":2,"literal":"READONLY","eClass":"EEnumLiteral"},{"name":"DERIVED","id":73,"value":3,"literal":"DERIVED","eClass":"EEnumLiteral"},{"name":"STATIC","id":74,"value":4,"literal":"STATIC","eClass":"EEnumLiteral"},{"name":"EQUALS","id":75,"value":0,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"COLON_EQUALS","id":76,"value":1,"literal":"COLON_EQUALS","eClass":"EEnumLiteral"},{"name":"COLON_COLON_EQUALS","id":77,"value":2,"literal":"COLON_COLON_EQUALS","eClass":"EEnumLiteral"},{"name":"METAMODEL","id":78,"value":0,"literal":"METAMODEL","eClass":"EEnumLiteral"},{"name":"PACKAGE","id":79,"value":1,"literal":"PACKAGE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":80,"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":"import","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unit","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":87,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intermediate","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"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":"importedUnitElement","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"all","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stereotypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":103,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"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":"initPart","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"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":"initOp","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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":118,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metamodelKind","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":124,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stereotypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stereotype","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"lowerBound":1,"iD":false,"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":"extends","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","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":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeQualifiers","changeable":true,"lowerBound":0,"iD":false,"id":149,"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":"featureKeys","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","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":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleSignature","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":true,"unsettable":false,"transient":false,"unique":true,"name":"resultParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"scopedNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","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":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"name":"in","id":178,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":179,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":180,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"bodyStartLocation","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"bodyEndLocation","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"name":"extension","id":189,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":190,"value":1,"literal":"access","eClass":"EEnumLiteral"},{"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":"typeCS","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":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasPopulationKeyword","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strict","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":203,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextType","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":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"directionKindCS","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingExtension","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":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"disjuncts","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingIdentifiers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"name":"disjuncts","id":222,"value":1,"literal":"disjuncts","eClass":"EEnumLiteral"},{"name":"merges","id":223,"value":2,"literal":"merges","eClass":"EEnumLiteral"},{"name":"inherits","id":224,"value":3,"literal":"inherits","eClass":"EEnumLiteral"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blackBox","changeable":true,"lowerBound":0,"iD":false,"id":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":"mappingDeclarationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"headerCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":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":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodels","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"renamings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","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":"classifierDefCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSimpleDefinition","changeable":true,"lowerBound":0,"iD":false,"id":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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingRuleCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingInitCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingBodyCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingEndCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moduleKind","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"name":"transformation","id":274,"value":0,"literal":"transformation","eClass":"EEnumLiteral"},{"name":"library","id":275,"value":1,"literal":"library","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":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"container":false,"ordered":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"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifierCS","changeable":true,"lowerBound":1,"iD":false,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complianceKindCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageRefs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importKind","changeable":true,"lowerBound":0,"iD":false,"id":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":"moduleKindCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleRefs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isImplicit","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isNavigable","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"name":"abstract","id":318,"value":1,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"blackbox","id":319,"value":2,"literal":"blackbox","eClass":"EEnumLiteral"},{"name":"static","id":320,"value":3,"literal":"static","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"originalName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uriCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":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":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":351,"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":"qualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":353,"derived":false},{"container":false,"ordered":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":354,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleUsages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"transformationRefineCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleRefCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"lowerBound":1,"iD":false,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":370,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extentLocation","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"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":"segment","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topLevelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modules","changeable":false,"resolveProxies":true,"lowerBound":0,"id":377,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":378,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"imports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":379,"derived":true},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"one","changeable":true,"lowerBound":1,"iD":false,"id":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInverse","changeable":true,"lowerBound":1,"iD":false,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":1,"iD":false,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inMappingType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":397,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inMappingName","changeable":true,"lowerBound":1,"iD":false,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":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":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":66,"target":1},{"source":67,"target":1},{"source":68,"target":1},{"source":69,"target":1},{"source":2,"target":0},{"source":2,"target":70},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":70,"target":2},{"source":71,"target":2},{"source":72,"target":2},{"source":73,"target":2},{"source":74,"target":2},{"source":3,"target":0},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":75,"target":3},{"source":76,"target":3},{"source":77,"target":3},{"source":4,"target":0},{"source":4,"target":78},{"source":4,"target":79},{"source":78,"target":4},{"source":79,"target":4},{"source":5,"target":0},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":80,"target":84},{"source":80,"target":5},{"source":81,"target":85},{"source":81,"target":5},{"source":82,"target":86},{"source":82,"target":5},{"source":6,"target":0},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":87,"target":90},{"source":87,"target":6},{"source":88,"target":91},{"source":88,"target":6},{"source":7,"target":0},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":92,"target":63},{"source":92,"target":96},{"source":92,"target":7},{"source":96,"target":63},{"source":93,"target":97},{"source":93,"target":7},{"source":94,"target":98},{"source":94,"target":7},{"source":8,"target":0},{"source":8,"target":39},{"source":8,"target":99},{"source":99,"target":39},{"source":9,"target":0},{"source":9,"target":100},{"source":9,"target":101},{"source":100,"target":16},{"source":100,"target":102},{"source":100,"target":9},{"source":102,"target":16},{"source":10,"target":0},{"source":10,"target":103},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":106},{"source":103,"target":107},{"source":103,"target":10},{"source":104,"target":25},{"source":104,"target":108},{"source":104,"target":10},{"source":108,"target":25},{"source":105,"target":12},{"source":105,"target":109},{"source":105,"target":10},{"source":109,"target":12},{"source":11,"target":0},{"source":11,"target":110},{"source":11,"target":111},{"source":110,"target":10},{"source":110,"target":112},{"source":110,"target":11},{"source":112,"target":10},{"source":12,"target":0},{"source":12,"target":113},{"source":12,"target":114},{"source":12,"target":115},{"source":113,"target":3},{"source":113,"target":116},{"source":113,"target":12},{"source":116,"target":3},{"source":114,"target":117},{"source":114,"target":12},{"source":13,"target":0},{"source":13,"target":118},{"source":13,"target":119},{"source":13,"target":120},{"source":118,"target":121},{"source":118,"target":13},{"source":119,"target":4},{"source":119,"target":122},{"source":119,"target":13},{"source":122,"target":4},{"source":14,"target":0},{"source":14,"target":123},{"source":15,"target":0},{"source":15,"target":124},{"source":15,"target":125},{"source":15,"target":126},{"source":15,"target":127},{"source":124,"target":128},{"source":124,"target":15},{"source":125,"target":129},{"source":125,"target":15},{"source":126,"target":130},{"source":126,"target":15},{"source":16,"target":0},{"source":16,"target":131},{"source":16,"target":132},{"source":131,"target":133},{"source":131,"target":16},{"source":17,"target":0},{"source":17,"target":134},{"source":17,"target":135},{"source":17,"target":136},{"source":134,"target":137},{"source":134,"target":17},{"source":135,"target":138},{"source":135,"target":17},{"source":18,"target":0},{"source":18,"target":139},{"source":19,"target":0},{"source":19,"target":140},{"source":19,"target":141},{"source":19,"target":142},{"source":19,"target":143},{"source":19,"target":144},{"source":140,"target":145},{"source":140,"target":19},{"source":141,"target":146},{"source":141,"target":19},{"source":142,"target":20},{"source":142,"target":147},{"source":142,"target":19},{"source":147,"target":20},{"source":143,"target":17},{"source":143,"target":148},{"source":143,"target":19},{"source":148,"target":17},{"source":20,"target":0},{"source":20,"target":30},{"source":20,"target":149},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":20,"target":153},{"source":20,"target":154},{"source":149,"target":155},{"source":149,"target":20},{"source":150,"target":156},{"source":150,"target":20},{"source":151,"target":50},{"source":151,"target":157},{"source":151,"target":20},{"source":157,"target":50},{"source":152,"target":52},{"source":152,"target":158},{"source":152,"target":20},{"source":158,"target":52},{"source":153,"target":159},{"source":153,"target":20},{"source":154,"target":30},{"source":21,"target":0},{"source":21,"target":160},{"source":21,"target":161},{"source":21,"target":162},{"source":160,"target":59},{"source":160,"target":163},{"source":160,"target":21},{"source":163,"target":59},{"source":161,"target":54},{"source":161,"target":164},{"source":161,"target":21},{"source":164,"target":54},{"source":22,"target":0},{"source":22,"target":48},{"source":22,"target":165},{"source":22,"target":166},{"source":165,"target":167},{"source":165,"target":22},{"source":166,"target":48},{"source":23,"target":0},{"source":23,"target":38},{"source":23,"target":168},{"source":23,"target":169},{"source":168,"target":170},{"source":168,"target":23},{"source":169,"target":38},{"source":24,"target":0},{"source":24,"target":48},{"source":24,"target":171},{"source":24,"target":172},{"source":24,"target":173},{"source":24,"target":174},{"source":171,"target":58},{"source":171,"target":175},{"source":171,"target":24},{"source":175,"target":58},{"source":172,"target":176},{"source":172,"target":24},{"source":173,"target":177},{"source":173,"target":24},{"source":174,"target":48},{"source":25,"target":0},{"source":25,"target":178},{"source":25,"target":179},{"source":25,"target":180},{"source":178,"target":25},{"source":179,"target":25},{"source":180,"target":25},{"source":26,"target":0},{"source":26,"target":181},{"source":26,"target":182},{"source":26,"target":183},{"source":181,"target":184},{"source":181,"target":26},{"source":182,"target":185},{"source":182,"target":26},{"source":27,"target":0},{"source":27,"target":186},{"source":27,"target":187},{"source":186,"target":188},{"source":186,"target":27},{"source":28,"target":0},{"source":28,"target":189},{"source":28,"target":190},{"source":189,"target":28},{"source":190,"target":28},{"source":29,"target":0},{"source":29,"target":7},{"source":29,"target":191},{"source":191,"target":7},{"source":30,"target":0},{"source":30,"target":48},{"source":30,"target":192},{"source":30,"target":193},{"source":30,"target":194},{"source":192,"target":195},{"source":192,"target":30},{"source":193,"target":196},{"source":193,"target":30},{"source":194,"target":48},{"source":31,"target":0},{"source":31,"target":42},{"source":31,"target":197},{"source":31,"target":198},{"source":197,"target":199},{"source":197,"target":31},{"source":198,"target":42},{"source":32,"target":0},{"source":32,"target":27},{"source":32,"target":200},{"source":32,"target":201},{"source":200,"target":202},{"source":200,"target":32},{"source":201,"target":27},{"source":33,"target":0},{"source":33,"target":203},{"source":33,"target":204},{"source":33,"target":205},{"source":33,"target":206},{"source":33,"target":207},{"source":33,"target":208},{"source":33,"target":209},{"source":203,"target":210},{"source":203,"target":33},{"source":204,"target":211},{"source":204,"target":33},{"source":205,"target":54},{"source":205,"target":212},{"source":205,"target":33},{"source":212,"target":54},{"source":206,"target":25},{"source":206,"target":213},{"source":206,"target":33},{"source":213,"target":25},{"source":207,"target":35},{"source":207,"target":214},{"source":207,"target":33},{"source":214,"target":35},{"source":208,"target":215},{"source":208,"target":33},{"source":34,"target":0},{"source":34,"target":42},{"source":34,"target":216},{"source":216,"target":42},{"source":35,"target":0},{"source":35,"target":217},{"source":35,"target":218},{"source":35,"target":219},{"source":217,"target":36},{"source":217,"target":220},{"source":217,"target":35},{"source":220,"target":36},{"source":218,"target":58},{"source":218,"target":221},{"source":218,"target":35},{"source":221,"target":58},{"source":36,"target":0},{"source":36,"target":222},{"source":36,"target":223},{"source":36,"target":224},{"source":222,"target":36},{"source":223,"target":36},{"source":224,"target":36},{"source":37,"target":0},{"source":37,"target":42},{"source":37,"target":225},{"source":225,"target":42},{"source":38,"target":0},{"source":38,"target":226},{"source":38,"target":227},{"source":38,"target":228},{"source":226,"target":229},{"source":226,"target":38},{"source":227,"target":33},{"source":227,"target":230},{"source":227,"target":38},{"source":230,"target":33},{"source":39,"target":0},{"source":39,"target":231},{"source":39,"target":232},{"source":39,"target":233},{"source":39,"target":234},{"source":39,"target":235},{"source":39,"target":236},{"source":39,"target":237},{"source":39,"target":238},{"source":39,"target":239},{"source":231,"target":60},{"source":231,"target":240},{"source":231,"target":39},{"source":240,"target":60},{"source":232,"target":7},{"source":232,"target":241},{"source":232,"target":39},{"source":241,"target":7},{"source":233,"target":47},{"source":233,"target":242},{"source":233,"target":39},{"source":242,"target":47},{"source":234,"target":55},{"source":234,"target":243},{"source":234,"target":39},{"source":243,"target":55},{"source":235,"target":48},{"source":235,"target":244},{"source":235,"target":39},{"source":244,"target":48},{"source":236,"target":38},{"source":236,"target":245},{"source":236,"target":39},{"source":245,"target":38},{"source":237,"target":19},{"source":237,"target":246},{"source":237,"target":39},{"source":246,"target":19},{"source":238,"target":17},{"source":238,"target":247},{"source":238,"target":39},{"source":247,"target":17},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":248},{"source":40,"target":249},{"source":40,"target":250},{"source":248,"target":251},{"source":248,"target":40},{"source":249,"target":252},{"source":249,"target":40},{"source":250,"target":38},{"source":41,"target":0},{"source":41,"target":38},{"source":41,"target":253},{"source":41,"target":254},{"source":41,"target":255},{"source":253,"target":256},{"source":253,"target":41},{"source":254,"target":43},{"source":254,"target":257},{"source":254,"target":41},{"source":257,"target":43},{"source":255,"target":38},{"source":42,"target":0},{"source":42,"target":26},{"source":42,"target":258},{"source":42,"target":259},{"source":42,"target":260},{"source":42,"target":261},{"source":258,"target":262},{"source":258,"target":42},{"source":259,"target":41},{"source":259,"target":263},{"source":259,"target":42},{"source":263,"target":41},{"source":261,"target":26},{"source":43,"target":0},{"source":43,"target":264},{"source":43,"target":265},{"source":43,"target":266},{"source":43,"target":267},{"source":264,"target":37},{"source":264,"target":268},{"source":264,"target":43},{"source":268,"target":37},{"source":265,"target":31},{"source":265,"target":269},{"source":265,"target":43},{"source":269,"target":31},{"source":266,"target":34},{"source":266,"target":270},{"source":266,"target":43},{"source":270,"target":34},{"source":44,"target":0},{"source":44,"target":271},{"source":44,"target":272},{"source":271,"target":45},{"source":271,"target":273},{"source":271,"target":44},{"source":273,"target":45},{"source":45,"target":0},{"source":45,"target":274},{"source":45,"target":275},{"source":274,"target":45},{"source":275,"target":45},{"source":46,"target":0},{"source":46,"target":276},{"source":46,"target":277},{"source":46,"target":278},{"source":276,"target":279},{"source":276,"target":46},{"source":277,"target":54},{"source":277,"target":280},{"source":277,"target":46},{"source":280,"target":54},{"source":47,"target":0},{"source":47,"target":26},{"source":47,"target":281},{"source":47,"target":282},{"source":47,"target":283},{"source":47,"target":284},{"source":47,"target":285},{"source":47,"target":286},{"source":281,"target":287},{"source":281,"target":47},{"source":282,"target":288},{"source":282,"target":47},{"source":283,"target":57},{"source":283,"target":289},{"source":283,"target":47},{"source":289,"target":57},{"source":284,"target":290},{"source":284,"target":47},{"source":286,"target":26},{"source":48,"target":0},{"source":48,"target":291},{"source":48,"target":292},{"source":291,"target":293},{"source":291,"target":48},{"source":49,"target":0},{"source":49,"target":294},{"source":49,"target":295},{"source":49,"target":296},{"source":49,"target":297},{"source":294,"target":28},{"source":294,"target":298},{"source":294,"target":49},{"source":298,"target":28},{"source":295,"target":44},{"source":295,"target":299},{"source":295,"target":49},{"source":299,"target":44},{"source":296,"target":46},{"source":296,"target":300},{"source":296,"target":49},{"source":300,"target":46},{"source":50,"target":0},{"source":50,"target":301},{"source":50,"target":302},{"source":50,"target":303},{"source":301,"target":304},{"source":301,"target":50},{"source":302,"target":305},{"source":302,"target":50},{"source":51,"target":0},{"source":51,"target":306},{"source":51,"target":307},{"source":51,"target":308},{"source":306,"target":309},{"source":306,"target":51},{"source":307,"target":310},{"source":307,"target":51},{"source":52,"target":0},{"source":52,"target":311},{"source":52,"target":312},{"source":52,"target":313},{"source":52,"target":314},{"source":311,"target":315},{"source":311,"target":52},{"source":312,"target":316},{"source":312,"target":52},{"source":313,"target":50},{"source":313,"target":317},{"source":313,"target":52},{"source":317,"target":50},{"source":53,"target":0},{"source":53,"target":318},{"source":53,"target":319},{"source":53,"target":320},{"source":318,"target":53},{"source":319,"target":53},{"source":320,"target":53},{"source":54,"target":0},{"source":54,"target":321},{"source":54,"target":322},{"source":54,"target":323},{"source":321,"target":25},{"source":321,"target":324},{"source":321,"target":54},{"source":324,"target":25},{"source":322,"target":12},{"source":322,"target":325},{"source":322,"target":54},{"source":325,"target":12},{"source":55,"target":0},{"source":55,"target":326},{"source":55,"target":327},{"source":55,"target":328},{"source":55,"target":329},{"source":326,"target":330},{"source":326,"target":55},{"source":327,"target":331},{"source":327,"target":55},{"source":328,"target":332},{"source":328,"target":55},{"source":56,"target":0},{"source":56,"target":333},{"source":56,"target":334},{"source":56,"target":335},{"source":333,"target":336},{"source":333,"target":56},{"source":334,"target":337},{"source":334,"target":56},{"source":57,"target":0},{"source":57,"target":338},{"source":57,"target":339},{"source":57,"target":340},{"source":338,"target":341},{"source":338,"target":57},{"source":339,"target":342},{"source":339,"target":57},{"source":58,"target":0},{"source":58,"target":343},{"source":58,"target":344},{"source":58,"target":345},{"source":343,"target":346},{"source":343,"target":58},{"source":344,"target":347},{"source":344,"target":58},{"source":59,"target":0},{"source":59,"target":348},{"source":59,"target":349},{"source":348,"target":54},{"source":348,"target":350},{"source":348,"target":59},{"source":350,"target":54},{"source":60,"target":0},{"source":60,"target":351},{"source":60,"target":352},{"source":60,"target":353},{"source":60,"target":354},{"source":60,"target":355},{"source":60,"target":356},{"source":60,"target":357},{"source":60,"target":358},{"source":351,"target":359},{"source":351,"target":60},{"source":352,"target":360},{"source":352,"target":60},{"source":353,"target":361},{"source":353,"target":60},{"source":354,"target":54},{"source":354,"target":362},{"source":354,"target":60},{"source":362,"target":54},{"source":355,"target":49},{"source":355,"target":363},{"source":355,"target":60},{"source":363,"target":49},{"source":356,"target":61},{"source":356,"target":364},{"source":356,"target":60},{"source":364,"target":61},{"source":61,"target":0},{"source":61,"target":365},{"source":61,"target":366},{"source":61,"target":367},{"source":365,"target":46},{"source":365,"target":368},{"source":365,"target":61},{"source":368,"target":46},{"source":366,"target":369},{"source":366,"target":61},{"source":62,"target":0},{"source":62,"target":370},{"source":62,"target":371},{"source":62,"target":372},{"source":370,"target":373},{"source":370,"target":62},{"source":371,"target":374},{"source":371,"target":62},{"source":63,"target":0},{"source":63,"target":375},{"source":63,"target":376},{"source":63,"target":377},{"source":63,"target":378},{"source":63,"target":379},{"source":63,"target":380},{"source":375,"target":381},{"source":375,"target":63},{"source":376,"target":382},{"source":376,"target":63},{"source":377,"target":39},{"source":377,"target":383},{"source":377,"target":63},{"source":383,"target":39},{"source":378,"target":47},{"source":378,"target":384},{"source":378,"target":63},{"source":384,"target":47},{"source":379,"target":7},{"source":379,"target":385},{"source":379,"target":63},{"source":385,"target":7},{"source":64,"target":0},{"source":64,"target":386},{"source":64,"target":387},{"source":64,"target":388},{"source":64,"target":389},{"source":64,"target":390},{"source":64,"target":391},{"source":386,"target":392},{"source":386,"target":64},{"source":387,"target":393},{"source":387,"target":64},{"source":388,"target":394},{"source":388,"target":64},{"source":389,"target":395},{"source":389,"target":64},{"source":390,"target":396},{"source":390,"target":64},{"source":65,"target":0},{"source":65,"target":64},{"source":65,"target":397},{"source":65,"target":398},{"source":65,"target":399},{"source":397,"target":400},{"source":397,"target":65},{"source":398,"target":401},{"source":398,"target":65},{"source":399,"target":64}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="publication101" nsURI="http://publication101" nsPrefix="_publication101"> <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="figure=diamond"/> <details key="size=150,150"/> <details key="layout=free"/> </eAnnotations> <eAnnotations source="diastyle.edge.blue"> <details key="background=darkblue"/> <details key="arrowsize=2"/> <details key="direction=right"/> </eAnnotations> <eAnnotations source="diastyle.edge.foobar"> <details key="parent=blue"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.node.dashedblue"> <details key="background=blue"/> <details key="parent=dashedred"/> </eAnnotations> <eAnnotations source="diastyle.edge.yellow"> <details key="parent=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=2"/> </eAnnotations> <eAnnotations source="diastyle.edge.e1"> <details key="background=black"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.node.blue22"> <details key="parent=green"/> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.node.yellownode"> <details key="parent=dashedred"/> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.edge.lightgray"> <details key="background=lightgray"/> </eAnnotations> <eAnnotations source="diastyle.partition.bluecompartment"> <details key="background=blue"/> </eAnnotations> <eAnnotations source="diastyle.partition.lightgray"> <details key="background=lightgray"/> </eAnnotations> <eAnnotations source="diastyle.partition.yellow2"> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.partition.blue2"> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.edge.black"> <details key="background=black"/> </eAnnotations> <eAnnotations source="diastyle.node.green2"> <details key="parent=green"/> </eAnnotations> <eAnnotations source="diastyle.edge.green33"> <details key="parent=green3"/> </eAnnotations> <eAnnotations source="diastyle.edge.e10"> <details key="background=lightgreen"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PublicationProcess" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=phases" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="phases" upperBound="-1" eType="#//Phase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Researcher"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> <details key="lnk=writes" value=""/> <details key="lnk=reviews" value=""/> <details key="lnk=collaborations" value="_"/> <details key="ref=res_position" value="_"/> <details key="cref=skills" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writes" upperBound="-1" eType="#//Write" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1" eType="#//Review" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="res_papers" upperBound="-1" eType="#//Paper" eOpposite="#//Paper/authors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="skills" upperBound="-1" eType="#//Skill" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="res_position" eType="#//Position"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collaborations" upperBound="-1" eType="#//Collaboration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paper" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=paragraphs" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="view=kman" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraphs" upperBound="-1" eType="#//Paragraph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progress" upperBound="-1" eType="#//Progress" containment="true" eOpposite="#//Progress/paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Researcher" eOpposite="#//Researcher/res_papers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keywords" upperBound="-1" eType="#//PaperKeyword" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="citedBy" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//Counted #//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cont=Paper.paragraphs" value=""/> <details key="label=name" value="_"/> <details key="kref=reviews" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1" eType="#//ReviewNote" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReviewNote" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Progress" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="label=percent" value="_"/> <details key="cont=Paper.progress" value=""/> <details key="ltrg=process" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//PublicationProcess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paper" eType="#//Paper" eOpposite="#//Paper/progress"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="percent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Write" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link" value="_"/> <details key="label=timeSpent" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraph" eType="#//Paragraph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeSpent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link" value="_"/> <details key="label=date" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewNote" eType="#//ReviewNote"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationStructure" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="nav:kman" value="_"/> <details key="kref=researchers" value=""/> <details key="kref=papers" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="pov" value="_"/> <details key="view=kman" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="researchers" upperBound="-1" eType="#//Researcher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="papers" upperBound="-1" eType="#//Paper" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="knowledgeMan" eType="#//KnowledgeManager" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationSystem" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="pov" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="processView" eType="#//PublicationProcess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralView" eType="#//PublicationStructure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1" eType="#//Position" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="view=kman" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Counted" abstract="true"> <eAnnotations source="diagraph"> <details key="label=id" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Labelled" abstract="true"> <eAnnotations source="diagraph"> <details key="label=lname" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Skill"> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="label=description" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="label=description" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Position"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Phase"> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="style=green2" value="_"/> <details key="label=name" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Keyword" eSuperTypes="#//Named"> <eAnnotations source="diagraph"/> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="view=kman" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kpapers" upperBound="-1" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KnowledgeManager" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="view=kman" value="_"/> <details key="kref=allkeywords" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="allkeywords" upperBound="-1" eType="#//Keyword" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaperKeyword"> <eAnnotations source="diagraph"> <details key="link" value="_"/> <details key="view=kman" value="_"/> <details key="ltrg=keyword" 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="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"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/publication101.ecore
ecore
publication101 PublicationProcess minTime maxTime phases Researcher name forName writes reviews res_papers skills res_position collaborations Paper paragraphs progress authors keywords citedBy Paragraph reviews content ReviewNote content Progress process paper percent Write paragraph timeSpent Review reviewNote date PublicationStructure researchers papers knowledgeMan PublicationSystem processView structuralView positions Named name Counted id Labelled lname Skill description Position description parent Phase name Keyword description kpapers KnowledgeManager allkeywords PaperKeyword weight keyword Collaboration ratio col_paper
null
{"directed":true,"nodes":[{"nsPrefix":"_publication101","nsURI":"http://publication101","name":"publication101","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationProcess","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewNote","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Progress","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Write","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStructure","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Counted","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Labelled","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skill","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnowledgeManager","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperKeyword","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minTime","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxTime","changeable":true,"lowerBound":1,"iD":false,"id":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":"phases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forName","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":"writes","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":"reviews","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":"res_papers","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":"skills","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"res_position","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":"collaborations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paragraphs","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":"progress","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":"keywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"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":"paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"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":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"percent","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeSpent","changeable":true,"lowerBound":0,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewNote","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"papers","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":"knowledgeMan","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":"processView","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":"structuralView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"positions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"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":"lname","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kpapers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allkeywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyword","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"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":122,"derived":false},{"container":false,"ordered":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":123,"derived":false},{"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":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":11},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":21,"target":25},{"source":21,"target":1},{"source":22,"target":26},{"source":22,"target":1},{"source":23,"target":16},{"source":23,"target":27},{"source":23,"target":1},{"source":27,"target":16},{"source":24,"target":11},{"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":37},{"source":29,"target":2},{"source":30,"target":7},{"source":30,"target":38},{"source":30,"target":2},{"source":38,"target":7},{"source":31,"target":8},{"source":31,"target":39},{"source":31,"target":2},{"source":39,"target":8},{"source":32,"target":3},{"source":32,"target":40},{"source":32,"target":2},{"source":32,"target":41},{"source":40,"target":3},{"source":33,"target":14},{"source":33,"target":42},{"source":33,"target":2},{"source":42,"target":14},{"source":34,"target":15},{"source":34,"target":43},{"source":34,"target":2},{"source":43,"target":15},{"source":35,"target":20},{"source":35,"target":44},{"source":35,"target":2},{"source":44,"target":20},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":41},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":45,"target":4},{"source":45,"target":50},{"source":45,"target":3},{"source":50,"target":4},{"source":46,"target":6},{"source":46,"target":51},{"source":46,"target":3},{"source":46,"target":52},{"source":51,"target":6},{"source":41,"target":2},{"source":41,"target":53},{"source":41,"target":3},{"source":41,"target":32},{"source":53,"target":2},{"source":47,"target":19},{"source":47,"target":54},{"source":47,"target":3},{"source":54,"target":19},{"source":48,"target":3},{"source":48,"target":55},{"source":48,"target":3},{"source":55,"target":3},{"source":49,"target":11},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":11},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":56,"target":5},{"source":56,"target":60},{"source":56,"target":4},{"source":60,"target":5},{"source":57,"target":61},{"source":57,"target":4},{"source":58,"target":12},{"source":59,"target":11},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":62},{"source":5,"target":63},{"source":62,"target":64},{"source":62,"target":5},{"source":63,"target":11},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":65},{"source":6,"target":52},{"source":6,"target":66},{"source":6,"target":67},{"source":65,"target":1},{"source":65,"target":68},{"source":65,"target":6},{"source":68,"target":1},{"source":52,"target":3},{"source":52,"target":69},{"source":52,"target":6},{"source":52,"target":46},{"source":69,"target":3},{"source":66,"target":70},{"source":66,"target":6},{"source":67,"target":13},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":71},{"source":7,"target":72},{"source":7,"target":73},{"source":71,"target":4},{"source":71,"target":74},{"source":71,"target":7},{"source":74,"target":4},{"source":72,"target":75},{"source":72,"target":7},{"source":73,"target":13},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":76,"target":5},{"source":76,"target":79},{"source":76,"target":8},{"source":79,"target":5},{"source":77,"target":80},{"source":77,"target":8},{"source":78,"target":13},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":81,"target":2},{"source":81,"target":85},{"source":81,"target":9},{"source":85,"target":2},{"source":82,"target":3},{"source":82,"target":86},{"source":82,"target":9},{"source":86,"target":3},{"source":83,"target":18},{"source":83,"target":87},{"source":83,"target":9},{"source":87,"target":18},{"source":84,"target":11},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":88},{"source":10,"target":89},{"source":10,"target":90},{"source":10,"target":91},{"source":88,"target":1},{"source":88,"target":92},{"source":88,"target":10},{"source":92,"target":1},{"source":89,"target":9},{"source":89,"target":93},{"source":89,"target":10},{"source":93,"target":9},{"source":90,"target":15},{"source":90,"target":94},{"source":90,"target":10},{"source":94,"target":15},{"source":91,"target":11},{"source":11,"target":0},{"source":11,"target":95},{"source":95,"target":96},{"source":95,"target":11},{"source":12,"target":0},{"source":12,"target":97},{"source":97,"target":98},{"source":97,"target":12},{"source":13,"target":0},{"source":13,"target":99},{"source":99,"target":100},{"source":99,"target":13},{"source":14,"target":0},{"source":14,"target":101},{"source":101,"target":102},{"source":101,"target":14},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":105},{"source":103,"target":106},{"source":103,"target":15},{"source":104,"target":15},{"source":104,"target":107},{"source":104,"target":15},{"source":107,"target":15},{"source":105,"target":11},{"source":16,"target":0},{"source":16,"target":108},{"source":108,"target":109},{"source":108,"target":16},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":110,"target":113},{"source":110,"target":17},{"source":111,"target":3},{"source":111,"target":114},{"source":111,"target":17},{"source":114,"target":3},{"source":112,"target":11},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":115},{"source":18,"target":116},{"source":115,"target":17},{"source":115,"target":117},{"source":115,"target":18},{"source":117,"target":17},{"source":116,"target":11},{"source":19,"target":0},{"source":19,"target":118},{"source":19,"target":119},{"source":118,"target":120},{"source":118,"target":19},{"source":119,"target":17},{"source":119,"target":121},{"source":119,"target":19},{"source":121,"target":17},{"source":20,"target":0},{"source":20,"target":122},{"source":20,"target":123},{"source":122,"target":124},{"source":122,"target":20},{"source":123,"target":3},{"source":123,"target":125},{"source":123,"target":20},{"source":125,"target":3}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tauHCI" nsURI="http://www.lu.tudor/modeling/transformation/TauHCI" nsPrefix="tauHCI"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="ecore:EClass platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specificRules" upperBound="-1" eType="ecore:EClass platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//Specific" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainRules" upperBound="-1" eType="ecore:EClass platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//Domain" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="auitype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="taskType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interactivelyValid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uielement" eType="ecore:EClass platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//UIElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Specific"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="taskName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uielement" upperBound="-1" eType="ecore:EClass platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//UIElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uielement" eType="ecore:EClass platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//UIElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIElement"> <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="Window" eSuperTypes="platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//UIElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedElements" upperBound="-1" eType="ecore:EClass platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//Concept" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Panel" eSuperTypes="platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//UIElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedElements" upperBound="-1" eType="ecore:EClass platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//Concept" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListElementSelector" eSuperTypes="platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//UIElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedElements" upperBound="-1" eType="ecore:EClass platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//Concept" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Concept"> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" upperBound="-1" eType="ecore:EClass platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//SelectedConcept" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectedConcept"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//UIElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataField" eSuperTypes="platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//UIElement"/> <eClassifiers xsi:type="ecore:EClass" name="ImageField" eSuperTypes="platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//UIElement"/> <eClassifiers xsi:type="ecore:EClass" name="TextField" eSuperTypes="platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//UIElement"/> <eClassifiers xsi:type="ecore:EClass" name="TextArea" eSuperTypes="platform:/resource/tudor.lu.modeling.transformation.tauHCI/src-gen/tudor/lu/modeling/transformation/TauHCI.ecore#//UIElement"/> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/jssottet/Tau4HCI/tudor.lu.modeling.transformation.tauHCI/bin/tudor/lu/modeling/transformation/TauHCI.ecore
ecore
tauHCI Model rules specificRules domainRules Rule auitype taskType interactivelyValid uielement Specific taskName uielement Domain domainType uielement UIElement label Window containedElements Panel containedElements ListElementSelector containedElements Concept selection SelectedConcept id Button DataField ImageField TextField TextArea
null
{"directed":true,"nodes":[{"nsPrefix":"tauHCI","nsURI":"http://www.lu.tudor/modeling/transformation/TauHCI","name":"tauHCI","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":"Rule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specific","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Window","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Panel","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListElementSelector","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concept","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectedConcept","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataField","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageField","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextField","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextArea","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","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":"specificRules","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":"domainRules","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"auitype","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":"taskType","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interactivelyValid","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":"uielement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taskName","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uielement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainType","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":"uielement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedElements","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":16,"target":19},{"source":16,"target":1},{"source":17,"target":20},{"source":17,"target":1},{"source":18,"target":21},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":22,"target":26},{"source":22,"target":2},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":28},{"source":24,"target":2},{"source":25,"target":29},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":30,"target":32},{"source":30,"target":3},{"source":31,"target":33},{"source":31,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":34,"target":36},{"source":34,"target":4},{"source":35,"target":37},{"source":35,"target":4},{"source":5,"target":0},{"source":5,"target":38},{"source":38,"target":39},{"source":38,"target":5},{"source":6,"target":0},{"source":6,"target":40},{"source":6,"target":41},{"source":40,"target":42},{"source":40,"target":6},{"source":7,"target":0},{"source":7,"target":43},{"source":7,"target":44},{"source":43,"target":45},{"source":43,"target":7},{"source":8,"target":0},{"source":8,"target":46},{"source":8,"target":47},{"source":46,"target":48},{"source":46,"target":8},{"source":9,"target":0},{"source":9,"target":49},{"source":49,"target":50},{"source":49,"target":9},{"source":10,"target":0},{"source":10,"target":51},{"source":51,"target":52},{"source":51,"target":10},{"source":11,"target":0},{"source":11,"target":53},{"source":12,"target":0},{"source":12,"target":54},{"source":13,"target":0},{"source":13,"target":55},{"source":14,"target":0},{"source":14,"target":56},{"source":15,"target":0},{"source":15,"target":57}],"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="response" nsURI="http://fuzzino.fuzzing.fokus.fraunhofer.de/response" nsPrefix="response"> <eClassifiers xsi:type="ecore:EClass" name="AllGeneratorsBasedPart"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="generatorBased_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="generatorParts" lowerBound="1" upperBound="-1" eType="#//GeneratorPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="generator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AllOperatorsBasedPart"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="operatorBased_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="operatorParts" lowerBound="1" upperBound="-1" eType="#//OperatorPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="operator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloseRequestConfirmation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="closeRequestDone_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="warnings" eType="#//WarningsPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="warnings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionResponse"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="collection_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fuzzedCollections" lowerBound="1" upperBound="-1" eType="#//FuzzedCollection" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fuzzedCollection"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="warnings" eType="#//WarningsPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="warnings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moreValues" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="moreValues"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seed" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="seed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorResponse"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="error_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="column"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="line" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="line"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="field_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fuzz" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="fuzz"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuzzedCollection"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fuzzedCollection_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//Value" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basedOn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="basedOn"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mutations" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mutations"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operators" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="operators"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuzzedStructure"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fuzzedStructure_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Field" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="field"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mutations" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mutations"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operators" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="operators"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneratorPart"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="generator_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fuzzedValues" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fuzzedValue"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IllegalGenerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="illegalGenerator_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reason" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="reason"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IllegalOperator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="illegalOperator_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reason" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="reason"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IllegalRequestFormat"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="illegalRequestFormat_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="attribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="missingAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="missingAttribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="missingElement" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="missingElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NoMoreValuesIndicator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="noMoreValuesAvailable_._type"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberResponse"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="number_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="generatorBasedPart" eType="#//AllGeneratorsBasedPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="generatorBased"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="operatorBasedPart" eType="#//AllOperatorsBasedPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="operatorBased"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="warnings" eType="#//WarningsPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="warnings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moreValues" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="moreValues"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seed" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="seed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorPart"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="operator_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fuzzedValues" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fuzzedValue"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basedOn" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="basedOn"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Response"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="response_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="stringResponses" upperBound="-1" eType="#//StringResponse" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="string"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="numberResponses" upperBound="-1" eType="#//NumberResponse" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="number"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="structureResponses" upperBound="-1" eType="#//StructureResponse" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="structure"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionResponses" upperBound="-1" eType="#//CollectionResponse" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="collection"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="closeRequestConfirmations" upperBound="-1" eType="#//CloseRequestConfirmation" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="closeRequestDone"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="errorResponse" eType="#//ErrorResponse" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="error"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringResponse"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="string_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="generatorBasedPart" eType="#//AllGeneratorsBasedPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="generatorBased"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="operatorBasedPart" eType="#//AllOperatorsBasedPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="operatorBased"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="warnings" eType="#//WarningsPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="warnings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moreValues" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="moreValues"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seed" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="seed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructureResponse"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="structure_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fuzzedStructures" lowerBound="1" upperBound="-1" eType="#//FuzzedStructure" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fuzzedStructure"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="warnings" eType="#//WarningsPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="warnings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moreValues" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="moreValues"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seed" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="seed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="value_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basedOn" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="basedOn"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generator" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="generator"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="operator"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WarningsPart"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="warnings_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="illegalGenerators" upperBound="-1" eType="#//IllegalGenerator" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="illegalGenerator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="illegalOperators" upperBound="-1" eType="#//IllegalOperator" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="illegalOperator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="illegalRequestFormats" upperBound="-1" eType="#//IllegalRequestFormat" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="illegalRequestFormat"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="flagNoMoreValues" eType="#//NoMoreValuesIndicator" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="noMoreValuesAvailable"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XmlResponseDocument"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="response" upperBound="-2" eType="#//Response" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="response"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/response.ecore
ecore
response AllGeneratorsBasedPart generatorParts AllOperatorsBasedPart operatorParts CloseRequestConfirmation warnings id name CollectionResponse fuzzedCollections warnings id moreValues name seed ErrorResponse value column line Field fuzz ref FuzzedCollection values basedOn mutations operators FuzzedStructure fields mutations operators GeneratorPart fuzzedValues name IllegalGenerator value reason IllegalOperator value reason IllegalRequestFormat attribute element missingAttribute missingElement NoMoreValuesIndicator NumberResponse generatorBasedPart operatorBasedPart warnings id moreValues name seed OperatorPart fuzzedValues basedOn name Response stringResponses numberResponses structureResponses collectionResponses closeRequestConfirmations errorResponse StringResponse generatorBasedPart operatorBasedPart warnings id moreValues name seed StructureResponse fuzzedStructures warnings id moreValues name seed Value value basedOn generator operator WarningsPart illegalGenerators illegalOperators illegalRequestFormats flagNoMoreValues XmlResponseDocument mixed xMLNSPrefixMap xSISchemaLocation response
null
{"directed":true,"nodes":[{"nsPrefix":"response","nsURI":"http://fuzzino.fuzzing.fokus.fraunhofer.de/response","name":"response","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllGeneratorsBasedPart","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllOperatorsBasedPart","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloseRequestConfirmation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionResponse","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorResponse","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuzzedCollection","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuzzedStructure","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorPart","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IllegalGenerator","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IllegalOperator","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IllegalRequestFormat","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoMoreValuesIndicator","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberResponse","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorPart","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Response","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringResponse","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureResponse","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WarningsPart","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlResponseDocument","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatorParts","changeable":true,"resolveProxies":false,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operatorParts","changeable":true,"resolveProxies":false,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warnings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fuzzedCollections","changeable":true,"resolveProxies":false,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warnings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"moreValues","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seed","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"line","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fuzz","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"basedOn","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mutations","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mutations","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fuzzedValues","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reason","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reason","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"missingAttribute","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"missingElement","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatorBasedPart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operatorBasedPart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warnings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"moreValues","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seed","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fuzzedValues","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"basedOn","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stringResponses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numberResponses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structureResponses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collectionResponses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"closeRequestConfirmations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorResponse","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatorBasedPart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operatorBasedPart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warnings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"moreValues","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seed","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fuzzedStructures","changeable":true,"resolveProxies":false,"lowerBound":1,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warnings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"moreValues","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seed","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"basedOn","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generator","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"illegalGenerators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"illegalOperators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"illegalRequestFormats","changeable":true,"resolveProxies":false,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flagNoMoreValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"response","changeable":true,"resolveProxies":false,"lowerBound":0,"id":165,"derived":true},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":22,"target":9},{"source":22,"target":23},{"source":22,"target":1},{"source":23,"target":9},{"source":2,"target":0},{"source":2,"target":24},{"source":24,"target":15},{"source":24,"target":25},{"source":24,"target":2},{"source":25,"target":15},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":26,"target":20},{"source":26,"target":29},{"source":26,"target":3},{"source":29,"target":20},{"source":27,"target":30},{"source":27,"target":3},{"source":28,"target":31},{"source":28,"target":3},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":32,"target":7},{"source":32,"target":38},{"source":32,"target":4},{"source":38,"target":7},{"source":33,"target":20},{"source":33,"target":39},{"source":33,"target":4},{"source":39,"target":20},{"source":34,"target":40},{"source":34,"target":4},{"source":35,"target":41},{"source":35,"target":4},{"source":36,"target":42},{"source":36,"target":4},{"source":37,"target":43},{"source":37,"target":4},{"source":5,"target":0},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":44,"target":47},{"source":44,"target":5},{"source":45,"target":48},{"source":45,"target":5},{"source":46,"target":49},{"source":46,"target":5},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":52},{"source":50,"target":6},{"source":51,"target":53},{"source":51,"target":6},{"source":7,"target":0},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":54,"target":19},{"source":54,"target":58},{"source":54,"target":7},{"source":58,"target":19},{"source":55,"target":59},{"source":55,"target":7},{"source":56,"target":60},{"source":56,"target":7},{"source":57,"target":61},{"source":57,"target":7},{"source":8,"target":0},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":62,"target":6},{"source":62,"target":65},{"source":62,"target":8},{"source":65,"target":6},{"source":63,"target":66},{"source":63,"target":8},{"source":64,"target":67},{"source":64,"target":8},{"source":9,"target":0},{"source":9,"target":68},{"source":9,"target":69},{"source":68,"target":70},{"source":68,"target":9},{"source":69,"target":71},{"source":69,"target":9},{"source":10,"target":0},{"source":10,"target":72},{"source":10,"target":73},{"source":72,"target":74},{"source":72,"target":10},{"source":73,"target":75},{"source":73,"target":10},{"source":11,"target":0},{"source":11,"target":76},{"source":11,"target":77},{"source":76,"target":78},{"source":76,"target":11},{"source":77,"target":79},{"source":77,"target":11},{"source":12,"target":0},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":80,"target":84},{"source":80,"target":12},{"source":81,"target":85},{"source":81,"target":12},{"source":82,"target":86},{"source":82,"target":12},{"source":83,"target":87},{"source":83,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":14,"target":91},{"source":14,"target":92},{"source":14,"target":93},{"source":14,"target":94},{"source":88,"target":1},{"source":88,"target":95},{"source":88,"target":14},{"source":95,"target":1},{"source":89,"target":2},{"source":89,"target":96},{"source":89,"target":14},{"source":96,"target":2},{"source":90,"target":20},{"source":90,"target":97},{"source":90,"target":14},{"source":97,"target":20},{"source":91,"target":98},{"source":91,"target":14},{"source":92,"target":99},{"source":92,"target":14},{"source":93,"target":100},{"source":93,"target":14},{"source":94,"target":101},{"source":94,"target":14},{"source":15,"target":0},{"source":15,"target":102},{"source":15,"target":103},{"source":15,"target":104},{"source":102,"target":105},{"source":102,"target":15},{"source":103,"target":106},{"source":103,"target":15},{"source":104,"target":107},{"source":104,"target":15},{"source":16,"target":0},{"source":16,"target":108},{"source":16,"target":109},{"source":16,"target":110},{"source":16,"target":111},{"source":16,"target":112},{"source":16,"target":113},{"source":108,"target":17},{"source":108,"target":114},{"source":108,"target":16},{"source":114,"target":17},{"source":109,"target":14},{"source":109,"target":115},{"source":109,"target":16},{"source":115,"target":14},{"source":110,"target":18},{"source":110,"target":116},{"source":110,"target":16},{"source":116,"target":18},{"source":111,"target":4},{"source":111,"target":117},{"source":111,"target":16},{"source":117,"target":4},{"source":112,"target":3},{"source":112,"target":118},{"source":112,"target":16},{"source":118,"target":3},{"source":113,"target":5},{"source":113,"target":119},{"source":113,"target":16},{"source":119,"target":5},{"source":17,"target":0},{"source":17,"target":120},{"source":17,"target":121},{"source":17,"target":122},{"source":17,"target":123},{"source":17,"target":124},{"source":17,"target":125},{"source":17,"target":126},{"source":120,"target":1},{"source":120,"target":127},{"source":120,"target":17},{"source":127,"target":1},{"source":121,"target":2},{"source":121,"target":128},{"source":121,"target":17},{"source":128,"target":2},{"source":122,"target":20},{"source":122,"target":129},{"source":122,"target":17},{"source":129,"target":20},{"source":123,"target":130},{"source":123,"target":17},{"source":124,"target":131},{"source":124,"target":17},{"source":125,"target":132},{"source":125,"target":17},{"source":126,"target":133},{"source":126,"target":17},{"source":18,"target":0},{"source":18,"target":134},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":134,"target":8},{"source":134,"target":140},{"source":134,"target":18},{"source":140,"target":8},{"source":135,"target":20},{"source":135,"target":141},{"source":135,"target":18},{"source":141,"target":20},{"source":136,"target":142},{"source":136,"target":18},{"source":137,"target":143},{"source":137,"target":18},{"source":138,"target":144},{"source":138,"target":18},{"source":139,"target":145},{"source":139,"target":18},{"source":19,"target":0},{"source":19,"target":146},{"source":19,"target":147},{"source":19,"target":148},{"source":19,"target":149},{"source":146,"target":150},{"source":146,"target":19},{"source":147,"target":151},{"source":147,"target":19},{"source":148,"target":152},{"source":148,"target":19},{"source":149,"target":153},{"source":149,"target":19},{"source":20,"target":0},{"source":20,"target":154},{"source":20,"target":155},{"source":20,"target":156},{"source":20,"target":157},{"source":154,"target":10},{"source":154,"target":158},{"source":154,"target":20},{"source":158,"target":10},{"source":155,"target":11},{"source":155,"target":159},{"source":155,"target":20},{"source":159,"target":11},{"source":156,"target":12},{"source":156,"target":160},{"source":156,"target":20},{"source":160,"target":12},{"source":157,"target":13},{"source":157,"target":161},{"source":157,"target":20},{"source":161,"target":13},{"source":21,"target":0},{"source":21,"target":162},{"source":21,"target":163},{"source":21,"target":164},{"source":21,"target":165},{"source":162,"target":166},{"source":162,"target":21},{"source":163,"target":167},{"source":163,"target":21},{"source":164,"target":168},{"source":164,"target":21},{"source":165,"target":16},{"source":165,"target":169},{"source":165,"target":21},{"source":169,"target":16}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ea" nsURI="http://www.cwi.nl/ea" nsPrefix="org.ect.ea"> <eSubpackages name="automata" nsURI="http://www.cwi.nl/ea/automata" nsPrefix="org.ect.ea.automata"> <eClassifiers xsi:type="ecore:EClass" name="Automaton" eSuperTypes="#//extensions/ExtendibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//automata/State" containment="true" eOpposite="#//automata/State/automaton"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//automata/Transition" containment="true" eOpposite="#//automata/Transition/automaton"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usedExtensionIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//automata/Module" eOpposite="#//automata/Module/automata"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//extensions/ExtendibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="automaton" eType="#//automata/Automaton" eOpposite="#//automata/Automaton/states"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//automata/Transition" eOpposite="#//automata/Transition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//automata/Transition" eOpposite="#//automata/Transition/source"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <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="Transition" eSuperTypes="#//extensions/ExtendibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="automaton" eType="#//automata/Automaton" eOpposite="#//automata/Automaton/transitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//automata/State" eOpposite="#//automata/State/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//automata/State" eOpposite="#//automata/State/incoming"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module"> <eStructuralFeatures xsi:type="ecore:EReference" name="automata" upperBound="-1" eType="#//automata/Automaton" containment="true" eOpposite="#//automata/Automaton/module"/> </eClassifiers> </eSubpackages> <eSubpackages name="extensions" nsURI="http://www.cwi.nl/ea/extensions" nsPrefix="org.ect.ea.extensions"> <eClassifiers xsi:type="ecore:EClass" name="IExtendible" abstract="true" interface="true"> <eOperations name="findExtension" eType="#//extensions/IExtension"> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="updateExtension"> <eParameters name="extension" eType="#//extensions/IExtension"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1" eType="#//extensions/IExtension" containment="true" eOpposite="#//extensions/IExtension/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IExtension" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//extensions/IExtendible" eOpposite="#//extensions/IExtendible/extensions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendibleElement" abstract="true" eSuperTypes="#//extensions/IExtendible"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionElement" abstract="true" eSuperTypes="#//extensions/IExtension"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerExtension" eSuperTypes="#//extensions/ExtensionElement"> <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="StringExtension" eSuperTypes="#//extensions/ExtensionElement"> <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="StringListExtension" eSuperTypes="#//extensions/ExtensionElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExtension" eSuperTypes="#//extensions/ExtensionElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/ReoLanguage/ECT/src/ea-core/org.ect.ea/model/ea.ecore
ecore
ea automata Automaton states transitions name usedExtensionIds id module State automaton incoming outgoing id name Transition automaton source target id Module automata extensions IExtendible findExtension id updateExtension extension extensions IExtension owner id ExtendibleElement ExtensionElement IntegerExtension value StringExtension value StringListExtension values BooleanExtension value
null
{"directed":true,"nodes":[{"nsPrefix":"org.ect.ea","nsURI":"http://www.cwi.nl/ea","name":"ea","id":0,"eClass":"EPackage"},{"nsPrefix":"org.ect.ea.automata","nsURI":"http://www.cwi.nl/ea/automata","name":"automata","id":1,"eClass":"EPackage"},{"nsPrefix":"org.ect.ea.extensions","nsURI":"http://www.cwi.nl/ea/extensions","name":"extensions","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Automaton","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendibleElement","instanceClass":null,"abstract":true,"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":"states","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":true,"name":"usedExtensionIds","changeable":true,"lowerBound":0,"iD":false,"id":11,"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":false,"id":12,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"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":"automaton","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"automaton","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"automata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"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":false,"id":26,"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":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"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":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IExtendible","instanceClass":null,"abstract":true,"id":43,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IExtension","instanceClass":null,"abstract":true,"id":44,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionElement","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExtension","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExtension","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringListExtension","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExtension","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"findExtension","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateExtension","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"extension","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"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":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":"id","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"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":"value","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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"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":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":0},{"source":3,"target":1},{"source":3,"target":7},{"source":3,"target":8},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":8,"target":4},{"source":8,"target":15},{"source":8,"target":3},{"source":8,"target":16},{"source":15,"target":4},{"source":9,"target":5},{"source":9,"target":17},{"source":9,"target":3},{"source":9,"target":18},{"source":17,"target":5},{"source":10,"target":19},{"source":10,"target":3},{"source":11,"target":20},{"source":11,"target":3},{"source":12,"target":21},{"source":12,"target":3},{"source":13,"target":6},{"source":13,"target":22},{"source":13,"target":3},{"source":13,"target":23},{"source":22,"target":6},{"source":14,"target":7},{"source":4,"target":1},{"source":4,"target":7},{"source":4,"target":16},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":16,"target":3},{"source":16,"target":29},{"source":16,"target":4},{"source":16,"target":8},{"source":29,"target":3},{"source":24,"target":5},{"source":24,"target":30},{"source":24,"target":4},{"source":24,"target":31},{"source":30,"target":5},{"source":25,"target":5},{"source":25,"target":32},{"source":25,"target":4},{"source":25,"target":33},{"source":32,"target":5},{"source":26,"target":34},{"source":26,"target":4},{"source":27,"target":35},{"source":27,"target":4},{"source":28,"target":7},{"source":5,"target":1},{"source":5,"target":7},{"source":5,"target":18},{"source":5,"target":33},{"source":5,"target":31},{"source":5,"target":36},{"source":5,"target":37},{"source":18,"target":3},{"source":18,"target":38},{"source":18,"target":5},{"source":18,"target":9},{"source":38,"target":3},{"source":33,"target":4},{"source":33,"target":39},{"source":33,"target":5},{"source":33,"target":25},{"source":39,"target":4},{"source":31,"target":4},{"source":31,"target":40},{"source":31,"target":5},{"source":31,"target":24},{"source":40,"target":4},{"source":36,"target":41},{"source":36,"target":5},{"source":37,"target":7},{"source":6,"target":1},{"source":6,"target":23},{"source":23,"target":3},{"source":23,"target":42},{"source":23,"target":6},{"source":23,"target":13},{"source":42,"target":3},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":7},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":0},{"source":43,"target":2},{"source":43,"target":50},{"source":43,"target":51},{"source":43,"target":52},{"source":50,"target":44},{"source":50,"target":53},{"source":50,"target":43},{"source":50,"target":54},{"source":53,"target":44},{"source":54,"target":55},{"source":54,"target":50},{"source":51,"target":43},{"source":51,"target":56},{"source":56,"target":44},{"source":56,"target":57},{"source":56,"target":51},{"source":57,"target":44},{"source":52,"target":44},{"source":52,"target":58},{"source":52,"target":43},{"source":52,"target":59},{"source":58,"target":44},{"source":44,"target":2},{"source":44,"target":59},{"source":44,"target":60},{"source":59,"target":43},{"source":59,"target":61},{"source":59,"target":44},{"source":59,"target":52},{"source":61,"target":43},{"source":60,"target":62},{"source":60,"target":44},{"source":7,"target":2},{"source":7,"target":43},{"source":7,"target":63},{"source":63,"target":43},{"source":45,"target":2},{"source":45,"target":44},{"source":45,"target":64},{"source":64,"target":44},{"source":46,"target":2},{"source":46,"target":45},{"source":46,"target":65},{"source":46,"target":66},{"source":65,"target":67},{"source":65,"target":46},{"source":66,"target":45},{"source":47,"target":2},{"source":47,"target":45},{"source":47,"target":68},{"source":47,"target":69},{"source":68,"target":70},{"source":68,"target":47},{"source":69,"target":45},{"source":48,"target":2},{"source":48,"target":45},{"source":48,"target":71},{"source":48,"target":72},{"source":71,"target":73},{"source":71,"target":48},{"source":72,"target":45},{"source":49,"target":2},{"source":49,"target":45},{"source":49,"target":74},{"source":49,"target":75},{"source":74,"target":76},{"source":74,"target":49},{"source":75,"target":45}],"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="SimplfiedMiningMart"> <eClassifiers xsi:type="ecore:EClass" name="ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="/0/ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="/0/ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="/0/Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Attribute" containment="true" eOpposite="/0/Attribute/class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="/0/Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" lowerBound="1" eType="/0/Attribute" eOpposite="/0/Attribute/has"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="/0/StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" lowerBound="1" eType="/0/Class" eOpposite="/0/Class/attributes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has" ordered="false" lowerBound="1" eType="/0/DataType" eOpposite="/0/DataType/attribute"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="String"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> </ecore:EPackage> <ecore:EPackage name="DataRepresentation"> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="/0/Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataType" ordered="false" lowerBound="1" eType="/0/DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" ordered="false" upperBound="-1" eType="/2/Key" eOpposite="/2/Key/hasColumn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToColumnSet" ordered="false" lowerBound="1" eType="/2/ColumnSet" eOpposite="/2/ColumnSet/hasColumn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="corespondsToBaseAttribute" ordered="false" lowerBound="1" eType="/2/BaseAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnSet" eSuperTypes="/0/Class"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbConnectString" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="user" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasColumn" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Column" eOpposite="/2/Column/belongsToColumnSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasKey" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Key" eOpposite="/2/Key/isAssociatedToColumnSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToConcept" ordered="false" eType="/2/Concept" eOpposite="/2/Concept/correspondsToColumnSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToRelationShip" ordered="false" eType="/2/RelationShip" eOpposite="/2/RelationShip/correspondsToColumnSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnStatistics"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="missing" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="average" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="standarDeviation" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distributionValue" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distributionCount" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distributionMin" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distributionMax" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forColumn" ordered="false" lowerBound="1" eType="/2/Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnSetStatistics" eSuperTypes="/0/ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allNumber" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordinalNumber" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nominalNumber" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeNumber" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forColumnSet" ordered="false" lowerBound="1" eType="/2/ColumnSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Snapshot" eSuperTypes="/2/ColumnSet"/> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="/2/ColumnSet"/> <eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="/2/ColumnSet"/> <eClassifiers xsi:type="ecore:EClass" name="Key" eSuperTypes="/0/ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUsedForIndex" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasColumn" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Column" eOpposite="/2/Column/keys"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isAssociatedToColumnSet" ordered="false" lowerBound="1" eType="/2/ColumnSet" eOpposite="/2/ColumnSet/hasKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="/2/Key"> <eStructuralFeatures xsi:type="ecore:EReference" name="isConnectionTo" ordered="false" eType="/2/Table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToRelationShip" ordered="false" eType="/2/RelationShip" eOpposite="/2/RelationShip/correspondsToForeignKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKey" eSuperTypes="/2/Key"/> <eClassifiers xsi:type="ecore:EClass" name="Concept" eSuperTypes="/0/Class /2/Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subConceptRestriction" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isA" ordered="false" lowerBound="1" eType="/2/Concept"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FromConcept" ordered="false" lowerBound="1" eType="/2/RelationShip" eOpposite="/2/RelationShip/FromConcept"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ToConcept" ordered="false" lowerBound="1" eType="/2/RelationShip" eOpposite="/2/RelationShip/ToConcept"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToColumnSet" ordered="false" eType="/2/ColumnSet" eOpposite="/2/ColumnSet/correspondsToConcept"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationShip" eSuperTypes="/0/ModelElement /2/Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subRelationShipRestriction" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defined" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isA" ordered="false" lowerBound="1" eType="/2/RelationShip"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToForeignKey" ordered="false" lowerBound="1" upperBound="-1" eType="/2/ForeignKey" eOpposite="/2/ForeignKey/correspondsToRelationShip"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToColumnSet" ordered="false" eType="/2/ColumnSet" eOpposite="/2/ColumnSet/correspondsToRelationShip"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FromConcept" ordered="false" lowerBound="1" eType="/2/Concept" eOpposite="/2/Concept/FromConcept"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ToConcept" ordered="false" lowerBound="1" eType="/2/Concept" eOpposite="/2/Concept/ToConcept"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureAttribute" eSuperTypes="/0/Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relevanceForMining" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeType" ordered="false" lowerBound="1" eType="/0/DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToConcept" ordered="false" lowerBound="1" eType="/2/Concept" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToColumns" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseAttribute" eSuperTypes="/2/FeatureAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="isPartMultiColumnFeature" ordered="false" eType="/2/MultiColumnFeature" eOpposite="/2/MultiColumnFeature/consitsOfBaseAttributes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainDataType" ordered="false" lowerBound="1" eType="/2/DomainDataType" eOpposite="/2/DomainDataType/baseAttributeD"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiColumnFeature" eSuperTypes="/2/FeatureAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="consitsOfBaseAttributes" ordered="false" upperBound="-1" eType="/2/BaseAttribute" containment="true" eOpposite="/2/BaseAttribute/isPartMultiColumnFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value" eSuperTypes="/0/Attribute /2/Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainDataType" ordered="false" lowerBound="1" eType="/2/DomainDataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToUserInput" ordered="false" lowerBound="1" upperBound="-1" eType="/2/UserInput" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserInput" eSuperTypes="/0/Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="containsValues" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ordinal" eSuperTypes="/2/DomainDataType"/> <eClassifiers xsi:type="ecore:EClass" name="Scalar" eSuperTypes="/2/Ordinal"/> <eClassifiers xsi:type="ecore:EClass" name="Time" eSuperTypes="/2/Scalar"/> <eClassifiers xsi:type="ecore:EClass" name="Binary" eSuperTypes="/2/Scalar /2/Nominal"/> <eClassifiers xsi:type="ecore:EClass" name="Categorial" eSuperTypes="/2/Nominal"/> <eClassifiers xsi:type="ecore:EClass" name="KeyAttribute" eSuperTypes="/2/Nominal"/> <eClassifiers xsi:type="ecore:EClass" name="TimeGroup" eSuperTypes="/2/KeyAttribute"/> <eClassifiers xsi:type="ecore:EClass" name="Spatial" eSuperTypes="/2/KeyAttribute"/> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="/2/Nominal"/> <eClassifiers xsi:type="ecore:EClass" name="RoleRestriction" eSuperTypes="/0/Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionForRelationShip" ordered="false" lowerBound="1" eType="/2/RelationShip"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionForConcept" ordered="false" lowerBound="1" eType="/2/Concept"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionToConcept" ordered="false" lowerBound="1" eType="/2/Concept"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToConcept" ordered="false" lowerBound="1" eType="/2/Concept"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainDataType" eSuperTypes="/0/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseAttributeD" ordered="false" lowerBound="1" eType="/2/BaseAttribute" eOpposite="/2/BaseAttribute/domainDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nominal" eSuperTypes="/2/DomainDataType"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/slebok/zoo/zoo/toy/miningmart/data/fetched/MiningMart_ViewDataRepresentation.ecore
ecore
SimplfiedMiningMart ModelElement Classifier StructuralFeature Class name attributes DataType attribute Attribute class has PrimitiveTypes String Integer Boolean DataRepresentation Column name dataType keys belongsToColumnSet corespondsToBaseAttribute ColumnSet number file dbConnectString user hasColumn hasKey correspondsToConcept correspondsToRelationShip ColumnStatistics unique missing min max average standarDeviation distributionValue distributionCount distributionMin distributionMax forColumn ColumnSetStatistics allNumber ordinalNumber nominalNumber timeNumber forColumnSet Snapshot Table View Key isUsedForIndex hasColumn isAssociatedToColumnSet ForeignKey isConnectionTo correspondsToRelationShip PrimaryKey Concept subConceptRestriction isA FromConcept ToConcept correspondsToColumnSet RelationShip name subRelationShipRestriction defined isA correspondsToForeignKey correspondsToColumnSet FromConcept ToConcept FeatureAttribute name relevanceForMining attributeType belongsToConcept correspondsToColumns BaseAttribute isPartMultiColumnFeature domainDataType MultiColumnFeature consitsOfBaseAttributes Value name domainDataType belongsToUserInput UserInput containsValues Ordinal Scalar Time Binary Categorial KeyAttribute TimeGroup Spatial Constant RoleRestriction name restrictionForRelationShip restrictionForConcept restrictionToConcept min max belongsToConcept DomainDataType baseAttributeD Nominal Parameter
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"SimplfiedMiningMart","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":12,"serializable":true,"eClass":"EDataType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":23,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":25,"serializable":true,"eClass":"EDataType"},{"nsPrefix":null,"nsURI":null,"name":"DataRepresentation","id":26,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnSet","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnStatistics","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnSetStatistics","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Snapshot","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concept","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationShip","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureAttribute","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseAttribute","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiColumnFeature","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserInput","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ordinal","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scalar","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Time","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binary","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Categorial","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyAttribute","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeGroup","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spatial","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRestriction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainDataType","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nominal","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongsToColumnSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"corespondsToBaseAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasColumn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasColumn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"number","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"file","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dbConnectString","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"user","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasKey","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondsToConcept","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondsToRelationShip","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isAssociatedToColumnSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondsToColumnSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondsToColumnSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unique","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"missing","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"average","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"standarDeviation","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"distributionValue","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"distributionCount","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"distributionMin","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"distributionMax","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forColumn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allNumber","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ordinalNumber","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nominalNumber","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"timeNumber","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forColumnSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUsedForIndex","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isConnectionTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondsToRelationShip","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondsToForeignKey","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"subConceptRestriction","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isA","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"FromConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ToConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"FromConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ToConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":150,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"subRelationShipRestriction","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defined","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isA","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":164,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"relevanceForMining","changeable":true,"lowerBound":1,"iD":false,"id":165,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"belongsToConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondsToColumns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isPartMultiColumnFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainDataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consitsOfBaseAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseAttributeD","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":184,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainDataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"belongsToUserInput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containsValues","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":205,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restrictionForRelationShip","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restrictionForConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restrictionToConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":210,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongsToConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":7},{"source":7,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":8},{"source":8,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":9,"target":12},{"source":9,"target":13},{"source":9,"target":4},{"source":13,"target":12},{"source":10,"target":6},{"source":10,"target":14},{"source":10,"target":4},{"source":10,"target":15},{"source":14,"target":6},{"source":11,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":16},{"source":5,"target":17},{"source":16,"target":6},{"source":16,"target":18},{"source":16,"target":5},{"source":16,"target":19},{"source":18,"target":6},{"source":17,"target":2},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":15},{"source":6,"target":19},{"source":6,"target":20},{"source":15,"target":4},{"source":15,"target":21},{"source":15,"target":6},{"source":15,"target":10},{"source":21,"target":4},{"source":19,"target":5},{"source":19,"target":22},{"source":19,"target":6},{"source":19,"target":16},{"source":22,"target":5},{"source":20,"target":3},{"source":23,"target":12},{"source":23,"target":24},{"source":23,"target":25},{"source":12,"target":23},{"source":24,"target":23},{"source":25,"target":23},{"source":26,"target":27},{"source":26,"target":28},{"source":26,"target":29},{"source":26,"target":30},{"source":26,"target":31},{"source":26,"target":32},{"source":26,"target":33},{"source":26,"target":34},{"source":26,"target":35},{"source":26,"target":36},{"source":26,"target":37},{"source":26,"target":38},{"source":26,"target":39},{"source":26,"target":40},{"source":26,"target":41},{"source":26,"target":42},{"source":26,"target":43},{"source":26,"target":44},{"source":26,"target":45},{"source":26,"target":46},{"source":26,"target":47},{"source":26,"target":48},{"source":26,"target":49},{"source":26,"target":50},{"source":26,"target":51},{"source":26,"target":52},{"source":26,"target":53},{"source":26,"target":54},{"source":26,"target":55},{"source":26,"target":56},{"source":27,"target":26},{"source":27,"target":6},{"source":27,"target":57},{"source":27,"target":58},{"source":27,"target":59},{"source":27,"target":60},{"source":27,"target":61},{"source":27,"target":62},{"source":57,"target":12},{"source":57,"target":63},{"source":57,"target":27},{"source":63,"target":12},{"source":58,"target":5},{"source":58,"target":64},{"source":58,"target":27},{"source":64,"target":5},{"source":59,"target":34},{"source":59,"target":65},{"source":59,"target":27},{"source":59,"target":66},{"source":65,"target":34},{"source":60,"target":28},{"source":60,"target":67},{"source":60,"target":27},{"source":60,"target":68},{"source":67,"target":28},{"source":61,"target":40},{"source":61,"target":69},{"source":61,"target":27},{"source":69,"target":40},{"source":62,"target":6},{"source":28,"target":26},{"source":28,"target":4},{"source":28,"target":70},{"source":28,"target":71},{"source":28,"target":72},{"source":28,"target":73},{"source":28,"target":68},{"source":28,"target":74},{"source":28,"target":75},{"source":28,"target":76},{"source":28,"target":77},{"source":70,"target":24},{"source":70,"target":78},{"source":70,"target":28},{"source":78,"target":24},{"source":71,"target":12},{"source":71,"target":79},{"source":71,"target":28},{"source":79,"target":12},{"source":72,"target":12},{"source":72,"target":80},{"source":72,"target":28},{"source":80,"target":12},{"source":73,"target":12},{"source":73,"target":81},{"source":73,"target":28},{"source":81,"target":12},{"source":68,"target":27},{"source":68,"target":82},{"source":68,"target":28},{"source":68,"target":60},{"source":82,"target":27},{"source":74,"target":34},{"source":74,"target":83},{"source":74,"target":28},{"source":74,"target":84},{"source":83,"target":34},{"source":75,"target":37},{"source":75,"target":85},{"source":75,"target":28},{"source":75,"target":86},{"source":85,"target":37},{"source":76,"target":38},{"source":76,"target":87},{"source":76,"target":28},{"source":76,"target":88},{"source":87,"target":38},{"source":77,"target":4},{"source":29,"target":26},{"source":29,"target":89},{"source":29,"target":90},{"source":29,"target":91},{"source":29,"target":92},{"source":29,"target":93},{"source":29,"target":94},{"source":29,"target":95},{"source":29,"target":96},{"source":29,"target":97},{"source":29,"target":98},{"source":29,"target":99},{"source":89,"target":24},{"source":89,"target":100},{"source":89,"target":29},{"source":100,"target":24},{"source":90,"target":24},{"source":90,"target":101},{"source":90,"target":29},{"source":101,"target":24},{"source":91,"target":24},{"source":91,"target":102},{"source":91,"target":29},{"source":102,"target":24},{"source":92,"target":24},{"source":92,"target":103},{"source":92,"target":29},{"source":103,"target":24},{"source":93,"target":24},{"source":93,"target":104},{"source":93,"target":29},{"source":104,"target":24},{"source":94,"target":24},{"source":94,"target":105},{"source":94,"target":29},{"source":105,"target":24},{"source":95,"target":12},{"source":95,"target":106},{"source":95,"target":29},{"source":106,"target":12},{"source":96,"target":24},{"source":96,"target":107},{"source":96,"target":29},{"source":107,"target":24},{"source":97,"target":24},{"source":97,"target":108},{"source":97,"target":29},{"source":108,"target":24},{"source":98,"target":24},{"source":98,"target":109},{"source":98,"target":29},{"source":109,"target":24},{"source":99,"target":27},{"source":99,"target":110},{"source":99,"target":29},{"source":110,"target":27},{"source":30,"target":26},{"source":30,"target":1},{"source":30,"target":111},{"source":30,"target":112},{"source":30,"target":113},{"source":30,"target":114},{"source":30,"target":115},{"source":30,"target":116},{"source":111,"target":24},{"source":111,"target":117},{"source":111,"target":30},{"source":117,"target":24},{"source":112,"target":24},{"source":112,"target":118},{"source":112,"target":30},{"source":118,"target":24},{"source":113,"target":24},{"source":113,"target":119},{"source":113,"target":30},{"source":119,"target":24},{"source":114,"target":24},{"source":114,"target":120},{"source":114,"target":30},{"source":120,"target":24},{"source":115,"target":28},{"source":115,"target":121},{"source":115,"target":30},{"source":121,"target":28},{"source":116,"target":1},{"source":31,"target":26},{"source":31,"target":28},{"source":31,"target":122},{"source":122,"target":28},{"source":32,"target":26},{"source":32,"target":28},{"source":32,"target":123},{"source":123,"target":28},{"source":33,"target":26},{"source":33,"target":28},{"source":33,"target":124},{"source":124,"target":28},{"source":34,"target":26},{"source":34,"target":1},{"source":34,"target":125},{"source":34,"target":66},{"source":34,"target":84},{"source":34,"target":126},{"source":125,"target":25},{"source":125,"target":127},{"source":125,"target":34},{"source":127,"target":25},{"source":66,"target":27},{"source":66,"target":128},{"source":66,"target":34},{"source":66,"target":59},{"source":128,"target":27},{"source":84,"target":28},{"source":84,"target":129},{"source":84,"target":34},{"source":84,"target":74},{"source":129,"target":28},{"source":126,"target":1},{"source":35,"target":26},{"source":35,"target":34},{"source":35,"target":130},{"source":35,"target":131},{"source":35,"target":132},{"source":130,"target":32},{"source":130,"target":133},{"source":130,"target":35},{"source":133,"target":32},{"source":131,"target":38},{"source":131,"target":134},{"source":131,"target":35},{"source":131,"target":135},{"source":134,"target":38},{"source":132,"target":34},{"source":36,"target":26},{"source":36,"target":34},{"source":36,"target":136},{"source":136,"target":34},{"source":37,"target":26},{"source":37,"target":4},{"source":37,"target":56},{"source":37,"target":137},{"source":37,"target":138},{"source":37,"target":139},{"source":37,"target":140},{"source":37,"target":86},{"source":37,"target":141},{"source":37,"target":142},{"source":137,"target":12},{"source":137,"target":143},{"source":137,"target":37},{"source":143,"target":12},{"source":138,"target":37},{"source":138,"target":144},{"source":138,"target":37},{"source":144,"target":37},{"source":139,"target":38},{"source":139,"target":145},{"source":139,"target":37},{"source":139,"target":146},{"source":145,"target":38},{"source":140,"target":38},{"source":140,"target":147},{"source":140,"target":37},{"source":140,"target":148},{"source":147,"target":38},{"source":86,"target":28},{"source":86,"target":149},{"source":86,"target":37},{"source":86,"target":75},{"source":149,"target":28},{"source":141,"target":4},{"source":142,"target":56},{"source":38,"target":26},{"source":38,"target":1},{"source":38,"target":56},{"source":38,"target":150},{"source":38,"target":151},{"source":38,"target":152},{"source":38,"target":153},{"source":38,"target":135},{"source":38,"target":88},{"source":38,"target":146},{"source":38,"target":148},{"source":38,"target":154},{"source":38,"target":155},{"source":150,"target":12},{"source":150,"target":156},{"source":150,"target":38},{"source":156,"target":12},{"source":151,"target":12},{"source":151,"target":157},{"source":151,"target":38},{"source":157,"target":12},{"source":152,"target":12},{"source":152,"target":158},{"source":152,"target":38},{"source":158,"target":12},{"source":153,"target":38},{"source":153,"target":159},{"source":153,"target":38},{"source":159,"target":38},{"source":135,"target":35},{"source":135,"target":160},{"source":135,"target":38},{"source":135,"target":131},{"source":160,"target":35},{"source":88,"target":28},{"source":88,"target":161},{"source":88,"target":38},{"source":88,"target":76},{"source":161,"target":28},{"source":146,"target":37},{"source":146,"target":162},{"source":146,"target":38},{"source":146,"target":139},{"source":162,"target":37},{"source":148,"target":37},{"source":148,"target":163},{"source":148,"target":38},{"source":148,"target":140},{"source":163,"target":37},{"source":154,"target":1},{"source":155,"target":56},{"source":39,"target":26},{"source":39,"target":6},{"source":39,"target":164},{"source":39,"target":165},{"source":39,"target":166},{"source":39,"target":167},{"source":39,"target":168},{"source":39,"target":169},{"source":164,"target":12},{"source":164,"target":170},{"source":164,"target":39},{"source":170,"target":12},{"source":165,"target":25},{"source":165,"target":171},{"source":165,"target":39},{"source":171,"target":25},{"source":166,"target":5},{"source":166,"target":172},{"source":166,"target":39},{"source":172,"target":5},{"source":167,"target":37},{"source":167,"target":173},{"source":167,"target":39},{"source":173,"target":37},{"source":168,"target":27},{"source":168,"target":174},{"source":168,"target":39},{"source":174,"target":27},{"source":169,"target":6},{"source":40,"target":26},{"source":40,"target":39},{"source":40,"target":175},{"source":40,"target":176},{"source":40,"target":177},{"source":175,"target":41},{"source":175,"target":178},{"source":175,"target":40},{"source":175,"target":179},{"source":178,"target":41},{"source":176,"target":54},{"source":176,"target":180},{"source":176,"target":40},{"source":176,"target":181},{"source":180,"target":54},{"source":177,"target":39},{"source":41,"target":26},{"source":41,"target":39},{"source":41,"target":179},{"source":41,"target":182},{"source":179,"target":40},{"source":179,"target":183},{"source":179,"target":41},{"source":179,"target":175},{"source":183,"target":40},{"source":182,"target":39},{"source":42,"target":26},{"source":42,"target":6},{"source":42,"target":56},{"source":42,"target":184},{"source":42,"target":185},{"source":42,"target":186},{"source":42,"target":187},{"source":42,"target":188},{"source":184,"target":12},{"source":184,"target":189},{"source":184,"target":42},{"source":189,"target":12},{"source":185,"target":54},{"source":185,"target":190},{"source":185,"target":42},{"source":190,"target":54},{"source":186,"target":43},{"source":186,"target":191},{"source":186,"target":42},{"source":191,"target":43},{"source":187,"target":6},{"source":188,"target":56},{"source":43,"target":26},{"source":43,"target":4},{"source":43,"target":192},{"source":43,"target":193},{"source":192,"target":42},{"source":192,"target":194},{"source":192,"target":43},{"source":194,"target":42},{"source":193,"target":4},{"source":44,"target":26},{"source":44,"target":54},{"source":44,"target":195},{"source":195,"target":54},{"source":45,"target":26},{"source":45,"target":44},{"source":45,"target":196},{"source":196,"target":44},{"source":46,"target":26},{"source":46,"target":45},{"source":46,"target":197},{"source":197,"target":45},{"source":47,"target":26},{"source":47,"target":45},{"source":47,"target":55},{"source":47,"target":198},{"source":47,"target":199},{"source":198,"target":45},{"source":199,"target":55},{"source":48,"target":26},{"source":48,"target":55},{"source":48,"target":200},{"source":200,"target":55},{"source":49,"target":26},{"source":49,"target":55},{"source":49,"target":201},{"source":201,"target":55},{"source":50,"target":26},{"source":50,"target":49},{"source":50,"target":202},{"source":202,"target":49},{"source":51,"target":26},{"source":51,"target":49},{"source":51,"target":203},{"source":203,"target":49},{"source":52,"target":26},{"source":52,"target":55},{"source":52,"target":204},{"source":204,"target":55},{"source":53,"target":26},{"source":53,"target":6},{"source":53,"target":205},{"source":53,"target":206},{"source":53,"target":207},{"source":53,"target":208},{"source":53,"target":209},{"source":53,"target":210},{"source":53,"target":211},{"source":53,"target":212},{"source":205,"target":12},{"source":205,"target":213},{"source":205,"target":53},{"source":213,"target":12},{"source":206,"target":38},{"source":206,"target":214},{"source":206,"target":53},{"source":214,"target":38},{"source":207,"target":37},{"source":207,"target":215},{"source":207,"target":53},{"source":215,"target":37},{"source":208,"target":37},{"source":208,"target":216},{"source":208,"target":53},{"source":216,"target":37},{"source":209,"target":24},{"source":209,"target":217},{"source":209,"target":53},{"source":217,"target":24},{"source":210,"target":24},{"source":210,"target":218},{"source":210,"target":53},{"source":218,"target":24},{"source":211,"target":37},{"source":211,"target":219},{"source":211,"target":53},{"source":219,"target":37},{"source":212,"target":6},{"source":54,"target":26},{"source":54,"target":5},{"source":54,"target":181},{"source":54,"target":220},{"source":181,"target":40},{"source":181,"target":221},{"source":181,"target":54},{"source":181,"target":176},{"source":221,"target":40},{"source":220,"target":5},{"source":55,"target":26},{"source":55,"target":54},{"source":55,"target":222},{"source":222,"target":54},{"source":56,"target":26}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pCTL" nsURI="http://www.uni_stuttgart.de/iste/cowolf/model/ctmc/xtext/PCTL" nsPrefix="pCTL"> <eClassifiers xsi:type="ecore:EClass" name="Start"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" upperBound="-1" eType="#//Fragment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fragment"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Fragment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//Fragment"/> <eClassifiers xsi:type="ecore:EClass" name="SteadyState" eSuperTypes="#//Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" eType="#//CompareProbability" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//StateFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantifiedProbability" eSuperTypes="#//Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//PathFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanRule" eSuperTypes="#//Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//StateFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateFormula" eSuperTypes="#//StateExpression #//RightStateExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//StateExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateExpression"/> <eClassifiers xsi:type="ecore:EClass" name="RightStateExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//RightStateExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//StateExpression"> <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="Label" eSuperTypes="#//StateExpression"> <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="Boolean" eSuperTypes="#//StateExpression"> <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="PathFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" eType="#//TimeBound" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Until" eSuperTypes="#//PathFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//StateFormula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//StateFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Next" eSuperTypes="#//PathFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//StateFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Future" eSuperTypes="#//PathFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//StateFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Globally" eSuperTypes="#//PathFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//StateFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompareProbability"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" 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#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeBound"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" 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#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conjunction" eSuperTypes="#//RightStateExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//RightStateExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Disjunction" eSuperTypes="#//RightStateExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//RightStateExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Probability" eSuperTypes="#//StateExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="comparator" eType="#//CompareProbability" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//PathFormula" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/CoWolf/CoWolf/de.uni_stuttgart.iste.cowolf.model.ctmc.xtext.pctl/model/generated/PCTL.ecore
ecore
pCTL Start rule Fragment Comment comment Rule SteadyState bound value QuantifiedProbability value BooleanRule value StateFormula left StateExpression RightStateExpression right State value Label value Boolean value PathFormula bound Until left type right Next value Future value Globally value CompareProbability operator value TimeBound operator value from to Conjunction left Disjunction left Probability comparator path
null
{"directed":true,"nodes":[{"nsPrefix":"pCTL","nsURI":"http://www.uni_stuttgart.de/iste/cowolf/model/ctmc/xtext/PCTL","name":"pCTL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fragment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SteadyState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedProbability","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanRule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateFormula","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateExpression","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightStateExpression","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathFormula","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Until","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Next","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Future","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Globally","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareProbability","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeBound","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conjunction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjunction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Probability","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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},{"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":"value","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"type","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"operator","changeable":true,"lowerBound":0,"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":"value","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":"from","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comparator","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":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":24,"target":2},{"source":24,"target":25},{"source":24,"target":1},{"source":25,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":26},{"source":3,"target":27},{"source":26,"target":28},{"source":26,"target":3},{"source":27,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":29},{"source":29,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":30,"target":19},{"source":30,"target":33},{"source":30,"target":5},{"source":33,"target":19},{"source":31,"target":8},{"source":31,"target":34},{"source":31,"target":5},{"source":34,"target":8},{"source":32,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":35},{"source":6,"target":36},{"source":35,"target":14},{"source":35,"target":37},{"source":35,"target":6},{"source":37,"target":14},{"source":36,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":38},{"source":7,"target":39},{"source":38,"target":8},{"source":38,"target":40},{"source":38,"target":7},{"source":40,"target":8},{"source":39,"target":4},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":10},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":41,"target":9},{"source":41,"target":44},{"source":41,"target":8},{"source":44,"target":9},{"source":42,"target":9},{"source":43,"target":10},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":45},{"source":45,"target":10},{"source":45,"target":46},{"source":45,"target":10},{"source":46,"target":10},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":47},{"source":11,"target":48},{"source":47,"target":49},{"source":47,"target":11},{"source":48,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":50},{"source":12,"target":51},{"source":50,"target":52},{"source":50,"target":12},{"source":51,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":53},{"source":13,"target":54},{"source":53,"target":55},{"source":53,"target":13},{"source":54,"target":9},{"source":14,"target":0},{"source":14,"target":56},{"source":56,"target":20},{"source":56,"target":57},{"source":56,"target":14},{"source":57,"target":20},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":58},{"source":15,"target":59},{"source":15,"target":60},{"source":15,"target":61},{"source":58,"target":8},{"source":58,"target":62},{"source":58,"target":15},{"source":62,"target":8},{"source":59,"target":63},{"source":59,"target":15},{"source":60,"target":8},{"source":60,"target":64},{"source":60,"target":15},{"source":64,"target":8},{"source":61,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":65},{"source":16,"target":66},{"source":65,"target":8},{"source":65,"target":67},{"source":65,"target":16},{"source":67,"target":8},{"source":66,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":68},{"source":17,"target":69},{"source":68,"target":8},{"source":68,"target":70},{"source":68,"target":17},{"source":70,"target":8},{"source":69,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":71},{"source":18,"target":72},{"source":71,"target":8},{"source":71,"target":73},{"source":71,"target":18},{"source":73,"target":8},{"source":72,"target":14},{"source":19,"target":0},{"source":19,"target":74},{"source":19,"target":75},{"source":74,"target":76},{"source":74,"target":19},{"source":75,"target":77},{"source":75,"target":19},{"source":20,"target":0},{"source":20,"target":78},{"source":20,"target":79},{"source":20,"target":80},{"source":20,"target":81},{"source":78,"target":82},{"source":78,"target":20},{"source":79,"target":83},{"source":79,"target":20},{"source":80,"target":84},{"source":80,"target":20},{"source":81,"target":85},{"source":81,"target":20},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":86},{"source":21,"target":87},{"source":86,"target":10},{"source":86,"target":88},{"source":86,"target":21},{"source":88,"target":10},{"source":87,"target":10},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":89},{"source":22,"target":90},{"source":89,"target":10},{"source":89,"target":91},{"source":89,"target":22},{"source":91,"target":10},{"source":90,"target":10},{"source":23,"target":0},{"source":23,"target":9},{"source":23,"target":92},{"source":23,"target":93},{"source":23,"target":94},{"source":92,"target":19},{"source":92,"target":95},{"source":92,"target":23},{"source":95,"target":19},{"source":93,"target":14},{"source":93,"target":96},{"source":93,"target":23},{"source":96,"target":14},{"source":94,"target":9}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="la" nsURI="http://www.polarsys.org/capella/core/la/0.8.0/semantic" nsPrefix="org.polarsys.capella.core.data.la"> <eAnnotations source="http://www.polarsys.org/capella/xmlpivot"> <details key="sourceNsURI" value="http://www.polarsys.org/capella/core/la/0.8.0"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="LogicalArchitecture" eSuperTypes="cs.ecore#//BlockArchitecture"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalContext" eType="#//LogicalContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalComponent" eType="#//LogicalComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalComponentPkg" eType="#//LogicalComponentPkg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalActorPkg" eType="#//LogicalActorPkg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedCapabilityRealizationPkg" eType="#//CapabilityRealizationPkg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedLogicalFunctionPkg" eType="#//LogicalFunctionPkg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocatedSystemAnalyses" upperBound="-1" eType="ecore:EClass ctx.ecore#//SystemAnalysis"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalFunction" eSuperTypes="fa.ecore#//AbstractFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalFunctionPkgs" upperBound="-1" eType="#//LogicalFunctionPkg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizedSystemFunctions" upperBound="-1" eType="ecore:EClass ctx.ecore#//SystemFunction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedLogicalFunctions" upperBound="-1" eType="#//LogicalFunction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalFunctionPkg" eSuperTypes="fa.ecore#//FunctionPkg"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalFunctions" upperBound="-1" eType="#//LogicalFunction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalFunctionPkgs" upperBound="-1" eType="#//LogicalFunctionPkg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalComponent" eSuperTypes="cs.ecore#//SystemComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalComponents" upperBound="-1" eType="#//LogicalComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalComponentPkgs" upperBound="-1" eType="#//LogicalComponentPkg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocatedLogicalFunctions" upperBound="-1" eType="#//LogicalFunction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizedSystems" upperBound="-1" eType="ecore:EClass ctx.ecore#//System"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalComponentPkg" eSuperTypes="fa.ecore#//AbstractFunctionalStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalComponents" upperBound="-1" eType="#//LogicalComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalComponentPkgs" upperBound="-1" eType="#//LogicalComponentPkg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityRealization" eSuperTypes="interaction.ecore#//AbstractCapability"> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingActors" upperBound="-1" eType="ecore:EClass cs.ecore#//AbstractActor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingSystemComponents" upperBound="-1" eType="ecore:EClass cs.ecore#//SystemComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizedCapabilities" upperBound="-1" eType="ecore:EClass ctx.ecore#//Capability"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizedCapabilityRealizations" upperBound="-1" eType="#//CapabilityRealization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityRealizationPkg" eSuperTypes="capellacommon.ecore#//AbstractCapabilityPkg"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCapabilityRealizations" upperBound="-1" eType="#//CapabilityRealization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCapabilityRealizationPkgs" upperBound="-1" eType="#//CapabilityRealizationPkg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalActorPkg" eSuperTypes="fa.ecore#//AbstractFunctionalStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalActorPkgs" upperBound="-1" eType="#//LogicalActorPkg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLogicalActors" upperBound="-1" eType="#//LogicalActor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalActor" eSuperTypes="cs.ecore#//AbstractActor"> <eStructuralFeatures xsi:type="ecore:EReference" name="allocatedLogicalFunctions" upperBound="-1" eType="#//LogicalFunction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizedSystemActors" upperBound="-1" eType="ecore:EClass ctx.ecore#//Actor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalContext" eSuperTypes="cs.ecore#//Component"/> </ecore:EPackage>
github:ecore:/data/eclipse/capella-addons/xmlpivot/plugins/org.polarsys.capella.core.semantic.data.gen/model/la.ecore
ecore
la LogicalArchitecture ownedLogicalContext ownedLogicalComponent ownedLogicalComponentPkg ownedLogicalActorPkg containedCapabilityRealizationPkg containedLogicalFunctionPkg allocatedSystemAnalyses LogicalFunction ownedLogicalFunctionPkgs realizedSystemFunctions containedLogicalFunctions LogicalFunctionPkg ownedLogicalFunctions ownedLogicalFunctionPkgs LogicalComponent ownedLogicalComponents ownedLogicalComponentPkgs allocatedLogicalFunctions realizedSystems LogicalComponentPkg ownedLogicalComponents ownedLogicalComponentPkgs CapabilityRealization participatingActors participatingSystemComponents realizedCapabilities realizedCapabilityRealizations CapabilityRealizationPkg ownedCapabilityRealizations ownedCapabilityRealizationPkgs LogicalActorPkg ownedLogicalActorPkgs ownedLogicalActors LogicalActor allocatedLogicalFunctions realizedSystemActors LogicalContext
null
{"directed":true,"nodes":[{"nsPrefix":"org.polarsys.capella.core.data.la","nsURI":"http://www.polarsys.org/capella/core/la/0.8.0/semantic","name":"la","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalArchitecture","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalFunction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalFunctionPkg","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalComponent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalComponentPkg","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityRealization","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityRealizationPkg","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalActorPkg","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalActor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalContext","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":"ownedLogicalContext","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":"ownedLogicalComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLogicalComponentPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLogicalActorPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedCapabilityRealizationPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedLogicalFunctionPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allocatedSystemAnalyses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLogicalFunctionPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"realizedSystemFunctions","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":"containedLogicalFunctions","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLogicalFunctions","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":"ownedLogicalFunctionPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLogicalComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLogicalComponentPkgs","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":"allocatedLogicalFunctions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"realizedSystems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLogicalComponents","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":"ownedLogicalComponentPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingActors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"participatingSystemComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"realizedCapabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"realizedCapabilityRealizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCapabilityRealizations","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":"ownedCapabilityRealizationPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLogicalActorPkgs","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":"ownedLogicalActors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allocatedLogicalFunctions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"realizedSystemActors","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":11,"target":10},{"source":11,"target":19},{"source":11,"target":1},{"source":19,"target":10},{"source":12,"target":4},{"source":12,"target":20},{"source":12,"target":1},{"source":20,"target":4},{"source":13,"target":5},{"source":13,"target":21},{"source":13,"target":1},{"source":21,"target":5},{"source":14,"target":8},{"source":14,"target":22},{"source":14,"target":1},{"source":22,"target":8},{"source":15,"target":7},{"source":15,"target":23},{"source":15,"target":1},{"source":23,"target":7},{"source":16,"target":3},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":3},{"source":17,"target":25},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":26,"target":3},{"source":26,"target":30},{"source":26,"target":2},{"source":30,"target":3},{"source":27,"target":31},{"source":27,"target":2},{"source":28,"target":2},{"source":28,"target":32},{"source":28,"target":2},{"source":32,"target":2},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":33,"target":2},{"source":33,"target":36},{"source":33,"target":3},{"source":36,"target":2},{"source":34,"target":3},{"source":34,"target":37},{"source":34,"target":3},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":38,"target":4},{"source":38,"target":43},{"source":38,"target":4},{"source":43,"target":4},{"source":39,"target":5},{"source":39,"target":44},{"source":39,"target":4},{"source":44,"target":5},{"source":40,"target":2},{"source":40,"target":45},{"source":40,"target":4},{"source":45,"target":2},{"source":41,"target":46},{"source":41,"target":4},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":47,"target":4},{"source":47,"target":50},{"source":47,"target":5},{"source":50,"target":4},{"source":48,"target":5},{"source":48,"target":51},{"source":48,"target":5},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":52,"target":57},{"source":52,"target":6},{"source":53,"target":58},{"source":53,"target":6},{"source":54,"target":59},{"source":54,"target":6},{"source":55,"target":6},{"source":55,"target":60},{"source":55,"target":6},{"source":60,"target":6},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":61,"target":6},{"source":61,"target":64},{"source":61,"target":7},{"source":64,"target":6},{"source":62,"target":7},{"source":62,"target":65},{"source":62,"target":7},{"source":65,"target":7},{"source":8,"target":0},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":66,"target":8},{"source":66,"target":69},{"source":66,"target":8},{"source":69,"target":8},{"source":67,"target":9},{"source":67,"target":70},{"source":67,"target":8},{"source":70,"target":9},{"source":9,"target":0},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":71,"target":2},{"source":71,"target":74},{"source":71,"target":9},{"source":74,"target":2},{"source":72,"target":75},{"source":72,"target":9},{"source":10,"target":0},{"source":10,"target":76}],"multigraph":true}
false
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="AML"> <eClassifiers xsi:type="ecore:EClass" name="MElement" abstract="true" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Matcher" eSuperTypes="/0/MElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" ordered="false" upperBound="-1" eType="/0/Method" containment="true" eOpposite="/0/Method/matcher"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matchers" ordered="false" upperBound="-1" eType="/1/MatcherRef" containment="true" eOpposite="/1/MatcherRef/unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelsBlock" ordered="false" eType="/0/ModelsBlock" containment="true" eOpposite="/0/ModelsBlock/matcher"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelsFlowsBlock" ordered="false" eType="/0/ModelsFlowsBlock" containment="true" eOpposite="/0/ModelsFlowsBlock/matcher"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceModels" ordered="false" upperBound="-1" eType="/2/ReferenceModel" containment="true" eOpposite="/2/ReferenceModel/matcher"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelsBlock" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="models" upperBound="-1" eType="/2/Model" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matcher" ordered="false" lowerBound="1" eType="/0/Matcher" eOpposite="/0/Matcher/modelsBlock"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelsFlowsBlock" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="matcher" ordered="false" lowerBound="1" eType="/0/Matcher" eOpposite="/0/Matcher/modelsFlowsBlock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelsFlows" upperBound="-1" eType="/0/MethodCall" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelFlowExpression" abstract="true" eSuperTypes="/4/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MappingModelRefExp" eSuperTypes="/0/ModelFlowExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredMappingModel" ordered="false" lowerBound="1" eType="/2/MappingModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelRefExp" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="methodCall" ordered="false" lowerBound="1" eType="/0/MethodCall" eOpposite="/0/MethodCall/arguments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredModel" ordered="false" lowerBound="1" eType="/2/Model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="/0/ModelFlowExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="/0/Method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outMappingModel" ordered="false" eType="/2/MappingModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inMappingModel" ordered="false" lowerBound="1" upperBound="-1" eType="/0/ModelFlowExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/ModelRefExp" containment="true" eOpposite="/0/ModelRefExp/methodCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WeightedModelExp" eSuperTypes="/0/ModelFlowExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false" unique="false" lowerBound="1" eType="/3/Double"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelFlowExp" ordered="false" lowerBound="1" eType="/0/ModelFlowExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="/0/MElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inMappingModel" ordered="false" lowerBound="1" upperBound="-1" eType="/2/MappingModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" ordered="false" upperBound="-1" eType="/2/Model" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="/1/InPattern" containment="true" eOpposite="/1/InPattern/method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="/1/OutPattern" containment="true" eOpposite="/1/OutPattern/method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sim" ordered="false" eType="/0/Sim" containment="true" eOpposite="/0/Sim/method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="/1/RuleVariableDeclaration" containment="true" eOpposite="/1/RuleVariableDeclaration/method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matcher" ordered="false" lowerBound="1" eType="/0/Matcher" eOpposite="/0/Matcher/methods"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ATLLibraries" ordered="false" upperBound="-1" eType="/1/ATLLibraryRef" containment="true" eOpposite="/1/ATLLibraryRef/method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="javaLibraries" ordered="false" upperBound="-1" eType="/1/JavaLibraryRef" containment="true" eOpposite="/1/JavaLibraryRef/method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sim" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="/0/Method" eOpposite="/0/Method/sim"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateEqual" eSuperTypes="/0/Method"/> <eClassifiers xsi:type="ecore:EClass" name="SimEqual" eSuperTypes="/0/Method"/> <eClassifiers xsi:type="ecore:EClass" name="AggrEqual" eSuperTypes="/0/Method"/> <eClassifiers xsi:type="ecore:EClass" name="SelEqual" eSuperTypes="/0/Method"/> <eClassifiers xsi:type="ecore:EClass" name="UserEqual" eSuperTypes="/0/Method"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalMethod" eSuperTypes="/0/Method"> <eStructuralFeatures xsi:type="ecore:EReference" name="AMLLibrary" ordered="false" lowerBound="1" eType="/1/AMLLibraryRef" containment="true" eOpposite="/1/AMLLibraryRef/method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SummationExp" eSuperTypes="/2/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="sumExpression" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="ATL"> <eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="/1/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="/1/Helper" containment="true" eOpposite="/1/Helper/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="/1/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="/1/Helper" containment="true" eOpposite="/1/Helper/query"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="/1/Unit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1" upperBound="-1" eType="/2/Model" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Model" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/1/ModuleElement" containment="true" eOpposite="/1/ModuleElement/module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" lowerBound="1" eType="/1/Module" eOpposite="/1/Module/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="/1/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" eType="/1/Query" eOpposite="/1/Query/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="/1/Library" eOpposite="/1/Library/helpers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="/1/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false" eType="/1/ActionBlock" containment="true" eOpposite="/1/ActionBlock/rule"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="/1/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="/1/MatchedRule" eOpposite="/1/MatchedRule/superRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false" eType="/1/MatchedRule" eOpposite="/1/MatchedRule/children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="/1/MatchedRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="/1/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="/2/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="/1/InPatternElement" containment="true" eOpposite="/1/InPatternElement/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="/0/Method" eOpposite="/0/Method/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="/2/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualInPattern" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rightElement" ordered="false" lowerBound="1" eType="/2/EqualMetaElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftElement" ordered="false" lowerBound="1" eType="/2/EqualMetaElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="/0/Method" eOpposite="/0/Method/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="/1/OutPatternElement" containment="true" eOpposite="/1/OutPatternElement/outPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="/2/VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true" eSuperTypes="/1/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false" lowerBound="1" eType="/1/OutPatternElement" eOpposite="/1/OutPatternElement/sourceElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="/1/InPattern" eOpposite="/1/InPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false" upperBound="-1" eType="/2/Model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="/1/InPatternElement"/> <eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true" eSuperTypes="/1/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="/1/OutPattern" eOpposite="/1/OutPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="/1/InPatternElement" eOpposite="/1/InPatternElement/mapsTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="/1/Binding" containment="true" eOpposite="/1/Binding/outPatternElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="/2/Model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="/1/OutPatternElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="/1/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="/2/Iterator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" lowerBound="1" eType="/1/OutPatternElement" eOpposite="/1/OutPatternElement/bindings"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="/2/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="/0/Method" eOpposite="/0/Method/variables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryRef" abstract="true" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AMLLibraryRef" eSuperTypes="/1/LibraryRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="/0/ExternalMethod" eOpposite="/0/ExternalMethod/AMLLibrary"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ATLLibraryRef" eSuperTypes="/1/LibraryRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="/0/Method" eOpposite="/0/Method/ATLLibraries"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaLibraryRef" eSuperTypes="/1/LibraryRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="/0/Method" eOpposite="/0/Method/javaLibraries"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatcherRef" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="/0/Matcher" eOpposite="/0/Matcher/matchers"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/Rule" eOpposite="/1/Rule/actionBlock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="/4/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1" eType="/1/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1" eType="/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="/2/Iterator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/1/Statement" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="OCL"> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="/4/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ThisModuleExp" eSuperTypes="/2/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ThisEqualExp" eSuperTypes="/2/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ThisSimExp" eSuperTypes="/2/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ThisInstancesExp" eSuperTypes="/2/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="instancesOp" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisNodeExp" abstract="true" eSuperTypes="/2/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ThisRightExp" eSuperTypes="/2/ThisNodeExp"/> <eClassifiers xsi:type="ecore:EClass" name="ThisLeftExp" eSuperTypes="/2/ThisNodeExp"/> <eClassifiers xsi:type="ecore:EClass" name="EqualRight" eSuperTypes="/2/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EqualLeft" eSuperTypes="/2/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EqualSim" eSuperTypes="/2/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ThisWeightExp" eSuperTypes="/2/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ThisEqualModelExp" eSuperTypes="/2/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="/2/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="/2/VariableDeclaration" eOpposite="/2/VariableDeclaration/variableExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="/2/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="/2/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="/2/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="/2/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="/2/PrimitiveExp"/> <eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="/2/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="/3/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="/2/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="/3/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="/2/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/2/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="/2/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="/2/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="/2/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="/2/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="/2/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="/2/TuplePart" containment="true" eOpposite="/2/TuplePart/tuple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="/2/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="/2/TupleExp" eOpposite="/2/TupleExp/tuplePart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="/2/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/2/MapElement" containment="true" eOpposite="/2/MapElement/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="/2/MapExp" eOpposite="/2/MapExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="/2/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="/2/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="/2/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="/2/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="/2/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="/2/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="/2/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="/2/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Iterator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="/2/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="/2/VariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="/2/LoopExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="/2/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="/2/VariableDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="/2/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="/2/OclType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="/2/VariableExp" eOpposite="/2/VariableExp/referredVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="/2/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="/2/LoopExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="/2/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="/2/Operation" eOpposite="/2/Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="/2/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="/2/OclType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="/2/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="/2/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="/2/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="/2/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="/2/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="/2/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="/2/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="/2/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="/2/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="/2/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="/2/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="/2/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="/2/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="/2/TupleTypeAttribute" containment="true" eOpposite="/2/TupleTypeAttribute/tupleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/2/OclType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="/2/TupleType" eOpposite="/2/TupleType/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="/2/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="/2/OclType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="/2/OclType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureWithContext" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="/2/OclType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="/2/OclFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="/4/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="/2/OclFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/2/OclType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="/2/OclFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/2/Parameter" containment="true" eOpposite="/2/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="/2/OclType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/2/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetaElement" eSuperTypes="/2/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceModel" ordered="false" lowerBound="1" eType="/2/ReferenceModel" eOpposite="/2/ReferenceModel/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualMetaElement" eSuperTypes="/2/MetaElement"/> <eClassifiers xsi:type="ecore:EClass" name="Model" abstract="true" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceModel" ordered="false" lowerBound="1" eType="/2/ReferenceModel" containment="true" eOpposite="/2/ReferenceModel/models"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WeavingModel" eSuperTypes="/2/Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="wovenModels" ordered="false" upperBound="-1" eType="/2/InputModel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingModel" eSuperTypes="/2/Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftModel" ordered="false" eType="/2/InputModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightModel" ordered="false" eType="/2/InputModel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputModel" eSuperTypes="/2/Model"/> <eClassifiers xsi:type="ecore:EClass" name="LeftModel" eSuperTypes="/2/Model"/> <eClassifiers xsi:type="ecore:EClass" name="RightModel" eSuperTypes="/2/Model"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceModel" eSuperTypes="/4/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="/2/MetaElement" eOpposite="/2/MetaElement/referenceModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false" upperBound="-1" eType="/2/Model" eOpposite="/2/Model/referenceModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matcher" ordered="false" lowerBound="1" eType="/0/Matcher" eOpposite="/0/Matcher/referenceModels"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/PrimitiveTypes" nsPrefix="ptypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Double"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> </ecore:EPackage> <ecore:EPackage name="Core"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" eType="/3/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="/3/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="/3/String"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/atlanmod/EMFTVM-D/usecases/org.eclipse.m2m.atl.research.aml/plugins/org.eclipse.m2m.atl.research.aml.engine/Metamodels/AML.ecore
ecore
AML MElement name Matcher methods matchers modelsBlock modelsFlowsBlock referenceModels ModelsBlock models matcher ModelsFlowsBlock matcher modelsFlows ModelFlowExpression MappingModelRefExp referredMappingModel ModelRefExp methodCall referredModel MethodCall method outMappingModel inMappingModel arguments WeightedModelExp weight modelFlowExp Method inMappingModel arguments inPattern outPattern sim variables matcher ATLLibraries javaLibraries Sim value method CreateEqual SimEqual AggrEqual SelEqual UserEqual ExternalMethod AMLLibrary SummationExp sumExpression ATL Unit name Library helpers Query body helpers Module isRefining inModels outModels elements ModuleElement module Helper query library Rule actionBlock name MatchedRule children superRule isAbstract isRefining isNoDefault LazyMatchedRule isUnique CalledRule parameters isEntrypoint isEndpoint InPattern elements method filter EqualInPattern rightElement leftElement OutPattern method elements PatternElement InPatternElement mapsTo inPattern models SimpleInPatternElement OutPatternElement outPattern sourceElement bindings model SimpleOutPatternElement ForEachOutPatternElement collection iterator Binding value outPatternElement propertyName RuleVariableDeclaration method LibraryRef name path AMLLibraryRef method ATLLibraryRef method JavaLibraryRef method MatcherRef unit name ActionBlock rule statements Statement ExpressionStat expression BindingStat source propertyName value IfStat condition thenStatements elseStatements ForStat iterator collection statements OCL OclExpression ThisModuleExp ThisEqualExp ThisSimExp ThisInstancesExp instancesOp ThisNodeExp ThisRightExp ThisLeftExp EqualRight EqualLeft EqualSim ThisWeightExp ThisEqualModelExp VariableExp referredVariable SuperExp PrimitiveExp StringExp stringSymbol BooleanExp booleanSymbol NumericExp RealExp realSymbol IntegerExp integerSymbol CollectionExp elements BagExp OrderedSetExp SequenceExp SetExp TupleExp tuplePart TuplePart tuple MapExp elements MapElement map key value EnumLiteralExp name OclUndefinedExp PropertyCallExp source NavigationOrAttributeCallExp name OperationCallExp arguments operationName OperatorCallExp CollectionOperationCallExp LoopExp body iterators IterateExp result IteratorExp name LetExp variable in IfExp thenExpression condition elseExpression VariableDeclaration varName type initExpression variableExp Iterator loopExpr Parameter operation CollectionType elementType OclType name Primitive StringType BooleanType NumericType IntegerType RealType BagType OrderedSetType SequenceType SetType OclAnyType TupleType attributes TupleTypeAttribute type tupleType name MapType valueType keyType OclFeatureWithContext context feature OclFeature Attribute name initExpression type Operation name parameters returnType body MetaElement referenceModel EqualMetaElement Model name referenceModel WeavingModel wovenModels MappingModel leftModel rightModel InputModel LeftModel RightModel ReferenceModel name elements models matcher PrimitiveTypes Boolean Double Integer String Core LocatedElement location commentsBefore commentsAfter
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"AML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Matcher","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelsBlock","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelsFlowsBlock","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelFlowExpression","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingModelRefExp","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelRefExp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeightedModelExp","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sim","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateEqual","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimEqual","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggrEqual","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelEqual","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserEqual","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalMethod","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SummationExp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"id":23,"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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"matchers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"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":"modelsBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"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":"modelsFlowsBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"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":"referenceModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"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":"matcher","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatcherRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"id":33,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"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":"matcher","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"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":"matcher","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceModel","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"id":40,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matcher","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":true,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"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":"modelsFlows","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredMappingModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingModel","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"id":55,"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":"methodCall","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":"referredModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"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":"outMappingModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"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":"inMappingModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":70,"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":"modelFlowExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":73,"serializable":true,"eClass":"EDataType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inMappingModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"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":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"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":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"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":"sim","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ATLLibraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"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":"javaLibraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"id":88,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"id":91,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"id":96,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ATLLibraryRef","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"id":100,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaLibraryRef","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"id":103,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"AMLLibrary","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AMLLibraryRef","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"id":118,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"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":"sumExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"ATL","id":123,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualInPattern","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":167,"serializable":true,"eClass":"EDataType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":186,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":187,"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":"isNoDefault","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"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEndpoint","changeable":true,"lowerBound":1,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":213,"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":"leftElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualMetaElement","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPatternElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":257,"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":"path","changeable":true,"lowerBound":1,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":280,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":281,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"statements","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"},{"nsPrefix":null,"nsURI":null,"name":"OCL","id":301,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisModuleExp","instanceClass":null,"abstract":false,"id":302,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisEqualExp","instanceClass":null,"abstract":false,"id":303,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisSimExp","instanceClass":null,"abstract":false,"id":304,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisInstancesExp","instanceClass":null,"abstract":false,"id":305,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisNodeExp","instanceClass":null,"abstract":true,"id":306,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisRightExp","instanceClass":null,"abstract":false,"id":307,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisLeftExp","instanceClass":null,"abstract":false,"id":308,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualRight","instanceClass":null,"abstract":false,"id":309,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualLeft","instanceClass":null,"abstract":false,"id":310,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualSim","instanceClass":null,"abstract":false,"id":311,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisWeightExp","instanceClass":null,"abstract":false,"id":312,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisEqualModelExp","instanceClass":null,"abstract":false,"id":313,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":314,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":315,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":316,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":317,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":318,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":319,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":320,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":321,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":322,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":323,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":324,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":325,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":326,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":327,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":328,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":329,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":331,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":332,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":333,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":334,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":335,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":336,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":337,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":338,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":339,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":340,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":341,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":342,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":343,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":344,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":345,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":346,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":347,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":348,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":349,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":350,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":351,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":352,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":353,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":354,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":355,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":356,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":357,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":358,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureWithContext","instanceClass":null,"abstract":false,"id":359,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":360,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":361,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":362,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaElement","instanceClass":null,"abstract":false,"id":363,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeavingModel","instanceClass":null,"abstract":false,"id":364,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputModel","instanceClass":null,"abstract":false,"id":365,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftModel","instanceClass":null,"abstract":false,"id":366,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightModel","instanceClass":null,"abstract":false,"id":367,"interface":false,"eClass":"EClass"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instancesOp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":389,"derived":false},{"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":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":401,"serializable":true,"eClass":"EDataType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":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":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":1,"id":419,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":420,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":443,"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":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":454,"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":"in","changeable":true,"resolveProxies":true,"lowerBound":1,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":459,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":460,"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":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":466,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"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":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"container":false,"ordered":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":480,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":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":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":501,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":502,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"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":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":519,"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":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":526,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":527,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"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":"referenceModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":539,"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":"referenceModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"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":"wovenModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"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":"leftModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"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":"rightModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/PrimitiveTypes","name":"PrimitiveTypes","id":562,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Core","id":563,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":564,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":565,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":566,"derived":false},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":20,"target":22},{"source":20,"target":23},{"source":20,"target":1},{"source":23,"target":22},{"source":21,"target":19},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":24,"target":10},{"source":24,"target":30},{"source":24,"target":2},{"source":24,"target":31},{"source":30,"target":10},{"source":25,"target":32},{"source":25,"target":33},{"source":25,"target":2},{"source":25,"target":34},{"source":33,"target":32},{"source":26,"target":3},{"source":26,"target":35},{"source":26,"target":2},{"source":26,"target":36},{"source":35,"target":3},{"source":27,"target":4},{"source":27,"target":37},{"source":27,"target":2},{"source":27,"target":38},{"source":37,"target":4},{"source":28,"target":39},{"source":28,"target":40},{"source":28,"target":2},{"source":28,"target":41},{"source":40,"target":39},{"source":29,"target":1},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":42},{"source":3,"target":36},{"source":3,"target":43},{"source":42,"target":44},{"source":42,"target":45},{"source":42,"target":3},{"source":45,"target":44},{"source":36,"target":2},{"source":36,"target":46},{"source":36,"target":3},{"source":36,"target":26},{"source":46,"target":2},{"source":43,"target":19},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":38},{"source":4,"target":47},{"source":4,"target":48},{"source":38,"target":2},{"source":38,"target":49},{"source":38,"target":4},{"source":38,"target":27},{"source":49,"target":2},{"source":47,"target":8},{"source":47,"target":50},{"source":47,"target":4},{"source":50,"target":8},{"source":48,"target":19},{"source":5,"target":0},{"source":5,"target":19},{"source":5,"target":51},{"source":51,"target":19},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":52},{"source":6,"target":53},{"source":52,"target":54},{"source":52,"target":55},{"source":52,"target":6},{"source":55,"target":54},{"source":53,"target":5},{"source":7,"target":0},{"source":7,"target":19},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":56,"target":8},{"source":56,"target":59},{"source":56,"target":7},{"source":56,"target":60},{"source":59,"target":8},{"source":57,"target":44},{"source":57,"target":61},{"source":57,"target":7},{"source":61,"target":44},{"source":58,"target":19},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":60},{"source":8,"target":65},{"source":62,"target":10},{"source":62,"target":66},{"source":62,"target":8},{"source":66,"target":10},{"source":63,"target":54},{"source":63,"target":67},{"source":63,"target":8},{"source":67,"target":54},{"source":64,"target":5},{"source":64,"target":68},{"source":64,"target":8},{"source":68,"target":5},{"source":60,"target":7},{"source":60,"target":69},{"source":60,"target":8},{"source":60,"target":56},{"source":69,"target":7},{"source":65,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":70,"target":73},{"source":70,"target":74},{"source":70,"target":9},{"source":74,"target":73},{"source":71,"target":5},{"source":71,"target":75},{"source":71,"target":9},{"source":75,"target":5},{"source":72,"target":5},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":31},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":76,"target":54},{"source":76,"target":85},{"source":76,"target":10},{"source":85,"target":54},{"source":77,"target":44},{"source":77,"target":86},{"source":77,"target":10},{"source":86,"target":44},{"source":78,"target":87},{"source":78,"target":88},{"source":78,"target":10},{"source":78,"target":89},{"source":88,"target":87},{"source":79,"target":90},{"source":79,"target":91},{"source":79,"target":10},{"source":79,"target":92},{"source":91,"target":90},{"source":80,"target":11},{"source":80,"target":93},{"source":80,"target":10},{"source":80,"target":94},{"source":93,"target":11},{"source":81,"target":95},{"source":81,"target":96},{"source":81,"target":10},{"source":81,"target":97},{"source":96,"target":95},{"source":31,"target":2},{"source":31,"target":98},{"source":31,"target":10},{"source":31,"target":24},{"source":98,"target":2},{"source":82,"target":99},{"source":82,"target":100},{"source":82,"target":10},{"source":82,"target":101},{"source":100,"target":99},{"source":83,"target":102},{"source":83,"target":103},{"source":83,"target":10},{"source":83,"target":104},{"source":103,"target":102},{"source":84,"target":1},{"source":11,"target":0},{"source":11,"target":19},{"source":11,"target":105},{"source":11,"target":94},{"source":11,"target":106},{"source":105,"target":107},{"source":105,"target":108},{"source":105,"target":11},{"source":108,"target":107},{"source":94,"target":10},{"source":94,"target":109},{"source":94,"target":11},{"source":94,"target":80},{"source":109,"target":10},{"source":106,"target":19},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":110},{"source":110,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":111},{"source":111,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":112},{"source":112,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":113},{"source":113,"target":10},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":114},{"source":114,"target":10},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":115},{"source":17,"target":116},{"source":115,"target":117},{"source":115,"target":118},{"source":115,"target":17},{"source":115,"target":119},{"source":118,"target":117},{"source":116,"target":10},{"source":18,"target":0},{"source":18,"target":107},{"source":18,"target":120},{"source":18,"target":121},{"source":120,"target":107},{"source":120,"target":122},{"source":120,"target":18},{"source":122,"target":107},{"source":121,"target":107},{"source":123,"target":124},{"source":123,"target":125},{"source":123,"target":126},{"source":123,"target":127},{"source":123,"target":128},{"source":123,"target":129},{"source":123,"target":130},{"source":123,"target":131},{"source":123,"target":132},{"source":123,"target":133},{"source":123,"target":87},{"source":123,"target":134},{"source":123,"target":90},{"source":123,"target":135},{"source":123,"target":136},{"source":123,"target":137},{"source":123,"target":138},{"source":123,"target":139},{"source":123,"target":140},{"source":123,"target":141},{"source":123,"target":95},{"source":123,"target":142},{"source":123,"target":117},{"source":123,"target":99},{"source":123,"target":102},{"source":123,"target":32},{"source":123,"target":143},{"source":123,"target":144},{"source":123,"target":145},{"source":123,"target":146},{"source":123,"target":147},{"source":123,"target":148},{"source":124,"target":123},{"source":124,"target":19},{"source":124,"target":149},{"source":124,"target":150},{"source":149,"target":22},{"source":149,"target":151},{"source":149,"target":124},{"source":151,"target":22},{"source":150,"target":19},{"source":125,"target":123},{"source":125,"target":124},{"source":125,"target":152},{"source":125,"target":153},{"source":152,"target":129},{"source":152,"target":154},{"source":152,"target":125},{"source":152,"target":155},{"source":154,"target":129},{"source":153,"target":124},{"source":126,"target":123},{"source":126,"target":124},{"source":126,"target":156},{"source":126,"target":157},{"source":126,"target":158},{"source":156,"target":107},{"source":156,"target":159},{"source":156,"target":126},{"source":159,"target":107},{"source":157,"target":129},{"source":157,"target":160},{"source":157,"target":126},{"source":157,"target":161},{"source":160,"target":129},{"source":158,"target":124},{"source":127,"target":123},{"source":127,"target":124},{"source":127,"target":162},{"source":127,"target":163},{"source":127,"target":164},{"source":127,"target":165},{"source":127,"target":166},{"source":162,"target":167},{"source":162,"target":168},{"source":162,"target":127},{"source":168,"target":167},{"source":163,"target":44},{"source":163,"target":169},{"source":163,"target":127},{"source":169,"target":44},{"source":164,"target":44},{"source":164,"target":170},{"source":164,"target":127},{"source":170,"target":44},{"source":165,"target":128},{"source":165,"target":171},{"source":165,"target":127},{"source":165,"target":172},{"source":171,"target":128},{"source":166,"target":124},{"source":128,"target":123},{"source":128,"target":19},{"source":128,"target":172},{"source":128,"target":173},{"source":172,"target":127},{"source":172,"target":174},{"source":172,"target":128},{"source":172,"target":165},{"source":174,"target":127},{"source":173,"target":19},{"source":129,"target":123},{"source":129,"target":128},{"source":129,"target":161},{"source":129,"target":155},{"source":129,"target":175},{"source":161,"target":126},{"source":161,"target":176},{"source":161,"target":129},{"source":161,"target":157},{"source":176,"target":126},{"source":155,"target":125},{"source":155,"target":177},{"source":155,"target":129},{"source":155,"target":152},{"source":177,"target":125},{"source":175,"target":128},{"source":130,"target":123},{"source":130,"target":128},{"source":130,"target":178},{"source":130,"target":179},{"source":130,"target":180},{"source":178,"target":143},{"source":178,"target":181},{"source":178,"target":130},{"source":178,"target":182},{"source":181,"target":143},{"source":179,"target":22},{"source":179,"target":183},{"source":179,"target":130},{"source":183,"target":22},{"source":180,"target":128},{"source":131,"target":123},{"source":131,"target":130},{"source":131,"target":184},{"source":131,"target":185},{"source":131,"target":186},{"source":131,"target":187},{"source":131,"target":188},{"source":131,"target":189},{"source":184,"target":131},{"source":184,"target":190},{"source":184,"target":131},{"source":184,"target":185},{"source":190,"target":131},{"source":185,"target":131},{"source":185,"target":191},{"source":185,"target":131},{"source":185,"target":184},{"source":191,"target":131},{"source":186,"target":167},{"source":186,"target":192},{"source":186,"target":131},{"source":192,"target":167},{"source":187,"target":167},{"source":187,"target":193},{"source":187,"target":131},{"source":193,"target":167},{"source":188,"target":167},{"source":188,"target":194},{"source":188,"target":131},{"source":194,"target":167},{"source":189,"target":130},{"source":132,"target":123},{"source":132,"target":131},{"source":132,"target":195},{"source":132,"target":196},{"source":195,"target":167},{"source":195,"target":197},{"source":195,"target":132},{"source":197,"target":167},{"source":196,"target":131},{"source":133,"target":123},{"source":133,"target":130},{"source":133,"target":198},{"source":133,"target":199},{"source":133,"target":200},{"source":133,"target":201},{"source":198,"target":202},{"source":198,"target":203},{"source":198,"target":133},{"source":203,"target":202},{"source":199,"target":167},{"source":199,"target":204},{"source":199,"target":133},{"source":204,"target":167},{"source":200,"target":167},{"source":200,"target":205},{"source":200,"target":133},{"source":205,"target":167},{"source":201,"target":130},{"source":87,"target":123},{"source":87,"target":19},{"source":87,"target":206},{"source":87,"target":89},{"source":87,"target":207},{"source":87,"target":208},{"source":206,"target":136},{"source":206,"target":209},{"source":206,"target":87},{"source":206,"target":210},{"source":209,"target":136},{"source":89,"target":10},{"source":89,"target":211},{"source":89,"target":87},{"source":89,"target":78},{"source":211,"target":10},{"source":207,"target":107},{"source":207,"target":212},{"source":207,"target":87},{"source":212,"target":107},{"source":208,"target":19},{"source":134,"target":123},{"source":134,"target":19},{"source":134,"target":213},{"source":134,"target":214},{"source":134,"target":215},{"source":213,"target":216},{"source":213,"target":217},{"source":213,"target":134},{"source":217,"target":216},{"source":214,"target":216},{"source":214,"target":218},{"source":214,"target":134},{"source":218,"target":216},{"source":215,"target":19},{"source":90,"target":123},{"source":90,"target":19},{"source":90,"target":92},{"source":90,"target":219},{"source":90,"target":220},{"source":92,"target":10},{"source":92,"target":221},{"source":92,"target":90},{"source":92,"target":79},{"source":221,"target":10},{"source":219,"target":138},{"source":219,"target":222},{"source":219,"target":90},{"source":219,"target":223},{"source":222,"target":138},{"source":220,"target":19},{"source":135,"target":123},{"source":135,"target":224},{"source":135,"target":225},{"source":225,"target":224},{"source":136,"target":123},{"source":136,"target":135},{"source":136,"target":226},{"source":136,"target":210},{"source":136,"target":227},{"source":136,"target":228},{"source":226,"target":138},{"source":226,"target":229},{"source":226,"target":136},{"source":226,"target":230},{"source":229,"target":138},{"source":210,"target":87},{"source":210,"target":231},{"source":210,"target":136},{"source":210,"target":206},{"source":231,"target":87},{"source":227,"target":44},{"source":227,"target":232},{"source":227,"target":136},{"source":232,"target":44},{"source":228,"target":135},{"source":137,"target":123},{"source":137,"target":136},{"source":137,"target":233},{"source":233,"target":136},{"source":138,"target":123},{"source":138,"target":135},{"source":138,"target":223},{"source":138,"target":230},{"source":138,"target":234},{"source":138,"target":235},{"source":138,"target":236},{"source":223,"target":90},{"source":223,"target":237},{"source":223,"target":138},{"source":223,"target":219},{"source":237,"target":90},{"source":230,"target":136},{"source":230,"target":238},{"source":230,"target":138},{"source":230,"target":226},{"source":238,"target":136},{"source":234,"target":141},{"source":234,"target":239},{"source":234,"target":138},{"source":234,"target":240},{"source":239,"target":141},{"source":235,"target":44},{"source":235,"target":241},{"source":235,"target":138},{"source":241,"target":44},{"source":236,"target":135},{"source":139,"target":123},{"source":139,"target":138},{"source":139,"target":242},{"source":242,"target":138},{"source":140,"target":123},{"source":140,"target":138},{"source":140,"target":243},{"source":140,"target":244},{"source":140,"target":245},{"source":243,"target":107},{"source":243,"target":246},{"source":243,"target":140},{"source":246,"target":107},{"source":244,"target":247},{"source":244,"target":248},{"source":244,"target":140},{"source":248,"target":247},{"source":245,"target":138},{"source":141,"target":123},{"source":141,"target":19},{"source":141,"target":249},{"source":141,"target":240},{"source":141,"target":250},{"source":141,"target":251},{"source":249,"target":107},{"source":249,"target":252},{"source":249,"target":141},{"source":252,"target":107},{"source":240,"target":138},{"source":240,"target":253},{"source":240,"target":141},{"source":240,"target":234},{"source":253,"target":138},{"source":250,"target":22},{"source":250,"target":254},{"source":250,"target":141},{"source":254,"target":22},{"source":251,"target":19},{"source":95,"target":123},{"source":95,"target":224},{"source":95,"target":97},{"source":95,"target":255},{"source":97,"target":10},{"source":97,"target":256},{"source":97,"target":95},{"source":97,"target":81},{"source":256,"target":10},{"source":255,"target":224},{"source":142,"target":123},{"source":142,"target":19},{"source":142,"target":257},{"source":142,"target":258},{"source":142,"target":259},{"source":257,"target":22},{"source":257,"target":260},{"source":257,"target":142},{"source":260,"target":22},{"source":258,"target":22},{"source":258,"target":261},{"source":258,"target":142},{"source":261,"target":22},{"source":259,"target":19},{"source":117,"target":123},{"source":117,"target":142},{"source":117,"target":119},{"source":117,"target":262},{"source":119,"target":17},{"source":119,"target":263},{"source":119,"target":117},{"source":119,"target":115},{"source":263,"target":17},{"source":262,"target":142},{"source":99,"target":123},{"source":99,"target":142},{"source":99,"target":101},{"source":99,"target":264},{"source":101,"target":10},{"source":101,"target":265},{"source":101,"target":99},{"source":101,"target":82},{"source":265,"target":10},{"source":264,"target":142},{"source":102,"target":123},{"source":102,"target":142},{"source":102,"target":104},{"source":102,"target":266},{"source":104,"target":10},{"source":104,"target":267},{"source":104,"target":102},{"source":104,"target":83},{"source":267,"target":10},{"source":266,"target":142},{"source":32,"target":123},{"source":32,"target":19},{"source":32,"target":34},{"source":32,"target":268},{"source":32,"target":269},{"source":34,"target":2},{"source":34,"target":270},{"source":34,"target":32},{"source":34,"target":25},{"source":270,"target":2},{"source":268,"target":22},{"source":268,"target":271},{"source":268,"target":32},{"source":271,"target":22},{"source":269,"target":19},{"source":143,"target":123},{"source":143,"target":19},{"source":143,"target":182},{"source":143,"target":272},{"source":143,"target":273},{"source":182,"target":130},{"source":182,"target":274},{"source":182,"target":143},{"source":182,"target":178},{"source":274,"target":130},{"source":272,"target":144},{"source":272,"target":275},{"source":272,"target":143},{"source":275,"target":144},{"source":273,"target":19},{"source":144,"target":123},{"source":144,"target":19},{"source":144,"target":276},{"source":276,"target":19},{"source":145,"target":123},{"source":145,"target":144},{"source":145,"target":277},{"source":145,"target":278},{"source":277,"target":107},{"source":277,"target":279},{"source":277,"target":145},{"source":279,"target":107},{"source":278,"target":144},{"source":146,"target":123},{"source":146,"target":144},{"source":146,"target":280},{"source":146,"target":281},{"source":146,"target":282},{"source":146,"target":283},{"source":280,"target":107},{"source":280,"target":284},{"source":280,"target":146},{"source":284,"target":107},{"source":281,"target":22},{"source":281,"target":285},{"source":281,"target":146},{"source":285,"target":22},{"source":282,"target":107},{"source":282,"target":286},{"source":282,"target":146},{"source":286,"target":107},{"source":283,"target":144},{"source":147,"target":123},{"source":147,"target":144},{"source":147,"target":287},{"source":147,"target":288},{"source":147,"target":289},{"source":147,"target":290},{"source":287,"target":107},{"source":287,"target":291},{"source":287,"target":147},{"source":291,"target":107},{"source":288,"target":144},{"source":288,"target":292},{"source":288,"target":147},{"source":292,"target":144},{"source":289,"target":144},{"source":289,"target":293},{"source":289,"target":147},{"source":293,"target":144},{"source":290,"target":144},{"source":148,"target":123},{"source":148,"target":144},{"source":148,"target":294},{"source":148,"target":295},{"source":148,"target":296},{"source":148,"target":297},{"source":294,"target":247},{"source":294,"target":298},{"source":294,"target":148},{"source":298,"target":247},{"source":295,"target":107},{"source":295,"target":299},{"source":295,"target":148},{"source":299,"target":107},{"source":296,"target":144},{"source":296,"target":300},{"source":296,"target":148},{"source":300,"target":144},{"source":297,"target":144},{"source":301,"target":107},{"source":301,"target":302},{"source":301,"target":303},{"source":301,"target":304},{"source":301,"target":305},{"source":301,"target":306},{"source":301,"target":307},{"source":301,"target":308},{"source":301,"target":309},{"source":301,"target":310},{"source":301,"target":311},{"source":301,"target":312},{"source":301,"target":313},{"source":301,"target":314},{"source":301,"target":315},{"source":301,"target":316},{"source":301,"target":317},{"source":301,"target":318},{"source":301,"target":319},{"source":301,"target":320},{"source":301,"target":321},{"source":301,"target":322},{"source":301,"target":323},{"source":301,"target":324},{"source":301,"target":325},{"source":301,"target":326},{"source":301,"target":327},{"source":301,"target":328},{"source":301,"target":329},{"source":301,"target":330},{"source":301,"target":331},{"source":301,"target":332},{"source":301,"target":333},{"source":301,"target":334},{"source":301,"target":335},{"source":301,"target":336},{"source":301,"target":337},{"source":301,"target":338},{"source":301,"target":339},{"source":301,"target":340},{"source":301,"target":341},{"source":301,"target":342},{"source":301,"target":224},{"source":301,"target":247},{"source":301,"target":202},{"source":301,"target":343},{"source":301,"target":344},{"source":301,"target":345},{"source":301,"target":346},{"source":301,"target":347},{"source":301,"target":348},{"source":301,"target":349},{"source":301,"target":350},{"source":301,"target":351},{"source":301,"target":352},{"source":301,"target":353},{"source":301,"target":354},{"source":301,"target":355},{"source":301,"target":356},{"source":301,"target":357},{"source":301,"target":358},{"source":301,"target":359},{"source":301,"target":360},{"source":301,"target":361},{"source":301,"target":362},{"source":301,"target":363},{"source":301,"target":216},{"source":301,"target":44},{"source":301,"target":364},{"source":301,"target":54},{"source":301,"target":365},{"source":301,"target":366},{"source":301,"target":367},{"source":301,"target":39},{"source":107,"target":301},{"source":107,"target":19},{"source":107,"target":368},{"source":368,"target":19},{"source":302,"target":301},{"source":302,"target":107},{"source":302,"target":369},{"source":369,"target":107},{"source":303,"target":301},{"source":303,"target":107},{"source":303,"target":370},{"source":370,"target":107},{"source":304,"target":301},{"source":304,"target":107},{"source":304,"target":371},{"source":371,"target":107},{"source":305,"target":301},{"source":305,"target":107},{"source":305,"target":372},{"source":305,"target":373},{"source":372,"target":107},{"source":372,"target":374},{"source":372,"target":305},{"source":374,"target":107},{"source":373,"target":107},{"source":306,"target":301},{"source":306,"target":107},{"source":306,"target":375},{"source":375,"target":107},{"source":307,"target":301},{"source":307,"target":306},{"source":307,"target":376},{"source":376,"target":306},{"source":308,"target":301},{"source":308,"target":306},{"source":308,"target":377},{"source":377,"target":306},{"source":309,"target":301},{"source":309,"target":107},{"source":309,"target":378},{"source":378,"target":107},{"source":310,"target":301},{"source":310,"target":107},{"source":310,"target":379},{"source":379,"target":107},{"source":311,"target":301},{"source":311,"target":107},{"source":311,"target":380},{"source":380,"target":107},{"source":312,"target":301},{"source":312,"target":107},{"source":312,"target":381},{"source":381,"target":107},{"source":313,"target":301},{"source":313,"target":107},{"source":313,"target":382},{"source":382,"target":107},{"source":314,"target":301},{"source":314,"target":107},{"source":314,"target":383},{"source":314,"target":384},{"source":383,"target":224},{"source":383,"target":385},{"source":383,"target":314},{"source":383,"target":386},{"source":385,"target":224},{"source":384,"target":107},{"source":315,"target":301},{"source":315,"target":107},{"source":315,"target":387},{"source":387,"target":107},{"source":316,"target":301},{"source":316,"target":107},{"source":316,"target":388},{"source":388,"target":107},{"source":317,"target":301},{"source":317,"target":316},{"source":317,"target":389},{"source":317,"target":390},{"source":389,"target":22},{"source":389,"target":391},{"source":389,"target":317},{"source":391,"target":22},{"source":390,"target":316},{"source":318,"target":301},{"source":318,"target":316},{"source":318,"target":392},{"source":318,"target":393},{"source":392,"target":167},{"source":392,"target":394},{"source":392,"target":318},{"source":394,"target":167},{"source":393,"target":316},{"source":319,"target":301},{"source":319,"target":316},{"source":319,"target":395},{"source":395,"target":316},{"source":320,"target":301},{"source":320,"target":319},{"source":320,"target":396},{"source":320,"target":397},{"source":396,"target":73},{"source":396,"target":398},{"source":396,"target":320},{"source":398,"target":73},{"source":397,"target":319},{"source":321,"target":301},{"source":321,"target":319},{"source":321,"target":399},{"source":321,"target":400},{"source":399,"target":401},{"source":399,"target":402},{"source":399,"target":321},{"source":402,"target":401},{"source":400,"target":319},{"source":322,"target":301},{"source":322,"target":107},{"source":322,"target":403},{"source":322,"target":404},{"source":403,"target":107},{"source":403,"target":405},{"source":403,"target":322},{"source":405,"target":107},{"source":404,"target":107},{"source":323,"target":301},{"source":323,"target":322},{"source":323,"target":406},{"source":406,"target":322},{"source":324,"target":301},{"source":324,"target":322},{"source":324,"target":407},{"source":407,"target":322},{"source":325,"target":301},{"source":325,"target":322},{"source":325,"target":408},{"source":408,"target":322},{"source":326,"target":301},{"source":326,"target":322},{"source":326,"target":409},{"source":409,"target":322},{"source":327,"target":301},{"source":327,"target":107},{"source":327,"target":410},{"source":327,"target":411},{"source":410,"target":328},{"source":410,"target":412},{"source":410,"target":327},{"source":410,"target":413},{"source":412,"target":328},{"source":411,"target":107},{"source":328,"target":301},{"source":328,"target":224},{"source":328,"target":413},{"source":328,"target":414},{"source":413,"target":327},{"source":413,"target":415},{"source":413,"target":328},{"source":413,"target":410},{"source":415,"target":327},{"source":414,"target":224},{"source":329,"target":301},{"source":329,"target":107},{"source":329,"target":416},{"source":329,"target":417},{"source":416,"target":330},{"source":416,"target":418},{"source":416,"target":329},{"source":416,"target":419},{"source":418,"target":330},{"source":417,"target":107},{"source":330,"target":301},{"source":330,"target":19},{"source":330,"target":419},{"source":330,"target":420},{"source":330,"target":421},{"source":330,"target":422},{"source":419,"target":329},{"source":419,"target":423},{"source":419,"target":330},{"source":419,"target":416},{"source":423,"target":329},{"source":420,"target":107},{"source":420,"target":424},{"source":420,"target":330},{"source":424,"target":107},{"source":421,"target":107},{"source":421,"target":425},{"source":421,"target":330},{"source":425,"target":107},{"source":422,"target":19},{"source":331,"target":301},{"source":331,"target":107},{"source":331,"target":426},{"source":331,"target":427},{"source":426,"target":22},{"source":426,"target":428},{"source":426,"target":331},{"source":428,"target":22},{"source":427,"target":107},{"source":332,"target":301},{"source":332,"target":107},{"source":332,"target":429},{"source":429,"target":107},{"source":333,"target":301},{"source":333,"target":107},{"source":333,"target":430},{"source":333,"target":431},{"source":430,"target":107},{"source":430,"target":432},{"source":430,"target":333},{"source":432,"target":107},{"source":431,"target":107},{"source":334,"target":301},{"source":334,"target":333},{"source":334,"target":433},{"source":334,"target":434},{"source":433,"target":22},{"source":433,"target":435},{"source":433,"target":334},{"source":435,"target":22},{"source":434,"target":333},{"source":335,"target":301},{"source":335,"target":333},{"source":335,"target":436},{"source":335,"target":437},{"source":335,"target":438},{"source":436,"target":107},{"source":436,"target":439},{"source":436,"target":335},{"source":439,"target":107},{"source":437,"target":22},{"source":437,"target":440},{"source":437,"target":335},{"source":440,"target":22},{"source":438,"target":333},{"source":336,"target":301},{"source":336,"target":335},{"source":336,"target":441},{"source":441,"target":335},{"source":337,"target":301},{"source":337,"target":335},{"source":337,"target":442},{"source":442,"target":335},{"source":338,"target":301},{"source":338,"target":333},{"source":338,"target":443},{"source":338,"target":444},{"source":338,"target":445},{"source":443,"target":107},{"source":443,"target":446},{"source":443,"target":338},{"source":446,"target":107},{"source":444,"target":247},{"source":444,"target":447},{"source":444,"target":338},{"source":447,"target":247},{"source":445,"target":333},{"source":339,"target":301},{"source":339,"target":338},{"source":339,"target":448},{"source":339,"target":449},{"source":448,"target":224},{"source":448,"target":450},{"source":448,"target":339},{"source":450,"target":224},{"source":449,"target":338},{"source":340,"target":301},{"source":340,"target":338},{"source":340,"target":451},{"source":340,"target":452},{"source":451,"target":22},{"source":451,"target":453},{"source":451,"target":340},{"source":453,"target":22},{"source":452,"target":338},{"source":341,"target":301},{"source":341,"target":107},{"source":341,"target":454},{"source":341,"target":455},{"source":341,"target":456},{"source":454,"target":224},{"source":454,"target":457},{"source":454,"target":341},{"source":457,"target":224},{"source":455,"target":107},{"source":455,"target":458},{"source":455,"target":341},{"source":458,"target":107},{"source":456,"target":107},{"source":342,"target":301},{"source":342,"target":107},{"source":342,"target":459},{"source":342,"target":460},{"source":342,"target":461},{"source":342,"target":462},{"source":459,"target":107},{"source":459,"target":463},{"source":459,"target":342},{"source":463,"target":107},{"source":460,"target":107},{"source":460,"target":464},{"source":460,"target":342},{"source":464,"target":107},{"source":461,"target":107},{"source":461,"target":465},{"source":461,"target":342},{"source":465,"target":107},{"source":462,"target":107},{"source":224,"target":301},{"source":224,"target":19},{"source":224,"target":466},{"source":224,"target":467},{"source":224,"target":468},{"source":224,"target":386},{"source":224,"target":469},{"source":466,"target":22},{"source":466,"target":470},{"source":466,"target":224},{"source":470,"target":22},{"source":467,"target":344},{"source":467,"target":471},{"source":467,"target":224},{"source":471,"target":344},{"source":468,"target":107},{"source":468,"target":472},{"source":468,"target":224},{"source":472,"target":107},{"source":386,"target":314},{"source":386,"target":473},{"source":386,"target":224},{"source":386,"target":383},{"source":473,"target":314},{"source":469,"target":19},{"source":247,"target":301},{"source":247,"target":224},{"source":247,"target":474},{"source":247,"target":475},{"source":474,"target":338},{"source":474,"target":476},{"source":474,"target":247},{"source":476,"target":338},{"source":475,"target":224},{"source":202,"target":301},{"source":202,"target":224},{"source":202,"target":477},{"source":202,"target":478},{"source":477,"target":362},{"source":477,"target":479},{"source":477,"target":202},{"source":477,"target":480},{"source":479,"target":362},{"source":478,"target":224},{"source":343,"target":301},{"source":343,"target":344},{"source":343,"target":481},{"source":343,"target":482},{"source":481,"target":344},{"source":481,"target":483},{"source":481,"target":343},{"source":483,"target":344},{"source":482,"target":344},{"source":344,"target":301},{"source":344,"target":107},{"source":344,"target":484},{"source":344,"target":485},{"source":484,"target":22},{"source":484,"target":486},{"source":484,"target":344},{"source":486,"target":22},{"source":485,"target":107},{"source":345,"target":301},{"source":345,"target":344},{"source":345,"target":487},{"source":487,"target":344},{"source":346,"target":301},{"source":346,"target":345},{"source":346,"target":488},{"source":488,"target":345},{"source":347,"target":301},{"source":347,"target":345},{"source":347,"target":489},{"source":489,"target":345},{"source":348,"target":301},{"source":348,"target":345},{"source":348,"target":490},{"source":490,"target":345},{"source":349,"target":301},{"source":349,"target":348},{"source":349,"target":491},{"source":491,"target":348},{"source":350,"target":301},{"source":350,"target":348},{"source":350,"target":492},{"source":492,"target":348},{"source":351,"target":301},{"source":351,"target":343},{"source":351,"target":493},{"source":493,"target":343},{"source":352,"target":301},{"source":352,"target":343},{"source":352,"target":494},{"source":494,"target":343},{"source":353,"target":301},{"source":353,"target":343},{"source":353,"target":495},{"source":495,"target":343},{"source":354,"target":301},{"source":354,"target":343},{"source":354,"target":496},{"source":496,"target":343},{"source":355,"target":301},{"source":355,"target":344},{"source":355,"target":497},{"source":497,"target":344},{"source":356,"target":301},{"source":356,"target":344},{"source":356,"target":498},{"source":356,"target":499},{"source":498,"target":357},{"source":498,"target":500},{"source":498,"target":356},{"source":498,"target":501},{"source":500,"target":357},{"source":499,"target":344},{"source":357,"target":301},{"source":357,"target":19},{"source":357,"target":502},{"source":357,"target":501},{"source":357,"target":503},{"source":357,"target":504},{"source":502,"target":344},{"source":502,"target":505},{"source":502,"target":357},{"source":505,"target":344},{"source":501,"target":356},{"source":501,"target":506},{"source":501,"target":357},{"source":501,"target":498},{"source":506,"target":356},{"source":503,"target":22},{"source":503,"target":507},{"source":503,"target":357},{"source":507,"target":22},{"source":504,"target":19},{"source":358,"target":301},{"source":358,"target":344},{"source":358,"target":508},{"source":358,"target":509},{"source":358,"target":510},{"source":508,"target":344},{"source":508,"target":511},{"source":508,"target":358},{"source":511,"target":344},{"source":509,"target":344},{"source":509,"target":512},{"source":509,"target":358},{"source":512,"target":344},{"source":510,"target":344},{"source":359,"target":301},{"source":359,"target":19},{"source":359,"target":513},{"source":359,"target":514},{"source":359,"target":515},{"source":513,"target":344},{"source":513,"target":516},{"source":513,"target":359},{"source":516,"target":344},{"source":514,"target":360},{"source":514,"target":517},{"source":514,"target":359},{"source":517,"target":360},{"source":515,"target":19},{"source":360,"target":301},{"source":360,"target":19},{"source":360,"target":518},{"source":518,"target":19},{"source":361,"target":301},{"source":361,"target":360},{"source":361,"target":519},{"source":361,"target":520},{"source":361,"target":521},{"source":361,"target":522},{"source":519,"target":22},{"source":519,"target":523},{"source":519,"target":361},{"source":523,"target":22},{"source":520,"target":107},{"source":520,"target":524},{"source":520,"target":361},{"source":524,"target":107},{"source":521,"target":344},{"source":521,"target":525},{"source":521,"target":361},{"source":525,"target":344},{"source":522,"target":360},{"source":362,"target":301},{"source":362,"target":360},{"source":362,"target":526},{"source":362,"target":480},{"source":362,"target":527},{"source":362,"target":528},{"source":362,"target":529},{"source":526,"target":22},{"source":526,"target":530},{"source":526,"target":362},{"source":530,"target":22},{"source":480,"target":202},{"source":480,"target":531},{"source":480,"target":362},{"source":480,"target":477},{"source":531,"target":202},{"source":527,"target":344},{"source":527,"target":532},{"source":527,"target":362},{"source":532,"target":344},{"source":528,"target":107},{"source":528,"target":533},{"source":528,"target":362},{"source":533,"target":107},{"source":529,"target":360},{"source":363,"target":301},{"source":363,"target":344},{"source":363,"target":534},{"source":363,"target":535},{"source":534,"target":39},{"source":534,"target":536},{"source":534,"target":363},{"source":534,"target":537},{"source":536,"target":39},{"source":535,"target":344},{"source":216,"target":301},{"source":216,"target":363},{"source":216,"target":538},{"source":538,"target":363},{"source":44,"target":301},{"source":44,"target":19},{"source":44,"target":539},{"source":44,"target":540},{"source":44,"target":541},{"source":539,"target":22},{"source":539,"target":542},{"source":539,"target":44},{"source":542,"target":22},{"source":540,"target":39},{"source":540,"target":543},{"source":540,"target":44},{"source":540,"target":544},{"source":543,"target":39},{"source":541,"target":19},{"source":364,"target":301},{"source":364,"target":44},{"source":364,"target":545},{"source":364,"target":546},{"source":545,"target":365},{"source":545,"target":547},{"source":545,"target":364},{"source":547,"target":365},{"source":546,"target":44},{"source":54,"target":301},{"source":54,"target":44},{"source":54,"target":548},{"source":54,"target":549},{"source":54,"target":550},{"source":548,"target":365},{"source":548,"target":551},{"source":548,"target":54},{"source":551,"target":365},{"source":549,"target":365},{"source":549,"target":552},{"source":549,"target":54},{"source":552,"target":365},{"source":550,"target":44},{"source":365,"target":301},{"source":365,"target":44},{"source":365,"target":553},{"source":553,"target":44},{"source":366,"target":301},{"source":366,"target":44},{"source":366,"target":554},{"source":554,"target":44},{"source":367,"target":301},{"source":367,"target":44},{"source":367,"target":555},{"source":555,"target":44},{"source":39,"target":301},{"source":39,"target":19},{"source":39,"target":556},{"source":39,"target":537},{"source":39,"target":544},{"source":39,"target":41},{"source":39,"target":557},{"source":556,"target":22},{"source":556,"target":558},{"source":556,"target":39},{"source":558,"target":22},{"source":537,"target":363},{"source":537,"target":559},{"source":537,"target":39},{"source":537,"target":534},{"source":559,"target":363},{"source":544,"target":44},{"source":544,"target":560},{"source":544,"target":39},{"source":544,"target":540},{"source":560,"target":44},{"source":41,"target":2},{"source":41,"target":561},{"source":41,"target":39},{"source":41,"target":28},{"source":561,"target":2},{"source":557,"target":19},{"source":562,"target":167},{"source":562,"target":73},{"source":562,"target":401},{"source":562,"target":22},{"source":167,"target":562},{"source":73,"target":562},{"source":401,"target":562},{"source":22,"target":562},{"source":563,"target":19},{"source":19,"target":563},{"source":19,"target":564},{"source":19,"target":565},{"source":19,"target":566},{"source":564,"target":22},{"source":564,"target":567},{"source":564,"target":19},{"source":567,"target":22},{"source":565,"target":22},{"source":565,"target":568},{"source":565,"target":19},{"source":568,"target":22},{"source":566,"target":22},{"source":566,"target":569},{"source":566,"target":19},{"source":569,"target":22}],"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="QVTBase" nsURI="http://www.eclipse.org/qvt/1.0/QVTBase" nsPrefix="eqvtb"> <eClassifiers xsi:type="ecore:EClass" name="Domain" abstract="true" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCheckable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnforceable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" lowerBound="1" eType="#//Rule" transient="true" eOpposite="#//Rule/domain"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedModel" eType="#//TypedModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="queryExpression" eType="ecore:EClass http://www.eclipse.org/ocl/1.1.0/Ecore#//OCLExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionParameter" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EParameter http://www.eclipse.org/ocl/1.1.0/Ecore#//Variable"/> <eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" ordered="false" upperBound="-1" eType="#//Predicate" containment="true" eOpposite="#//Predicate/pattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindsTo" ordered="false" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/ocl/1.1.0/Ecore#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Predicate" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionExpression" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/ocl/1.1.0/Ecore#//OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="#//Pattern" transient="true" eOpposite="#//Pattern/predicate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" ordered="false" upperBound="-1" eType="#//Domain" containment="true" eOpposite="#//Domain/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overrides" eType="#//Rule"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriden"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" eType="#//Transformation" transient="true" resolveProxies="false" eOpposite="#//Transformation/rule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transformation" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueNsURIs"/> </eAnnotations> <eOperations name="getFunction" lowerBound="1" eType="#//Function"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getModelParameter" lowerBound="1" eType="#//TypedModel"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTag" ordered="false" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelParameter" ordered="false" upperBound="-1" eType="#//TypedModel" containment="true" eOpposite="#//TypedModel/transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" upperBound="-1" eType="#//Rule" containment="true" eOpposite="#//Rule/transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//Transformation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="extendedBy"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedModel" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AcyclicDependsOn"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" lowerBound="1" eType="#//Transformation" transient="true" eOpposite="#//Transformation/modelParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedPackage" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependsOn" ordered="false" upperBound="-1" eType="#//TypedModel"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="dependent"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/SQuAT-Team/kamp-test/PCM/org.palladiosimulator.pcm.rsa/features/QVTBase.ecore
ecore
QVTBase Domain isCheckable isEnforceable rule typedModel Function queryExpression FunctionParameter Pattern predicate bindsTo Predicate conditionExpression pattern Rule domain overrides transformation Transformation getFunction name getModelParameter name ownedTag modelParameter rule extends TypedModel transformation usedPackage dependsOn
null
{"directed":true,"nodes":[{"nsPrefix":"eqvtb","nsURI":"http://www.eclipse.org/qvt/1.0/QVTBase","name":"QVTBase","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":true,"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":"FunctionParameter","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":"Predicate","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedModel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isCheckable","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isEnforceable","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryExpression","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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"overrides","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getFunction","lowerBound":1,"id":41,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getModelParameter","lowerBound":1,"id":42,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"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":"modelParameter","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":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":49,"many":false,"required":true,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":52,"many":false,"required":true,"eClass":"EParameter"},{"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":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"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":"dependsOn","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":6},{"source":11,"target":16},{"source":11,"target":1},{"source":11,"target":17},{"source":16,"target":6},{"source":12,"target":8},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":8},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":21},{"source":19,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":24,"target":5},{"source":24,"target":27},{"source":24,"target":4},{"source":24,"target":28},{"source":27,"target":5},{"source":25,"target":29},{"source":25,"target":4},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":28},{"source":5,"target":31},{"source":30,"target":32},{"source":30,"target":5},{"source":28,"target":4},{"source":28,"target":33},{"source":28,"target":5},{"source":28,"target":24},{"source":33,"target":4},{"source":6,"target":0},{"source":6,"target":17},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":17,"target":1},{"source":17,"target":37},{"source":17,"target":6},{"source":17,"target":11},{"source":37,"target":1},{"source":34,"target":6},{"source":34,"target":38},{"source":34,"target":6},{"source":38,"target":6},{"source":35,"target":7},{"source":35,"target":39},{"source":35,"target":6},{"source":35,"target":40},{"source":39,"target":7},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":40},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":41,"target":2},{"source":41,"target":48},{"source":41,"target":7},{"source":41,"target":49},{"source":48,"target":2},{"source":49,"target":50},{"source":49,"target":41},{"source":42,"target":8},{"source":42,"target":51},{"source":42,"target":7},{"source":42,"target":52},{"source":51,"target":8},{"source":52,"target":53},{"source":52,"target":42},{"source":43,"target":54},{"source":43,"target":7},{"source":44,"target":8},{"source":44,"target":55},{"source":44,"target":7},{"source":44,"target":56},{"source":55,"target":8},{"source":40,"target":6},{"source":40,"target":57},{"source":40,"target":7},{"source":40,"target":35},{"source":57,"target":6},{"source":45,"target":7},{"source":45,"target":58},{"source":45,"target":7},{"source":58,"target":7},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":56,"target":7},{"source":56,"target":62},{"source":56,"target":8},{"source":56,"target":44},{"source":62,"target":7},{"source":59,"target":63},{"source":59,"target":8},{"source":60,"target":8},{"source":60,"target":64},{"source":60,"target":8},{"source":64,"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="miniJava" nsURI="http://www.example.org/minijava/MiniJava" nsPrefix="miniJava"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="//TypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessLevel" eType="//AccessLevel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" unique="false" upperBound="-1" eType="//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Member" eSuperTypes="//TypedDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="//AccessLevel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="//Member"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="//Symbol"/> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="//Member"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessLevel"> <eLiterals name="PRIVATE" literal="private"/> <eLiterals name="PROTECTED" value="1" literal="protected"/> <eLiterals name="PUBLIC" value="2" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="PrintStatement" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBlock" eType="//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progression" eType="//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="SingleTypeRef" eSuperTypes="//TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="ClassRef" eSuperTypes="//SingleTypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedClass" eType="//TypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedDeclaration" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="//TypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Symbol" eSuperTypes="//TypedDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="//Symbol //Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="//Assignee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="//Statement //Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeRef" eSuperTypes="//TypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="//SingleTypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerTypeRef" eSuperTypes="//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanTypeRef" eSuperTypes="//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="StringTypeRef" eSuperTypes="//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="VoidTypeRef" eSuperTypes="//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equality" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inequality" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperiorOrEqual" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InferiorOrEqual" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Superior" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inferior" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Multiplication" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLength" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Neg" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="//Field"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="//Method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringConstant" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntConstant" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolConstant" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="This" eSuperTypes="//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Super" eSuperTypes="//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Null" eSuperTypes="//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NewObject" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewArray" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="//TypeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolRef" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" eType="//Symbol"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tetrabox/minijava/plugins/org.tetrabox.minijava.xtext/model/generated/MiniJava.ecore
ecore
miniJava Program name imports classes Import importedNamespace TypeDeclaration accessLevel implements members Class abstract superClass Interface Member access Method abstract static params body Parameter Field defaultValue AccessLevel PRIVATE private PROTECTED protected PUBLIC public Block statements Statement PrintStatement expression Return expression IfStatement expression thenBlock elseBlock WhileStatement condition block ForStatement declaration condition progression block TypeRef SingleTypeRef ClassRef referencedClass NamedElement name TypedDeclaration typeRef Symbol VariableDeclaration Assignment assignee value Assignee Expression ArrayTypeRef typeRef IntegerTypeRef BooleanTypeRef StringTypeRef VoidTypeRef Or left right And left right Equality left right Inequality left right SuperiorOrEqual left right InferiorOrEqual left right Superior left right Inferior left right Plus left right Minus left right Multiplication left right Division left right ArrayAccess object index ArrayLength array Not expression Neg expression FieldAccess receiver field MethodCall receiver method args StringConstant value IntConstant value BoolConstant value This Super Null NewObject type args NewArray type size SymbolRef symbol
null
{"directed":true,"nodes":[{"nsPrefix":"miniJava","nsURI":"http://www.example.org/minijava/MiniJava","name":"miniJava","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessLevel","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleTypeRef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassRef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symbol","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignee","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeRef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerTypeRef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanTypeRef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringTypeRef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidTypeRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inequality","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperiorOrEqual","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InferiorOrEqual","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Superior","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inferior","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLength","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Super","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewObject","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewArray","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolRef","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessLevel","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"implements","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":"members","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"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":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":"static","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":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":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"name":"PRIVATE","id":97,"value":0,"literal":"private","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":98,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":99,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"thenBlock","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":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","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":"condition","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":"progression","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignee","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":"value","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":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":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":true,"unsettable":false,"transient":false,"unique":true,"name":"object","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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receiver","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":"method","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":"args","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"},{"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":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"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":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"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":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":1,"target":61},{"source":1,"target":62},{"source":60,"target":63},{"source":60,"target":1},{"source":61,"target":2},{"source":61,"target":64},{"source":61,"target":1},{"source":64,"target":2},{"source":62,"target":3},{"source":62,"target":65},{"source":62,"target":1},{"source":65,"target":3},{"source":2,"target":0},{"source":2,"target":66},{"source":66,"target":67},{"source":66,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":68,"target":10},{"source":68,"target":72},{"source":68,"target":3},{"source":72,"target":10},{"source":69,"target":5},{"source":69,"target":73},{"source":69,"target":3},{"source":73,"target":5},{"source":70,"target":6},{"source":70,"target":74},{"source":70,"target":3},{"source":74,"target":6},{"source":71,"target":21},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":75,"target":78},{"source":75,"target":4},{"source":76,"target":4},{"source":76,"target":79},{"source":76,"target":4},{"source":79,"target":4},{"source":77,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":80},{"source":80,"target":3},{"source":6,"target":0},{"source":6,"target":22},{"source":6,"target":81},{"source":6,"target":82},{"source":81,"target":10},{"source":81,"target":83},{"source":81,"target":6},{"source":83,"target":10},{"source":82,"target":22},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":84,"target":89},{"source":84,"target":7},{"source":85,"target":90},{"source":85,"target":7},{"source":86,"target":8},{"source":86,"target":91},{"source":86,"target":7},{"source":91,"target":8},{"source":87,"target":11},{"source":87,"target":92},{"source":87,"target":7},{"source":92,"target":11},{"source":88,"target":6},{"source":8,"target":0},{"source":8,"target":23},{"source":8,"target":93},{"source":93,"target":23},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":94},{"source":9,"target":95},{"source":94,"target":27},{"source":94,"target":96},{"source":94,"target":9},{"source":96,"target":27},{"source":95,"target":6},{"source":10,"target":0},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":97,"target":10},{"source":98,"target":10},{"source":99,"target":10},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":100},{"source":11,"target":101},{"source":100,"target":12},{"source":100,"target":102},{"source":100,"target":11},{"source":102,"target":12},{"source":101,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":103},{"source":13,"target":104},{"source":103,"target":27},{"source":103,"target":105},{"source":103,"target":13},{"source":105,"target":27},{"source":104,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":106},{"source":14,"target":107},{"source":106,"target":27},{"source":106,"target":108},{"source":106,"target":14},{"source":108,"target":27},{"source":107,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":109},{"source":15,"target":110},{"source":15,"target":111},{"source":15,"target":112},{"source":109,"target":27},{"source":109,"target":113},{"source":109,"target":15},{"source":113,"target":27},{"source":110,"target":11},{"source":110,"target":114},{"source":110,"target":15},{"source":114,"target":11},{"source":111,"target":11},{"source":111,"target":115},{"source":111,"target":15},{"source":115,"target":11},{"source":112,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":116},{"source":16,"target":117},{"source":16,"target":118},{"source":116,"target":27},{"source":116,"target":119},{"source":116,"target":16},{"source":119,"target":27},{"source":117,"target":11},{"source":117,"target":120},{"source":117,"target":16},{"source":120,"target":11},{"source":118,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":121},{"source":17,"target":122},{"source":17,"target":123},{"source":17,"target":124},{"source":17,"target":125},{"source":121,"target":25},{"source":121,"target":126},{"source":121,"target":17},{"source":126,"target":25},{"source":122,"target":27},{"source":122,"target":127},{"source":122,"target":17},{"source":127,"target":27},{"source":123,"target":25},{"source":123,"target":128},{"source":123,"target":17},{"source":128,"target":25},{"source":124,"target":11},{"source":124,"target":129},{"source":124,"target":17},{"source":129,"target":11},{"source":125,"target":12},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":130},{"source":130,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":131},{"source":20,"target":132},{"source":131,"target":3},{"source":131,"target":133},{"source":131,"target":20},{"source":133,"target":3},{"source":132,"target":19},{"source":21,"target":0},{"source":21,"target":134},{"source":134,"target":135},{"source":134,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":136},{"source":22,"target":137},{"source":136,"target":18},{"source":136,"target":138},{"source":136,"target":22},{"source":138,"target":18},{"source":137,"target":21},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":139},{"source":139,"target":22},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":26},{"source":24,"target":140},{"source":24,"target":141},{"source":140,"target":23},{"source":141,"target":26},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":142},{"source":25,"target":143},{"source":25,"target":144},{"source":142,"target":26},{"source":142,"target":145},{"source":142,"target":25},{"source":145,"target":26},{"source":143,"target":27},{"source":143,"target":146},{"source":143,"target":25},{"source":146,"target":27},{"source":144,"target":12},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":26},{"source":27,"target":147},{"source":27,"target":148},{"source":147,"target":12},{"source":148,"target":26},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":149},{"source":28,"target":150},{"source":149,"target":19},{"source":149,"target":151},{"source":149,"target":28},{"source":151,"target":19},{"source":150,"target":18},{"source":29,"target":0},{"source":29,"target":19},{"source":29,"target":152},{"source":152,"target":19},{"source":30,"target":0},{"source":30,"target":19},{"source":30,"target":153},{"source":153,"target":19},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":154},{"source":154,"target":19},{"source":32,"target":0},{"source":32,"target":19},{"source":32,"target":155},{"source":155,"target":19},{"source":33,"target":0},{"source":33,"target":27},{"source":33,"target":156},{"source":33,"target":157},{"source":33,"target":158},{"source":156,"target":27},{"source":156,"target":159},{"source":156,"target":33},{"source":159,"target":27},{"source":157,"target":27},{"source":157,"target":160},{"source":157,"target":33},{"source":160,"target":27},{"source":158,"target":27},{"source":34,"target":0},{"source":34,"target":27},{"source":34,"target":161},{"source":34,"target":162},{"source":34,"target":163},{"source":161,"target":27},{"source":161,"target":164},{"source":161,"target":34},{"source":164,"target":27},{"source":162,"target":27},{"source":162,"target":165},{"source":162,"target":34},{"source":165,"target":27},{"source":163,"target":27},{"source":35,"target":0},{"source":35,"target":27},{"source":35,"target":166},{"source":35,"target":167},{"source":35,"target":168},{"source":166,"target":27},{"source":166,"target":169},{"source":166,"target":35},{"source":169,"target":27},{"source":167,"target":27},{"source":167,"target":170},{"source":167,"target":35},{"source":170,"target":27},{"source":168,"target":27},{"source":36,"target":0},{"source":36,"target":27},{"source":36,"target":171},{"source":36,"target":172},{"source":36,"target":173},{"source":171,"target":27},{"source":171,"target":174},{"source":171,"target":36},{"source":174,"target":27},{"source":172,"target":27},{"source":172,"target":175},{"source":172,"target":36},{"source":175,"target":27},{"source":173,"target":27},{"source":37,"target":0},{"source":37,"target":27},{"source":37,"target":176},{"source":37,"target":177},{"source":37,"target":178},{"source":176,"target":27},{"source":176,"target":179},{"source":176,"target":37},{"source":179,"target":27},{"source":177,"target":27},{"source":177,"target":180},{"source":177,"target":37},{"source":180,"target":27},{"source":178,"target":27},{"source":38,"target":0},{"source":38,"target":27},{"source":38,"target":181},{"source":38,"target":182},{"source":38,"target":183},{"source":181,"target":27},{"source":181,"target":184},{"source":181,"target":38},{"source":184,"target":27},{"source":182,"target":27},{"source":182,"target":185},{"source":182,"target":38},{"source":185,"target":27},{"source":183,"target":27},{"source":39,"target":0},{"source":39,"target":27},{"source":39,"target":186},{"source":39,"target":187},{"source":39,"target":188},{"source":186,"target":27},{"source":186,"target":189},{"source":186,"target":39},{"source":189,"target":27},{"source":187,"target":27},{"source":187,"target":190},{"source":187,"target":39},{"source":190,"target":27},{"source":188,"target":27},{"source":40,"target":0},{"source":40,"target":27},{"source":40,"target":191},{"source":40,"target":192},{"source":40,"target":193},{"source":191,"target":27},{"source":191,"target":194},{"source":191,"target":40},{"source":194,"target":27},{"source":192,"target":27},{"source":192,"target":195},{"source":192,"target":40},{"source":195,"target":27},{"source":193,"target":27},{"source":41,"target":0},{"source":41,"target":27},{"source":41,"target":196},{"source":41,"target":197},{"source":41,"target":198},{"source":196,"target":27},{"source":196,"target":199},{"source":196,"target":41},{"source":199,"target":27},{"source":197,"target":27},{"source":197,"target":200},{"source":197,"target":41},{"source":200,"target":27},{"source":198,"target":27},{"source":42,"target":0},{"source":42,"target":27},{"source":42,"target":201},{"source":42,"target":202},{"source":42,"target":203},{"source":201,"target":27},{"source":201,"target":204},{"source":201,"target":42},{"source":204,"target":27},{"source":202,"target":27},{"source":202,"target":205},{"source":202,"target":42},{"source":205,"target":27},{"source":203,"target":27},{"source":43,"target":0},{"source":43,"target":27},{"source":43,"target":206},{"source":43,"target":207},{"source":43,"target":208},{"source":206,"target":27},{"source":206,"target":209},{"source":206,"target":43},{"source":209,"target":27},{"source":207,"target":27},{"source":207,"target":210},{"source":207,"target":43},{"source":210,"target":27},{"source":208,"target":27},{"source":44,"target":0},{"source":44,"target":27},{"source":44,"target":211},{"source":44,"target":212},{"source":44,"target":213},{"source":211,"target":27},{"source":211,"target":214},{"source":211,"target":44},{"source":214,"target":27},{"source":212,"target":27},{"source":212,"target":215},{"source":212,"target":44},{"source":215,"target":27},{"source":213,"target":27},{"source":45,"target":0},{"source":45,"target":27},{"source":45,"target":216},{"source":45,"target":217},{"source":45,"target":218},{"source":216,"target":27},{"source":216,"target":219},{"source":216,"target":45},{"source":219,"target":27},{"source":217,"target":27},{"source":217,"target":220},{"source":217,"target":45},{"source":220,"target":27},{"source":218,"target":27},{"source":46,"target":0},{"source":46,"target":27},{"source":46,"target":221},{"source":46,"target":222},{"source":221,"target":27},{"source":221,"target":223},{"source":221,"target":46},{"source":223,"target":27},{"source":222,"target":27},{"source":47,"target":0},{"source":47,"target":27},{"source":47,"target":224},{"source":47,"target":225},{"source":224,"target":27},{"source":224,"target":226},{"source":224,"target":47},{"source":226,"target":27},{"source":225,"target":27},{"source":48,"target":0},{"source":48,"target":27},{"source":48,"target":227},{"source":48,"target":228},{"source":227,"target":27},{"source":227,"target":229},{"source":227,"target":48},{"source":229,"target":27},{"source":228,"target":27},{"source":49,"target":0},{"source":49,"target":27},{"source":49,"target":230},{"source":49,"target":231},{"source":49,"target":232},{"source":230,"target":27},{"source":230,"target":233},{"source":230,"target":49},{"source":233,"target":27},{"source":231,"target":9},{"source":231,"target":234},{"source":231,"target":49},{"source":234,"target":9},{"source":232,"target":27},{"source":50,"target":0},{"source":50,"target":27},{"source":50,"target":235},{"source":50,"target":236},{"source":50,"target":237},{"source":50,"target":238},{"source":235,"target":27},{"source":235,"target":239},{"source":235,"target":50},{"source":239,"target":27},{"source":236,"target":7},{"source":236,"target":240},{"source":236,"target":50},{"source":240,"target":7},{"source":237,"target":27},{"source":237,"target":241},{"source":237,"target":50},{"source":241,"target":27},{"source":238,"target":27},{"source":51,"target":0},{"source":51,"target":27},{"source":51,"target":242},{"source":51,"target":243},{"source":242,"target":244},{"source":242,"target":51},{"source":243,"target":27},{"source":52,"target":0},{"source":52,"target":27},{"source":52,"target":245},{"source":52,"target":246},{"source":245,"target":247},{"source":245,"target":52},{"source":246,"target":27},{"source":53,"target":0},{"source":53,"target":27},{"source":53,"target":248},{"source":53,"target":249},{"source":248,"target":250},{"source":248,"target":53},{"source":249,"target":27},{"source":54,"target":0},{"source":54,"target":27},{"source":54,"target":251},{"source":251,"target":27},{"source":55,"target":0},{"source":55,"target":27},{"source":55,"target":252},{"source":252,"target":27},{"source":56,"target":0},{"source":56,"target":27},{"source":56,"target":253},{"source":253,"target":27},{"source":57,"target":0},{"source":57,"target":27},{"source":57,"target":254},{"source":57,"target":255},{"source":57,"target":256},{"source":254,"target":4},{"source":254,"target":257},{"source":254,"target":57},{"source":257,"target":4},{"source":255,"target":27},{"source":255,"target":258},{"source":255,"target":57},{"source":258,"target":27},{"source":256,"target":27},{"source":58,"target":0},{"source":58,"target":27},{"source":58,"target":259},{"source":58,"target":260},{"source":58,"target":261},{"source":259,"target":18},{"source":259,"target":262},{"source":259,"target":58},{"source":262,"target":18},{"source":260,"target":27},{"source":260,"target":263},{"source":260,"target":58},{"source":263,"target":27},{"source":261,"target":27},{"source":59,"target":0},{"source":59,"target":27},{"source":59,"target":264},{"source":59,"target":265},{"source":264,"target":23},{"source":264,"target":266},{"source":264,"target":59},{"source":266,"target":23},{"source":265,"target":27}],"multigraph":true}
false
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="SpreadsheetMLPrintingSetup"> <eClassifiers xsi:type="ecore:EClass" name="DateTimeType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="month" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="day" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hour" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minute" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="second" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VersionType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="n" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nn" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueType" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="vt_data" ordered="false" lowerBound="1" eType="/0/Data" eOpposite="/0/Data/value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="/0/ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberValue" eSuperTypes="/0/ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateTimeTypeValue" eSuperTypes="/0/ValueType"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/DateTimeType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="/0/ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorValue" eSuperTypes="/0/ValueType"/> <eClassifiers xsi:type="ecore:EClass" name="DocumentPropertiesCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="dp_workbook" ordered="false" lowerBound="1" eType="/0/Workbook" eOpposite="/0/Workbook/wb_docProperties"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keywords" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastAuthor" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="manager" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="company" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hyperlinkBase" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationFormat" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guid" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="appName" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" ordered="false" eType="/0/VersionType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalTime" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastPrinted" ordered="false" eType="/0/DateTimeType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="created" ordered="false" eType="/0/DateTimeType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastSaved" ordered="false" eType="/0/DateTimeType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="words" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="characters" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charactersWithSpaces" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bytes" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lines" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paragraphs" ordered="false" unique="false" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomDocumentPropertiesCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="cdp_workbook" ordered="false" lowerBound="1" eType="/0/Workbook" eOpposite="/0/Workbook/wb_customDocProperties"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customDocumentProperties" ordered="false" lowerBound="1" upperBound="-1" eType="/0/CustomDocumentProperty" containment="true" eOpposite="/0/CustomDocumentProperty/customDocumentProperty_cdpe"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomDocumentProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="customDocumentProperty_cdpe" ordered="false" lowerBound="1" eType="/0/CustomDocumentPropertiesCollection" eOpposite="/0/CustomDocumentPropertiesCollection/customDocumentProperties"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/ValueType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmartTagType"> <eStructuralFeatures xsi:type="ecore:EReference" name="smartTagType_ste" ordered="false" lowerBound="1" eType="/0/SmartTagsCollection" eOpposite="/0/SmartTagsCollection/smartTagTypes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceuri" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmartTagsCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="st_workbook" ordered="false" lowerBound="1" eType="/0/Workbook" eOpposite="/0/Workbook/wb_smartTags"/> <eStructuralFeatures xsi:type="ecore:EReference" name="st_cell" ordered="false" lowerBound="1" eType="/0/Cell" eOpposite="/0/Cell/c_smartTags"/> <eStructuralFeatures xsi:type="ecore:EReference" name="smartTagTypes" ordered="false" upperBound="-1" eType="/0/SmartTagType" containment="true" eOpposite="/0/SmartTagType/smartTagType_ste"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Workbook"> <eStructuralFeatures xsi:type="ecore:EReference" name="wb_smartTags" ordered="false" eType="/0/SmartTagsCollection" containment="true" eOpposite="/0/SmartTagsCollection/st_workbook"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wb_docProperties" ordered="false" eType="/0/DocumentPropertiesCollection" containment="true" eOpposite="/0/DocumentPropertiesCollection/dp_workbook"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wb_customDocProperties" ordered="false" eType="/0/CustomDocumentPropertiesCollection" containment="true" eOpposite="/0/CustomDocumentPropertiesCollection/cdp_workbook"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wb_excelWorkbook" ordered="false" eType="/0/ExcelWorkbook" containment="true" eOpposite="/0/ExcelWorkbook/ew_workbook"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wb_worksheets" ordered="false" upperBound="-1" eType="/0/Worksheet" containment="true" eOpposite="/0/Worksheet/ws_workbook"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Worksheet"> <eStructuralFeatures xsi:type="ecore:EReference" name="ws_workbook" ordered="false" lowerBound="1" eType="/0/Workbook" eOpposite="/0/Workbook/wb_worksheets"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ws_table" ordered="false" eType="/0/Table" containment="true" eOpposite="/0/Table/t_worksheet"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protected" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rightToLeft" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="w_worksheetOptions" ordered="false" eType="/0/WorksheetOptionsElt" containment="true" eOpposite="/0/WorksheetOptionsElt/wo_worksheet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StyledElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="/0/StyledElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="t_worksheet" ordered="false" lowerBound="1" eType="/0/Worksheet" eOpposite="/0/Worksheet/ws_table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="t_cols" upperBound="-1" eType="/0/Column" containment="true" eOpposite="/0/Column/c_table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="t_rows" upperBound="-1" eType="/0/Row" containment="true" eOpposite="/0/Row/r_table"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultColumnWidth" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRowHeight" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expandedColumnCount" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expandedRowCount" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leftCell" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topCell" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullColumns" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullRows" ordered="false" unique="false" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableElement" abstract="true" eSuperTypes="/0/StyledElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" ordered="false" unique="false" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColOrRowElement" abstract="true" eSuperTypes="/0/TableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="span" ordered="false" unique="false" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="/0/ColOrRowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="c_table" ordered="false" lowerBound="1" eType="/0/Table" eOpposite="/0/Table/t_cols"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoFitWidth" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" unique="false" eType="/1/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Row" eSuperTypes="/0/ColOrRowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="r_table" ordered="false" lowerBound="1" eType="/0/Table" eOpposite="/0/Table/t_rows"/> <eStructuralFeatures xsi:type="ecore:EReference" name="r_cells" upperBound="-1" eType="/0/Cell" containment="true" eOpposite="/0/Cell/c_row"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoFitHeight" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" ordered="false" unique="false" eType="/1/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cell" eSuperTypes="/0/TableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="c_smartTags" ordered="false" upperBound="-1" eType="/0/SmartTagsCollection" containment="true" eOpposite="/0/SmartTagsCollection/st_cell"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c_row" ordered="false" lowerBound="1" eType="/0/Row" eOpposite="/0/Row/r_cells"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arrayRange" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formula" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hRef" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mergeAcross" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mergeDown" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c_data" ordered="false" eType="/0/Data" containment="true" eOpposite="/0/Data/d_cell"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c_comment" ordered="false" eType="/0/Comment" containment="true" eOpposite="/0/Comment/c_cell"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="c_cell" ordered="false" lowerBound="1" eType="/0/Cell" eOpposite="/0/Cell/c_comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="com_data" ordered="false" lowerBound="1" eType="/0/Data" containment="true" eOpposite="/0/Data/d_comment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showAlways" ordered="false" unique="false" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Data"> <eStructuralFeatures xsi:type="ecore:EReference" name="d_cell" ordered="false" lowerBound="1" eType="/0/Cell" eOpposite="/0/Cell/c_data"/> <eStructuralFeatures xsi:type="ecore:EReference" name="d_comment" ordered="false" lowerBound="1" eType="/0/Comment" eOpposite="/0/Comment/com_data"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/ValueType" containment="true" eOpposite="/0/ValueType/vt_data"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExcelWorkbook"> <eStructuralFeatures xsi:type="ecore:EReference" name="ew_workbook" ordered="false" lowerBound="1" eType="/0/Workbook" eOpposite="/0/Workbook/wb_excelWorkbook"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectedSheets" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowHidden" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hideHorizontalScrollBar" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hideVerticalScrollBar" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hideWorkbookTabs" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowHeight" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowWidth" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowTopX" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowTopY" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activeSheet" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activeChart" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstVisibleSheet" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidePivotTableFieldList" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protectStructure" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protectWindows" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayInkNotes" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="embedSaveSmartTags" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="futureVer" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabRatio" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowIconic" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayDrawingObjects" ordered="false" unique="false" eType="/0/DisplayDrawingObjectsType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createBackup" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="calculation" ordered="false" unique="false" eType="/0/CalculationWorkbookType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotCalculateBeforeSave" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date1904" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refModeR1C1" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iteration" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxIterations" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxChange" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precisionAsDisplayed" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotSaveLinkValues" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noAutoRecover" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptLabelsInFormulas" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uncalced" ordered="false" unique="false" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DisplayDrawingObjectsType"> <eLiterals name="ddot_displayShapes" value="1"/> <eLiterals name="ddot_placeHolders" value="2"/> <eLiterals name="ddot_hideAll" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CalculationWorkbookType"> <eLiterals name="cwt_automaticCalculation" value="1"/> <eLiterals name="cwt_manualCalculation" value="2"/> <eLiterals name="cwt_semiAutomaticCalculation" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorksheetOptionsElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="wo_worksheet" ordered="false" lowerBound="1" eType="/0/Worksheet" eOpposite="/0/Worksheet/w_worksheetOptions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fitToPage" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotDisplayColHeaders" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotDisplayRowHeaders" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gridlineColor" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excelWorksheetType" ordered="false" unique="false" eType="/0/ExcelWorksheetTypeType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intlMacro" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsynced" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selected" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeName" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayPageBreak" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transitionExpressionEvaluation" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transitionFormulaEntry" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zoom" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pageBreakZoom" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showPageBreakZoom" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRowHeight" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultColumnWidth" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="standardWidth" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" ordered="false" unique="false" eType="/0/VisibleType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leftColumnVisible" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayRightToLeft" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gridlineColorIndex" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayFormulas" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotDisplayGridlines" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotDisplayHeadings" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotDisplayOutline" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyAutomaticOutlineStyles" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noSummaryRowsBelowDetail" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noSummaryColumnsRightDetail" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotDisplayZeros" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activeRow" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activeColumn" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filterOn" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rangeSelection" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topRowVisible" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topRowBottomPane" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leftColumnRightPane" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activePane" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="splitHorizontal" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="splitVertical" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="freezePanes" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frozenNoSplit" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabColorIndex" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protectContentst" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protectObjects" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protectScenarios" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableSelection" ordered="false" unique="false" eType="/0/EnableSelectionType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowFormatCells" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowSizeCols" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowSizeRows" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowInsertCols" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowInsertRows" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowInsertHyperlinks" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowDeleteCols" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowDeleteRows" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowSort" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowFilter" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowUsePivotTables" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wo_pageSetup" ordered="false" eType="/0/PageSetup" containment="true" eOpposite="/0/PageSetup/ps_worksheetOptions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wo_print" ordered="false" eType="/0/Print" containment="true" eOpposite="/0/Print/p_worksheetOptions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExcelWorksheetTypeType"> <eLiterals name="ewt_Worksheet" value="1"/> <eLiterals name="ewt_Chart" value="2"/> <eLiterals name="ewt_Macro" value="3"/> <eLiterals name="ewt_Dialog" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibleType"> <eLiterals name="vt_SheetVisible" value="1"/> <eLiterals name="vt_SheetHidden" value="2"/> <eLiterals name="vt_SheetVeryHidden" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnableSelectionType"> <eLiterals name="est_UnlockedCells" value="1"/> <eLiterals name="est_NoSelection" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageSetup"> <eStructuralFeatures xsi:type="ecore:EReference" name="ps_worksheetOptions" ordered="false" lowerBound="1" eType="/0/WorksheetOptionsElt" eOpposite="/0/WorksheetOptionsElt/wo_pageSetup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ps_layout" ordered="false" eType="/0/Layout" containment="true" eOpposite="/0/Layout/l_pageSetup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ps_header" ordered="false" eType="/0/Header" containment="true" eOpposite="/0/Header/h_pageSetup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ps_footer" ordered="false" eType="/0/Footer" containment="true" eOpposite="/0/Footer/f_pageSetup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ps_pageMargins" ordered="false" eType="/0/PageMarginsInfo" containment="true" eOpposite="/0/PageMarginsInfo/pm_pageSetup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layout"> <eStructuralFeatures xsi:type="ecore:EReference" name="l_pageSetup" ordered="false" lowerBound="1" eType="/0/PageSetup" eOpposite="/0/PageSetup/ps_layout"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" ordered="false" unique="false" eType="/0/OrientationType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="centerHorizontal" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="centerVertical" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startPageNumber" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OrientationType"> <eLiterals name="ot_Landscape" value="1"/> <eLiterals name="ot_Portrait" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeaderOrFooterElt" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="margin" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Header" eSuperTypes="/0/HeaderOrFooterElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="h_pageSetup" ordered="false" lowerBound="1" eType="/0/PageSetup" eOpposite="/0/PageSetup/ps_header"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Footer" eSuperTypes="/0/HeaderOrFooterElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="f_pageSetup" ordered="false" lowerBound="1" eType="/0/PageSetup" eOpposite="/0/PageSetup/ps_footer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageMarginsInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="pm_pageSetup" ordered="false" lowerBound="1" eType="/0/PageSetup" eOpposite="/0/PageSetup/ps_pageMargins"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="top" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" ordered="false" unique="false" eType="/1/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Print"> <eStructuralFeatures xsi:type="ecore:EReference" name="p_worksheetOptions" ordered="false" lowerBound="1" eType="/0/WorksheetOptionsElt" eOpposite="/0/WorksheetOptionsElt/wo_print"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fitWidth" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fitHeight" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leftToRight" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blackAndWhite" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="draftQuality" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsLayout" ordered="false" unique="false" eType="/0/CommentsLayoutType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="printErrors" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validPrinterInfo" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paperSizeIndex" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalResolution" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalResolution" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gridlines" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfCopies" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowColHeadings" ordered="false" unique="false" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CommentsLayoutType"> <eLiterals name="clt_InPlace" value="1"/> <eLiterals name="clt_PrintNone" value="2"/> <eLiterals name="clt_SheetEnd" value="3"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Double"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/grammarware/slps/topics/grammars/metamodels/MSOfficeExcel_SpreadsheetMLPrintingSetup/MSOfficeExcel_SpreadsheetMLPrintingSetup.ecore
ecore
SpreadsheetMLPrintingSetup DateTimeType year month day hour minute second VersionType n nn ValueType vt_data StringValue value NumberValue value DateTimeTypeValue value BooleanValue value ErrorValue DocumentPropertiesCollection dp_workbook title subject keywords description category author lastAuthor manager company hyperlinkBase revision presentationFormat guid appName version totalTime lastPrinted created lastSaved pages words characters charactersWithSpaces bytes lines paragraphs CustomDocumentPropertiesCollection cdp_workbook customDocumentProperties CustomDocumentProperty customDocumentProperty_cdpe name value SmartTagType smartTagType_ste namespaceuri name url SmartTagsCollection st_workbook st_cell smartTagTypes Workbook wb_smartTags wb_docProperties wb_customDocProperties wb_excelWorkbook wb_worksheets Worksheet ws_workbook ws_table name protected rightToLeft w_worksheetOptions StyledElement Table t_worksheet t_cols t_rows defaultColumnWidth defaultRowHeight expandedColumnCount expandedRowCount leftCell topCell fullColumns fullRows TableElement index ColOrRowElement hidden span Column c_table autoFitWidth width Row r_table r_cells autoFitHeight height Cell c_smartTags c_row arrayRange formula hRef mergeAcross mergeDown c_data c_comment Comment c_cell com_data author showAlways Data d_cell d_comment value ExcelWorkbook ew_workbook selectedSheets windowHidden hideHorizontalScrollBar hideVerticalScrollBar hideWorkbookTabs windowHeight windowWidth windowTopX windowTopY activeSheet activeChart firstVisibleSheet hidePivotTableFieldList protectStructure protectWindows displayInkNotes embedSaveSmartTags futureVer tabRatio windowIconic displayDrawingObjects createBackup calculation doNotCalculateBeforeSave date1904 refModeR1C1 iteration maxIterations maxChange precisionAsDisplayed doNotSaveLinkValues noAutoRecover acceptLabelsInFormulas uncalced DisplayDrawingObjectsType ddot_displayShapes ddot_displayShapes ddot_placeHolders ddot_placeHolders ddot_hideAll ddot_hideAll CalculationWorkbookType cwt_automaticCalculation cwt_automaticCalculation cwt_manualCalculation cwt_manualCalculation cwt_semiAutomaticCalculation cwt_semiAutomaticCalculation WorksheetOptionsElt wo_worksheet fitToPage doNotDisplayColHeaders doNotDisplayRowHeaders gridlineColor name excelWorksheetType intlMacro unsynced selected codeName displayPageBreak transitionExpressionEvaluation transitionFormulaEntry zoom pageBreakZoom showPageBreakZoom defaultRowHeight defaultColumnWidth standardWidth visible leftColumnVisible displayRightToLeft gridlineColorIndex displayFormulas doNotDisplayGridlines doNotDisplayHeadings doNotDisplayOutline applyAutomaticOutlineStyles noSummaryRowsBelowDetail noSummaryColumnsRightDetail doNotDisplayZeros activeRow activeColumn filterOn rangeSelection topRowVisible topRowBottomPane leftColumnRightPane activePane splitHorizontal splitVertical freezePanes frozenNoSplit tabColorIndex protectContentst protectObjects protectScenarios enableSelection allowFormatCells allowSizeCols allowSizeRows allowInsertCols allowInsertRows allowInsertHyperlinks allowDeleteCols allowDeleteRows allowSort allowFilter allowUsePivotTables wo_pageSetup wo_print ExcelWorksheetTypeType ewt_Worksheet ewt_Worksheet ewt_Chart ewt_Chart ewt_Macro ewt_Macro ewt_Dialog ewt_Dialog VisibleType vt_SheetVisible vt_SheetVisible vt_SheetHidden vt_SheetHidden vt_SheetVeryHidden vt_SheetVeryHidden EnableSelectionType est_UnlockedCells est_UnlockedCells est_NoSelection est_NoSelection PageSetup ps_worksheetOptions ps_layout ps_header ps_footer ps_pageMargins Layout l_pageSetup orientation centerHorizontal centerVertical startPageNumber OrientationType ot_Landscape ot_Landscape ot_Portrait ot_Portrait HeaderOrFooterElt margin data Header h_pageSetup Footer f_pageSetup PageMarginsInfo pm_pageSetup left right top bottom Print p_worksheetOptions fitWidth fitHeight leftToRight blackAndWhite draftQuality commentsLayout scale printErrors validPrinterInfo paperSizeIndex horizontalResolution verticalResolution gridlines numberOfCopies rowColHeadings CommentsLayoutType clt_InPlace clt_InPlace clt_PrintNone clt_PrintNone clt_SheetEnd clt_SheetEnd PrimitiveTypes Integer String Boolean Double
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"SpreadsheetMLPrintingSetup","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeTypeValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorValue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentPropertiesCollection","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDocumentPropertiesCollection","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDocumentProperty","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmartTagType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmartTagsCollection","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workbook","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Worksheet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyledElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableElement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColOrRowElement","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Row","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cell","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcelWorkbook","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DisplayDrawingObjectsType","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CalculationWorkbookType","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorksheetOptionsElt","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExcelWorksheetTypeType","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibleType","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnableSelectionType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageSetup","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrientationType","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeaderOrFooterElt","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Footer","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageMarginsInfo","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CommentsLayoutType","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"year","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"month","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"day","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hour","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minute","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"second","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":47,"serializable":true,"eClass":"EDataType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"n","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nn","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vt_data","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":63,"serializable":true,"eClass":"EDataType"},{"id":64,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":67,"serializable":true,"eClass":"EDataType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":74,"serializable":true,"eClass":"EDataType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dp_workbook","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"subject","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"keywords","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lastAuthor","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"manager","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"company","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hyperlinkBase","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"revision","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"presentationFormat","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"guid","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"appName","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"totalTime","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lastPrinted","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"created","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lastSaved","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"words","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"characters","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"charactersWithSpaces","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"bytes","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lines","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"paragraphs","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wb_docProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cdp_workbook","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customDocumentProperties","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wb_customDocProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customDocumentProperty_cdpe","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"smartTagType_ste","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"namespaceuri","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":145,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"smartTagTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"st_workbook","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"st_cell","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wb_smartTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c_smartTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wb_excelWorkbook","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wb_worksheets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ew_workbook","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ws_workbook","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ws_table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"protected","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"rightToLeft","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"w_worksheetOptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"t_worksheet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"wo_worksheet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"t_cols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"t_rows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defaultColumnWidth","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defaultRowHeight","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"expandedColumnCount","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"expandedRowCount","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"leftCell","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"topCell","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fullColumns","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fullRows","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"c_table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"r_table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"span","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"autoFitWidth","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"r_cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"autoFitHeight","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"c_row","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"arrayRange","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"formula","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hRef","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mergeAcross","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mergeDown","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c_data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c_comment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"d_cell","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"c_cell","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"com_data","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"showAlways","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"d_comment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"selectedSheets","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"windowHidden","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hideHorizontalScrollBar","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hideVerticalScrollBar","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hideWorkbookTabs","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"windowHeight","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"windowWidth","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"windowTopX","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"windowTopY","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"activeSheet","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"activeChart","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"firstVisibleSheet","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hidePivotTableFieldList","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"protectStructure","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"protectWindows","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"displayInkNotes","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"embedSaveSmartTags","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"futureVer","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tabRatio","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"windowIconic","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"displayDrawingObjects","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"createBackup","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"calculation","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doNotCalculateBeforeSave","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"date1904","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"refModeR1C1","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"iteration","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxIterations","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxChange","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"precisionAsDisplayed","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doNotSaveLinkValues","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"noAutoRecover","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"acceptLabelsInFormulas","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"uncalced","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"name":"ddot_displayShapes","id":327,"value":1,"literal":"ddot_displayShapes","eClass":"EEnumLiteral"},{"name":"ddot_placeHolders","id":328,"value":2,"literal":"ddot_placeHolders","eClass":"EEnumLiteral"},{"name":"ddot_hideAll","id":329,"value":3,"literal":"ddot_hideAll","eClass":"EEnumLiteral"},{"name":"cwt_automaticCalculation","id":330,"value":1,"literal":"cwt_automaticCalculation","eClass":"EEnumLiteral"},{"name":"cwt_manualCalculation","id":331,"value":2,"literal":"cwt_manualCalculation","eClass":"EEnumLiteral"},{"name":"cwt_semiAutomaticCalculation","id":332,"value":3,"literal":"cwt_semiAutomaticCalculation","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fitToPage","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doNotDisplayColHeaders","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doNotDisplayRowHeaders","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"gridlineColor","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"excelWorksheetType","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"intlMacro","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unsynced","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"selected","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"codeName","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"displayPageBreak","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"transitionExpressionEvaluation","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"transitionFormulaEntry","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"zoom","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"pageBreakZoom","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"showPageBreakZoom","changeable":true,"lowerBound":0,"iD":false,"id":348,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defaultRowHeight","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defaultColumnWidth","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"standardWidth","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visible","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"leftColumnVisible","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"displayRightToLeft","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"gridlineColorIndex","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"displayFormulas","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doNotDisplayGridlines","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doNotDisplayHeadings","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doNotDisplayOutline","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"applyAutomaticOutlineStyles","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"noSummaryRowsBelowDetail","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"noSummaryColumnsRightDetail","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doNotDisplayZeros","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"activeRow","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"activeColumn","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"filterOn","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"rangeSelection","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"topRowVisible","changeable":true,"lowerBound":0,"iD":false,"id":368,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"topRowBottomPane","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"leftColumnRightPane","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"activePane","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"splitHorizontal","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"splitVertical","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"freezePanes","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"frozenNoSplit","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tabColorIndex","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"protectContentst","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"protectObjects","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"protectScenarios","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"enableSelection","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allowFormatCells","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allowSizeCols","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allowSizeRows","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allowInsertCols","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allowInsertRows","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allowInsertHyperlinks","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allowDeleteCols","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allowDeleteRows","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allowSort","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allowFilter","changeable":true,"lowerBound":0,"iD":false,"id":390,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allowUsePivotTables","changeable":true,"lowerBound":0,"iD":false,"id":391,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wo_pageSetup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wo_print","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ps_worksheetOptions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"p_worksheetOptions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":457,"derived":false},{"name":"ewt_Worksheet","id":458,"value":1,"literal":"ewt_Worksheet","eClass":"EEnumLiteral"},{"name":"ewt_Chart","id":459,"value":2,"literal":"ewt_Chart","eClass":"EEnumLiteral"},{"name":"ewt_Macro","id":460,"value":3,"literal":"ewt_Macro","eClass":"EEnumLiteral"},{"name":"ewt_Dialog","id":461,"value":4,"literal":"ewt_Dialog","eClass":"EEnumLiteral"},{"name":"vt_SheetVisible","id":462,"value":1,"literal":"vt_SheetVisible","eClass":"EEnumLiteral"},{"name":"vt_SheetHidden","id":463,"value":2,"literal":"vt_SheetHidden","eClass":"EEnumLiteral"},{"name":"vt_SheetVeryHidden","id":464,"value":3,"literal":"vt_SheetVeryHidden","eClass":"EEnumLiteral"},{"name":"est_UnlockedCells","id":465,"value":1,"literal":"est_UnlockedCells","eClass":"EEnumLiteral"},{"name":"est_NoSelection","id":466,"value":2,"literal":"est_NoSelection","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ps_layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ps_header","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ps_footer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ps_pageMargins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"l_pageSetup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"h_pageSetup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"f_pageSetup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pm_pageSetup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":479,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":480,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"centerHorizontal","changeable":true,"lowerBound":0,"iD":false,"id":481,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"centerVertical","changeable":true,"lowerBound":0,"iD":false,"id":482,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"startPageNumber","changeable":true,"lowerBound":0,"iD":false,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"name":"ot_Landscape","id":489,"value":1,"literal":"ot_Landscape","eClass":"EEnumLiteral"},{"name":"ot_Portrait","id":490,"value":2,"literal":"ot_Portrait","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"margin","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"left","changeable":true,"lowerBound":0,"iD":false,"id":499,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"right","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"top","changeable":true,"lowerBound":0,"iD":false,"id":501,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"bottom","changeable":true,"lowerBound":0,"iD":false,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fitWidth","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fitHeight","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"leftToRight","changeable":true,"lowerBound":0,"iD":false,"id":510,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"blackAndWhite","changeable":true,"lowerBound":0,"iD":false,"id":511,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"draftQuality","changeable":true,"lowerBound":0,"iD":false,"id":512,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsLayout","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"printErrors","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"validPrinterInfo","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"paperSizeIndex","changeable":true,"lowerBound":0,"iD":false,"id":517,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"horizontalResolution","changeable":true,"lowerBound":0,"iD":false,"id":518,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"verticalResolution","changeable":true,"lowerBound":0,"iD":false,"id":519,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"gridlines","changeable":true,"lowerBound":0,"iD":false,"id":520,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"numberOfCopies","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"rowColHeadings","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"name":"clt_InPlace","id":539,"value":1,"literal":"clt_InPlace","eClass":"EEnumLiteral"},{"name":"clt_PrintNone","id":540,"value":2,"literal":"clt_PrintNone","eClass":"EEnumLiteral"},{"name":"clt_SheetEnd","id":541,"value":3,"literal":"clt_SheetEnd","eClass":"EEnumLiteral"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":542,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":41,"target":47},{"source":41,"target":48},{"source":41,"target":1},{"source":48,"target":47},{"source":42,"target":47},{"source":42,"target":49},{"source":42,"target":1},{"source":49,"target":47},{"source":43,"target":47},{"source":43,"target":50},{"source":43,"target":1},{"source":50,"target":47},{"source":44,"target":47},{"source":44,"target":51},{"source":44,"target":1},{"source":51,"target":47},{"source":45,"target":47},{"source":45,"target":52},{"source":45,"target":1},{"source":52,"target":47},{"source":46,"target":47},{"source":46,"target":53},{"source":46,"target":1},{"source":53,"target":47},{"source":2,"target":0},{"source":2,"target":54},{"source":2,"target":55},{"source":54,"target":47},{"source":54,"target":56},{"source":54,"target":2},{"source":56,"target":47},{"source":55,"target":47},{"source":55,"target":57},{"source":55,"target":2},{"source":57,"target":47},{"source":3,"target":0},{"source":3,"target":58},{"source":58,"target":24},{"source":58,"target":59},{"source":58,"target":3},{"source":58,"target":60},{"source":59,"target":24},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":61},{"source":4,"target":62},{"source":61,"target":63},{"source":61,"target":64},{"source":61,"target":4},{"source":64,"target":63},{"source":62,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":65},{"source":5,"target":66},{"source":65,"target":67},{"source":65,"target":68},{"source":65,"target":5},{"source":68,"target":67},{"source":66,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":69},{"source":6,"target":70},{"source":69,"target":1},{"source":69,"target":71},{"source":69,"target":6},{"source":71,"target":1},{"source":70,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":72},{"source":7,"target":73},{"source":72,"target":74},{"source":72,"target":75},{"source":72,"target":7},{"source":75,"target":74},{"source":73,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":76},{"source":76,"target":3},{"source":9,"target":0},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":9,"target":98},{"source":9,"target":99},{"source":9,"target":100},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":77,"target":14},{"source":77,"target":104},{"source":77,"target":9},{"source":77,"target":105},{"source":104,"target":14},{"source":78,"target":63},{"source":78,"target":106},{"source":78,"target":9},{"source":106,"target":63},{"source":79,"target":63},{"source":79,"target":107},{"source":79,"target":9},{"source":107,"target":63},{"source":80,"target":63},{"source":80,"target":108},{"source":80,"target":9},{"source":108,"target":63},{"source":81,"target":63},{"source":81,"target":109},{"source":81,"target":9},{"source":109,"target":63},{"source":82,"target":63},{"source":82,"target":110},{"source":82,"target":9},{"source":110,"target":63},{"source":83,"target":63},{"source":83,"target":111},{"source":83,"target":9},{"source":111,"target":63},{"source":84,"target":63},{"source":84,"target":112},{"source":84,"target":9},{"source":112,"target":63},{"source":85,"target":63},{"source":85,"target":113},{"source":85,"target":9},{"source":113,"target":63},{"source":86,"target":63},{"source":86,"target":114},{"source":86,"target":9},{"source":114,"target":63},{"source":87,"target":63},{"source":87,"target":115},{"source":87,"target":9},{"source":115,"target":63},{"source":88,"target":47},{"source":88,"target":116},{"source":88,"target":9},{"source":116,"target":47},{"source":89,"target":63},{"source":89,"target":117},{"source":89,"target":9},{"source":117,"target":63},{"source":90,"target":63},{"source":90,"target":118},{"source":90,"target":9},{"source":118,"target":63},{"source":91,"target":63},{"source":91,"target":119},{"source":91,"target":9},{"source":119,"target":63},{"source":92,"target":2},{"source":92,"target":120},{"source":92,"target":9},{"source":120,"target":2},{"source":93,"target":47},{"source":93,"target":121},{"source":93,"target":9},{"source":121,"target":47},{"source":94,"target":1},{"source":94,"target":122},{"source":94,"target":9},{"source":122,"target":1},{"source":95,"target":1},{"source":95,"target":123},{"source":95,"target":9},{"source":123,"target":1},{"source":96,"target":1},{"source":96,"target":124},{"source":96,"target":9},{"source":124,"target":1},{"source":97,"target":47},{"source":97,"target":125},{"source":97,"target":9},{"source":125,"target":47},{"source":98,"target":47},{"source":98,"target":126},{"source":98,"target":9},{"source":126,"target":47},{"source":99,"target":47},{"source":99,"target":127},{"source":99,"target":9},{"source":127,"target":47},{"source":100,"target":47},{"source":100,"target":128},{"source":100,"target":9},{"source":128,"target":47},{"source":101,"target":47},{"source":101,"target":129},{"source":101,"target":9},{"source":129,"target":47},{"source":102,"target":47},{"source":102,"target":130},{"source":102,"target":9},{"source":130,"target":47},{"source":103,"target":47},{"source":103,"target":131},{"source":103,"target":9},{"source":131,"target":47},{"source":10,"target":0},{"source":10,"target":132},{"source":10,"target":133},{"source":132,"target":14},{"source":132,"target":134},{"source":132,"target":10},{"source":132,"target":135},{"source":134,"target":14},{"source":133,"target":11},{"source":133,"target":136},{"source":133,"target":10},{"source":133,"target":137},{"source":136,"target":11},{"source":11,"target":0},{"source":11,"target":137},{"source":11,"target":138},{"source":11,"target":139},{"source":137,"target":10},{"source":137,"target":140},{"source":137,"target":11},{"source":137,"target":133},{"source":140,"target":10},{"source":138,"target":63},{"source":138,"target":141},{"source":138,"target":11},{"source":141,"target":63},{"source":139,"target":3},{"source":139,"target":142},{"source":139,"target":11},{"source":142,"target":3},{"source":12,"target":0},{"source":12,"target":143},{"source":12,"target":144},{"source":12,"target":145},{"source":12,"target":146},{"source":143,"target":13},{"source":143,"target":147},{"source":143,"target":12},{"source":143,"target":148},{"source":147,"target":13},{"source":144,"target":63},{"source":144,"target":149},{"source":144,"target":12},{"source":149,"target":63},{"source":145,"target":63},{"source":145,"target":150},{"source":145,"target":12},{"source":150,"target":63},{"source":146,"target":63},{"source":146,"target":151},{"source":146,"target":12},{"source":151,"target":63},{"source":13,"target":0},{"source":13,"target":152},{"source":13,"target":153},{"source":13,"target":148},{"source":152,"target":14},{"source":152,"target":154},{"source":152,"target":13},{"source":152,"target":155},{"source":154,"target":14},{"source":153,"target":22},{"source":153,"target":156},{"source":153,"target":13},{"source":153,"target":157},{"source":156,"target":22},{"source":148,"target":12},{"source":148,"target":158},{"source":148,"target":13},{"source":148,"target":143},{"source":158,"target":12},{"source":14,"target":0},{"source":14,"target":155},{"source":14,"target":105},{"source":14,"target":135},{"source":14,"target":159},{"source":14,"target":160},{"source":155,"target":13},{"source":155,"target":161},{"source":155,"target":14},{"source":155,"target":152},{"source":161,"target":13},{"source":105,"target":9},{"source":105,"target":162},{"source":105,"target":14},{"source":105,"target":77},{"source":162,"target":9},{"source":135,"target":10},{"source":135,"target":163},{"source":135,"target":14},{"source":135,"target":132},{"source":163,"target":10},{"source":159,"target":25},{"source":159,"target":164},{"source":159,"target":14},{"source":159,"target":165},{"source":164,"target":25},{"source":160,"target":15},{"source":160,"target":166},{"source":160,"target":14},{"source":160,"target":167},{"source":166,"target":15},{"source":15,"target":0},{"source":15,"target":167},{"source":15,"target":168},{"source":15,"target":169},{"source":15,"target":170},{"source":15,"target":171},{"source":15,"target":172},{"source":167,"target":14},{"source":167,"target":173},{"source":167,"target":15},{"source":167,"target":160},{"source":173,"target":14},{"source":168,"target":17},{"source":168,"target":174},{"source":168,"target":15},{"source":168,"target":175},{"source":174,"target":17},{"source":169,"target":63},{"source":169,"target":176},{"source":169,"target":15},{"source":176,"target":63},{"source":170,"target":74},{"source":170,"target":177},{"source":170,"target":15},{"source":177,"target":74},{"source":171,"target":74},{"source":171,"target":178},{"source":171,"target":15},{"source":178,"target":74},{"source":172,"target":28},{"source":172,"target":179},{"source":172,"target":15},{"source":172,"target":180},{"source":179,"target":28},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":175},{"source":17,"target":181},{"source":17,"target":182},{"source":17,"target":183},{"source":17,"target":184},{"source":17,"target":185},{"source":17,"target":186},{"source":17,"target":187},{"source":17,"target":188},{"source":17,"target":189},{"source":17,"target":190},{"source":17,"target":191},{"source":175,"target":15},{"source":175,"target":192},{"source":175,"target":17},{"source":175,"target":168},{"source":192,"target":15},{"source":181,"target":20},{"source":181,"target":193},{"source":181,"target":17},{"source":181,"target":194},{"source":193,"target":20},{"source":182,"target":21},{"source":182,"target":195},{"source":182,"target":17},{"source":182,"target":196},{"source":195,"target":21},{"source":183,"target":67},{"source":183,"target":197},{"source":183,"target":17},{"source":197,"target":67},{"source":184,"target":67},{"source":184,"target":198},{"source":184,"target":17},{"source":198,"target":67},{"source":185,"target":47},{"source":185,"target":199},{"source":185,"target":17},{"source":199,"target":47},{"source":186,"target":47},{"source":186,"target":200},{"source":186,"target":17},{"source":200,"target":47},{"source":187,"target":47},{"source":187,"target":201},{"source":187,"target":17},{"source":201,"target":47},{"source":188,"target":47},{"source":188,"target":202},{"source":188,"target":17},{"source":202,"target":47},{"source":189,"target":74},{"source":189,"target":203},{"source":189,"target":17},{"source":203,"target":74},{"source":190,"target":74},{"source":190,"target":204},{"source":190,"target":17},{"source":204,"target":74},{"source":191,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":205},{"source":18,"target":206},{"source":205,"target":47},{"source":205,"target":207},{"source":205,"target":18},{"source":207,"target":47},{"source":206,"target":16},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":208},{"source":19,"target":209},{"source":19,"target":210},{"source":208,"target":74},{"source":208,"target":211},{"source":208,"target":19},{"source":211,"target":74},{"source":209,"target":47},{"source":209,"target":212},{"source":209,"target":19},{"source":212,"target":47},{"source":210,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":194},{"source":20,"target":213},{"source":20,"target":214},{"source":20,"target":215},{"source":194,"target":17},{"source":194,"target":216},{"source":194,"target":20},{"source":194,"target":181},{"source":216,"target":17},{"source":213,"target":74},{"source":213,"target":217},{"source":213,"target":20},{"source":217,"target":74},{"source":214,"target":67},{"source":214,"target":218},{"source":214,"target":20},{"source":218,"target":67},{"source":215,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":196},{"source":21,"target":219},{"source":21,"target":220},{"source":21,"target":221},{"source":21,"target":222},{"source":196,"target":17},{"source":196,"target":223},{"source":196,"target":21},{"source":196,"target":182},{"source":223,"target":17},{"source":219,"target":22},{"source":219,"target":224},{"source":219,"target":21},{"source":219,"target":225},{"source":224,"target":22},{"source":220,"target":74},{"source":220,"target":226},{"source":220,"target":21},{"source":226,"target":74},{"source":221,"target":67},{"source":221,"target":227},{"source":221,"target":21},{"source":227,"target":67},{"source":222,"target":19},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":157},{"source":22,"target":225},{"source":22,"target":228},{"source":22,"target":229},{"source":22,"target":230},{"source":22,"target":231},{"source":22,"target":232},{"source":22,"target":233},{"source":22,"target":234},{"source":22,"target":235},{"source":157,"target":13},{"source":157,"target":236},{"source":157,"target":22},{"source":157,"target":153},{"source":236,"target":13},{"source":225,"target":21},{"source":225,"target":237},{"source":225,"target":22},{"source":225,"target":219},{"source":237,"target":21},{"source":228,"target":63},{"source":228,"target":238},{"source":228,"target":22},{"source":238,"target":63},{"source":229,"target":63},{"source":229,"target":239},{"source":229,"target":22},{"source":239,"target":63},{"source":230,"target":63},{"source":230,"target":240},{"source":230,"target":22},{"source":240,"target":63},{"source":231,"target":67},{"source":231,"target":241},{"source":231,"target":22},{"source":241,"target":67},{"source":232,"target":67},{"source":232,"target":242},{"source":232,"target":22},{"source":242,"target":67},{"source":233,"target":24},{"source":233,"target":243},{"source":233,"target":22},{"source":233,"target":244},{"source":243,"target":24},{"source":234,"target":23},{"source":234,"target":245},{"source":234,"target":22},{"source":234,"target":246},{"source":245,"target":23},{"source":235,"target":18},{"source":23,"target":0},{"source":23,"target":246},{"source":23,"target":247},{"source":23,"target":248},{"source":23,"target":249},{"source":246,"target":22},{"source":246,"target":250},{"source":246,"target":23},{"source":246,"target":234},{"source":250,"target":22},{"source":247,"target":24},{"source":247,"target":251},{"source":247,"target":23},{"source":247,"target":252},{"source":251,"target":24},{"source":248,"target":63},{"source":248,"target":253},{"source":248,"target":23},{"source":253,"target":63},{"source":249,"target":74},{"source":249,"target":254},{"source":249,"target":23},{"source":254,"target":74},{"source":24,"target":0},{"source":24,"target":244},{"source":24,"target":252},{"source":24,"target":60},{"source":244,"target":22},{"source":244,"target":255},{"source":244,"target":24},{"source":244,"target":233},{"source":255,"target":22},{"source":252,"target":23},{"source":252,"target":256},{"source":252,"target":24},{"source":252,"target":247},{"source":256,"target":23},{"source":60,"target":3},{"source":60,"target":257},{"source":60,"target":24},{"source":60,"target":58},{"source":257,"target":3},{"source":25,"target":0},{"source":25,"target":165},{"source":25,"target":258},{"source":25,"target":259},{"source":25,"target":260},{"source":25,"target":261},{"source":25,"target":262},{"source":25,"target":263},{"source":25,"target":264},{"source":25,"target":265},{"source":25,"target":266},{"source":25,"target":267},{"source":25,"target":268},{"source":25,"target":269},{"source":25,"target":270},{"source":25,"target":271},{"source":25,"target":272},{"source":25,"target":273},{"source":25,"target":274},{"source":25,"target":275},{"source":25,"target":276},{"source":25,"target":277},{"source":25,"target":278},{"source":25,"target":279},{"source":25,"target":280},{"source":25,"target":281},{"source":25,"target":282},{"source":25,"target":283},{"source":25,"target":284},{"source":25,"target":285},{"source":25,"target":286},{"source":25,"target":287},{"source":25,"target":288},{"source":25,"target":289},{"source":25,"target":290},{"source":25,"target":291},{"source":165,"target":14},{"source":165,"target":292},{"source":165,"target":25},{"source":165,"target":159},{"source":292,"target":14},{"source":258,"target":47},{"source":258,"target":293},{"source":258,"target":25},{"source":293,"target":47},{"source":259,"target":74},{"source":259,"target":294},{"source":259,"target":25},{"source":294,"target":74},{"source":260,"target":74},{"source":260,"target":295},{"source":260,"target":25},{"source":295,"target":74},{"source":261,"target":74},{"source":261,"target":296},{"source":261,"target":25},{"source":296,"target":74},{"source":262,"target":74},{"source":262,"target":297},{"source":262,"target":25},{"source":297,"target":74},{"source":263,"target":67},{"source":263,"target":298},{"source":263,"target":25},{"source":298,"target":67},{"source":264,"target":67},{"source":264,"target":299},{"source":264,"target":25},{"source":299,"target":67},{"source":265,"target":67},{"source":265,"target":300},{"source":265,"target":25},{"source":300,"target":67},{"source":266,"target":67},{"source":266,"target":301},{"source":266,"target":25},{"source":301,"target":67},{"source":267,"target":47},{"source":267,"target":302},{"source":267,"target":25},{"source":302,"target":47},{"source":268,"target":63},{"source":268,"target":303},{"source":268,"target":25},{"source":303,"target":63},{"source":269,"target":47},{"source":269,"target":304},{"source":269,"target":25},{"source":304,"target":47},{"source":270,"target":74},{"source":270,"target":305},{"source":270,"target":25},{"source":305,"target":74},{"source":271,"target":74},{"source":271,"target":306},{"source":271,"target":25},{"source":306,"target":74},{"source":272,"target":74},{"source":272,"target":307},{"source":272,"target":25},{"source":307,"target":74},{"source":273,"target":74},{"source":273,"target":308},{"source":273,"target":25},{"source":308,"target":74},{"source":274,"target":74},{"source":274,"target":309},{"source":274,"target":25},{"source":309,"target":74},{"source":275,"target":63},{"source":275,"target":310},{"source":275,"target":25},{"source":310,"target":63},{"source":276,"target":47},{"source":276,"target":311},{"source":276,"target":25},{"source":311,"target":47},{"source":277,"target":74},{"source":277,"target":312},{"source":277,"target":25},{"source":312,"target":74},{"source":278,"target":26},{"source":278,"target":313},{"source":278,"target":25},{"source":313,"target":26},{"source":279,"target":74},{"source":279,"target":314},{"source":279,"target":25},{"source":314,"target":74},{"source":280,"target":27},{"source":280,"target":315},{"source":280,"target":25},{"source":315,"target":27},{"source":281,"target":74},{"source":281,"target":316},{"source":281,"target":25},{"source":316,"target":74},{"source":282,"target":74},{"source":282,"target":317},{"source":282,"target":25},{"source":317,"target":74},{"source":283,"target":74},{"source":283,"target":318},{"source":283,"target":25},{"source":318,"target":74},{"source":284,"target":74},{"source":284,"target":319},{"source":284,"target":25},{"source":319,"target":74},{"source":285,"target":47},{"source":285,"target":320},{"source":285,"target":25},{"source":320,"target":47},{"source":286,"target":67},{"source":286,"target":321},{"source":286,"target":25},{"source":321,"target":67},{"source":287,"target":74},{"source":287,"target":322},{"source":287,"target":25},{"source":322,"target":74},{"source":288,"target":74},{"source":288,"target":323},{"source":288,"target":25},{"source":323,"target":74},{"source":289,"target":74},{"source":289,"target":324},{"source":289,"target":25},{"source":324,"target":74},{"source":290,"target":74},{"source":290,"target":325},{"source":290,"target":25},{"source":325,"target":74},{"source":291,"target":74},{"source":291,"target":326},{"source":291,"target":25},{"source":326,"target":74},{"source":26,"target":0},{"source":26,"target":327},{"source":26,"target":328},{"source":26,"target":329},{"source":327,"target":26},{"source":328,"target":26},{"source":329,"target":26},{"source":27,"target":0},{"source":27,"target":330},{"source":27,"target":331},{"source":27,"target":332},{"source":330,"target":27},{"source":331,"target":27},{"source":332,"target":27},{"source":28,"target":0},{"source":28,"target":180},{"source":28,"target":333},{"source":28,"target":334},{"source":28,"target":335},{"source":28,"target":336},{"source":28,"target":337},{"source":28,"target":338},{"source":28,"target":339},{"source":28,"target":340},{"source":28,"target":341},{"source":28,"target":342},{"source":28,"target":343},{"source":28,"target":344},{"source":28,"target":345},{"source":28,"target":346},{"source":28,"target":347},{"source":28,"target":348},{"source":28,"target":349},{"source":28,"target":350},{"source":28,"target":351},{"source":28,"target":352},{"source":28,"target":353},{"source":28,"target":354},{"source":28,"target":355},{"source":28,"target":356},{"source":28,"target":357},{"source":28,"target":358},{"source":28,"target":359},{"source":28,"target":360},{"source":28,"target":361},{"source":28,"target":362},{"source":28,"target":363},{"source":28,"target":364},{"source":28,"target":365},{"source":28,"target":366},{"source":28,"target":367},{"source":28,"target":368},{"source":28,"target":369},{"source":28,"target":370},{"source":28,"target":371},{"source":28,"target":372},{"source":28,"target":373},{"source":28,"target":374},{"source":28,"target":375},{"source":28,"target":376},{"source":28,"target":377},{"source":28,"target":378},{"source":28,"target":379},{"source":28,"target":380},{"source":28,"target":381},{"source":28,"target":382},{"source":28,"target":383},{"source":28,"target":384},{"source":28,"target":385},{"source":28,"target":386},{"source":28,"target":387},{"source":28,"target":388},{"source":28,"target":389},{"source":28,"target":390},{"source":28,"target":391},{"source":28,"target":392},{"source":28,"target":393},{"source":180,"target":15},{"source":180,"target":394},{"source":180,"target":28},{"source":180,"target":172},{"source":394,"target":15},{"source":333,"target":74},{"source":333,"target":395},{"source":333,"target":28},{"source":395,"target":74},{"source":334,"target":74},{"source":334,"target":396},{"source":334,"target":28},{"source":396,"target":74},{"source":335,"target":74},{"source":335,"target":397},{"source":335,"target":28},{"source":397,"target":74},{"source":336,"target":63},{"source":336,"target":398},{"source":336,"target":28},{"source":398,"target":63},{"source":337,"target":63},{"source":337,"target":399},{"source":337,"target":28},{"source":399,"target":63},{"source":338,"target":29},{"source":338,"target":400},{"source":338,"target":28},{"source":400,"target":29},{"source":339,"target":74},{"source":339,"target":401},{"source":339,"target":28},{"source":401,"target":74},{"source":340,"target":74},{"source":340,"target":402},{"source":340,"target":28},{"source":402,"target":74},{"source":341,"target":74},{"source":341,"target":403},{"source":341,"target":28},{"source":403,"target":74},{"source":342,"target":63},{"source":342,"target":404},{"source":342,"target":28},{"source":404,"target":63},{"source":343,"target":74},{"source":343,"target":405},{"source":343,"target":28},{"source":405,"target":74},{"source":344,"target":74},{"source":344,"target":406},{"source":344,"target":28},{"source":406,"target":74},{"source":345,"target":74},{"source":345,"target":407},{"source":345,"target":28},{"source":407,"target":74},{"source":346,"target":47},{"source":346,"target":408},{"source":346,"target":28},{"source":408,"target":47},{"source":347,"target":47},{"source":347,"target":409},{"source":347,"target":28},{"source":409,"target":47},{"source":348,"target":74},{"source":348,"target":410},{"source":348,"target":28},{"source":410,"target":74},{"source":349,"target":47},{"source":349,"target":411},{"source":349,"target":28},{"source":411,"target":47},{"source":350,"target":47},{"source":350,"target":412},{"source":350,"target":28},{"source":412,"target":47},{"source":351,"target":47},{"source":351,"target":413},{"source":351,"target":28},{"source":413,"target":47},{"source":352,"target":30},{"source":352,"target":414},{"source":352,"target":28},{"source":414,"target":30},{"source":353,"target":47},{"source":353,"target":415},{"source":353,"target":28},{"source":415,"target":47},{"source":354,"target":74},{"source":354,"target":416},{"source":354,"target":28},{"source":416,"target":74},{"source":355,"target":47},{"source":355,"target":417},{"source":355,"target":28},{"source":417,"target":47},{"source":356,"target":74},{"source":356,"target":418},{"source":356,"target":28},{"source":418,"target":74},{"source":357,"target":74},{"source":357,"target":419},{"source":357,"target":28},{"source":419,"target":74},{"source":358,"target":74},{"source":358,"target":420},{"source":358,"target":28},{"source":420,"target":74},{"source":359,"target":74},{"source":359,"target":421},{"source":359,"target":28},{"source":421,"target":74},{"source":360,"target":74},{"source":360,"target":422},{"source":360,"target":28},{"source":422,"target":74},{"source":361,"target":74},{"source":361,"target":423},{"source":361,"target":28},{"source":423,"target":74},{"source":362,"target":74},{"source":362,"target":424},{"source":362,"target":28},{"source":424,"target":74},{"source":363,"target":74},{"source":363,"target":425},{"source":363,"target":28},{"source":425,"target":74},{"source":364,"target":47},{"source":364,"target":426},{"source":364,"target":28},{"source":426,"target":47},{"source":365,"target":47},{"source":365,"target":427},{"source":365,"target":28},{"source":427,"target":47},{"source":366,"target":74},{"source":366,"target":428},{"source":366,"target":28},{"source":428,"target":74},{"source":367,"target":63},{"source":367,"target":429},{"source":367,"target":28},{"source":429,"target":63},{"source":368,"target":47},{"source":368,"target":430},{"source":368,"target":28},{"source":430,"target":47},{"source":369,"target":47},{"source":369,"target":431},{"source":369,"target":28},{"source":431,"target":47},{"source":370,"target":47},{"source":370,"target":432},{"source":370,"target":28},{"source":432,"target":47},{"source":371,"target":47},{"source":371,"target":433},{"source":371,"target":28},{"source":433,"target":47},{"source":372,"target":47},{"source":372,"target":434},{"source":372,"target":28},{"source":434,"target":47},{"source":373,"target":47},{"source":373,"target":435},{"source":373,"target":28},{"source":435,"target":47},{"source":374,"target":74},{"source":374,"target":436},{"source":374,"target":28},{"source":436,"target":74},{"source":375,"target":74},{"source":375,"target":437},{"source":375,"target":28},{"source":437,"target":74},{"source":376,"target":47},{"source":376,"target":438},{"source":376,"target":28},{"source":438,"target":47},{"source":377,"target":74},{"source":377,"target":439},{"source":377,"target":28},{"source":439,"target":74},{"source":378,"target":74},{"source":378,"target":440},{"source":378,"target":28},{"source":440,"target":74},{"source":379,"target":74},{"source":379,"target":441},{"source":379,"target":28},{"source":441,"target":74},{"source":380,"target":31},{"source":380,"target":442},{"source":380,"target":28},{"source":442,"target":31},{"source":381,"target":74},{"source":381,"target":443},{"source":381,"target":28},{"source":443,"target":74},{"source":382,"target":74},{"source":382,"target":444},{"source":382,"target":28},{"source":444,"target":74},{"source":383,"target":74},{"source":383,"target":445},{"source":383,"target":28},{"source":445,"target":74},{"source":384,"target":74},{"source":384,"target":446},{"source":384,"target":28},{"source":446,"target":74},{"source":385,"target":74},{"source":385,"target":447},{"source":385,"target":28},{"source":447,"target":74},{"source":386,"target":74},{"source":386,"target":448},{"source":386,"target":28},{"source":448,"target":74},{"source":387,"target":74},{"source":387,"target":449},{"source":387,"target":28},{"source":449,"target":74},{"source":388,"target":74},{"source":388,"target":450},{"source":388,"target":28},{"source":450,"target":74},{"source":389,"target":74},{"source":389,"target":451},{"source":389,"target":28},{"source":451,"target":74},{"source":390,"target":74},{"source":390,"target":452},{"source":390,"target":28},{"source":452,"target":74},{"source":391,"target":74},{"source":391,"target":453},{"source":391,"target":28},{"source":453,"target":74},{"source":392,"target":32},{"source":392,"target":454},{"source":392,"target":28},{"source":392,"target":455},{"source":454,"target":32},{"source":393,"target":39},{"source":393,"target":456},{"source":393,"target":28},{"source":393,"target":457},{"source":456,"target":39},{"source":29,"target":0},{"source":29,"target":458},{"source":29,"target":459},{"source":29,"target":460},{"source":29,"target":461},{"source":458,"target":29},{"source":459,"target":29},{"source":460,"target":29},{"source":461,"target":29},{"source":30,"target":0},{"source":30,"target":462},{"source":30,"target":463},{"source":30,"target":464},{"source":462,"target":30},{"source":463,"target":30},{"source":464,"target":30},{"source":31,"target":0},{"source":31,"target":465},{"source":31,"target":466},{"source":465,"target":31},{"source":466,"target":31},{"source":32,"target":0},{"source":32,"target":455},{"source":32,"target":467},{"source":32,"target":468},{"source":32,"target":469},{"source":32,"target":470},{"source":455,"target":28},{"source":455,"target":471},{"source":455,"target":32},{"source":455,"target":392},{"source":471,"target":28},{"source":467,"target":33},{"source":467,"target":472},{"source":467,"target":32},{"source":467,"target":473},{"source":472,"target":33},{"source":468,"target":36},{"source":468,"target":474},{"source":468,"target":32},{"source":468,"target":475},{"source":474,"target":36},{"source":469,"target":37},{"source":469,"target":476},{"source":469,"target":32},{"source":469,"target":477},{"source":476,"target":37},{"source":470,"target":38},{"source":470,"target":478},{"source":470,"target":32},{"source":470,"target":479},{"source":478,"target":38},{"source":33,"target":0},{"source":33,"target":473},{"source":33,"target":480},{"source":33,"target":481},{"source":33,"target":482},{"source":33,"target":483},{"source":473,"target":32},{"source":473,"target":484},{"source":473,"target":33},{"source":473,"target":467},{"source":484,"target":32},{"source":480,"target":34},{"source":480,"target":485},{"source":480,"target":33},{"source":485,"target":34},{"source":481,"target":74},{"source":481,"target":486},{"source":481,"target":33},{"source":486,"target":74},{"source":482,"target":74},{"source":482,"target":487},{"source":482,"target":33},{"source":487,"target":74},{"source":483,"target":63},{"source":483,"target":488},{"source":483,"target":33},{"source":488,"target":63},{"source":34,"target":0},{"source":34,"target":489},{"source":34,"target":490},{"source":489,"target":34},{"source":490,"target":34},{"source":35,"target":0},{"source":35,"target":491},{"source":35,"target":492},{"source":491,"target":67},{"source":491,"target":493},{"source":491,"target":35},{"source":493,"target":67},{"source":492,"target":63},{"source":492,"target":494},{"source":492,"target":35},{"source":494,"target":63},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":475},{"source":36,"target":495},{"source":475,"target":32},{"source":475,"target":496},{"source":475,"target":36},{"source":475,"target":468},{"source":496,"target":32},{"source":495,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":477},{"source":37,"target":497},{"source":477,"target":32},{"source":477,"target":498},{"source":477,"target":37},{"source":477,"target":469},{"source":498,"target":32},{"source":497,"target":35},{"source":38,"target":0},{"source":38,"target":479},{"source":38,"target":499},{"source":38,"target":500},{"source":38,"target":501},{"source":38,"target":502},{"source":479,"target":32},{"source":479,"target":503},{"source":479,"target":38},{"source":479,"target":470},{"source":503,"target":32},{"source":499,"target":67},{"source":499,"target":504},{"source":499,"target":38},{"source":504,"target":67},{"source":500,"target":67},{"source":500,"target":505},{"source":500,"target":38},{"source":505,"target":67},{"source":501,"target":67},{"source":501,"target":506},{"source":501,"target":38},{"source":506,"target":67},{"source":502,"target":67},{"source":502,"target":507},{"source":502,"target":38},{"source":507,"target":67},{"source":39,"target":0},{"source":39,"target":457},{"source":39,"target":508},{"source":39,"target":509},{"source":39,"target":510},{"source":39,"target":511},{"source":39,"target":512},{"source":39,"target":513},{"source":39,"target":514},{"source":39,"target":515},{"source":39,"target":516},{"source":39,"target":517},{"source":39,"target":518},{"source":39,"target":519},{"source":39,"target":520},{"source":39,"target":521},{"source":39,"target":522},{"source":457,"target":28},{"source":457,"target":523},{"source":457,"target":39},{"source":457,"target":393},{"source":523,"target":28},{"source":508,"target":47},{"source":508,"target":524},{"source":508,"target":39},{"source":524,"target":47},{"source":509,"target":47},{"source":509,"target":525},{"source":509,"target":39},{"source":525,"target":47},{"source":510,"target":74},{"source":510,"target":526},{"source":510,"target":39},{"source":526,"target":74},{"source":511,"target":74},{"source":511,"target":527},{"source":511,"target":39},{"source":527,"target":74},{"source":512,"target":74},{"source":512,"target":528},{"source":512,"target":39},{"source":528,"target":74},{"source":513,"target":40},{"source":513,"target":529},{"source":513,"target":39},{"source":529,"target":40},{"source":514,"target":47},{"source":514,"target":530},{"source":514,"target":39},{"source":530,"target":47},{"source":515,"target":63},{"source":515,"target":531},{"source":515,"target":39},{"source":531,"target":63},{"source":516,"target":74},{"source":516,"target":532},{"source":516,"target":39},{"source":532,"target":74},{"source":517,"target":47},{"source":517,"target":533},{"source":517,"target":39},{"source":533,"target":47},{"source":518,"target":47},{"source":518,"target":534},{"source":518,"target":39},{"source":534,"target":47},{"source":519,"target":47},{"source":519,"target":535},{"source":519,"target":39},{"source":535,"target":47},{"source":520,"target":74},{"source":520,"target":536},{"source":520,"target":39},{"source":536,"target":74},{"source":521,"target":47},{"source":521,"target":537},{"source":521,"target":39},{"source":537,"target":47},{"source":522,"target":74},{"source":522,"target":538},{"source":522,"target":39},{"source":538,"target":74},{"source":40,"target":0},{"source":40,"target":539},{"source":40,"target":540},{"source":40,"target":541},{"source":539,"target":40},{"source":540,"target":40},{"source":541,"target":40},{"source":542,"target":47},{"source":542,"target":63},{"source":542,"target":74},{"source":542,"target":67},{"source":47,"target":542},{"source":63,"target":542},{"source":74,"target":542},{"source":67,"target":542}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="lang" nsURI="http://www.Lang.ecs" nsPrefix="lang"> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eStructuralFeatures xsi:type="ecore:EReference" name="platformDefinition" eType="#//Platforms" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="#//Namespace" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextDefinition" eType="#//ContextDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeAliases" upperBound="-1" eType="#//Alias" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedures" upperBound="-1" eType="#//Procedure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="observers" upperBound="-1" eType="#//Observer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systems" upperBound="-1" eType="#//System" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="chains" upperBound="-1" eType="#//Chain" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="names" upperBound="-1" eType="#//ContextName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextName"> <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="ContextReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" unique="false" upperBound="-1" eType="#//ContextName"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Platforms"> <eStructuralFeatures xsi:type="ecore:EReference" name="ids" upperBound="-1" eType="#//PlatformID" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlatformID"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace"> <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="Alias" eSuperTypes="#//AComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="listOfAliases" eType="#//AliasList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="singleAlias" eType="#//SingleAlias" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentAlias"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextRef" eType="#//ContextReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleAlias"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AliasList"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//AliasRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AliasRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="platform" eType="#//PlatformID"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variableSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentAlias" eType="#//ComponentAlias" 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="Component" eSuperTypes="#//AComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" eType="#//Alias"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//ComponentProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentProperty"> <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="#//Alias"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//AComponent #//ASystem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="init" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cleanup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="teardown" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="#//Input" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uniqueComp" upperBound="-1" eType="#//UniqueComponentAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//Group" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//Index" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="createRules" upperBound="-1" eType="#//CreateRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Input"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unqiue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="triggers" upperBound="-1" eType="#//InputTrigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ensureComponents" unique="false" upperBound="-1" eType="#//AComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="excludeComponents" unique="false" upperBound="-1" eType="#//AComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="apiRules" upperBound="-1" eType="#//ApiRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destroy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextRef" eType="#//ContextName"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputTrigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="enterComponents" unique="false" upperBound="-1" eType="#//AComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" unique="false" upperBound="-1" eType="#//AComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enteredOrLeft" unique="false" upperBound="-1" eType="#//AComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentTypes" unique="false" upperBound="-1" eType="#//AComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextRef" eType="#//ContextName"/> </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:EReference" name="componentRef" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="apiRules" upperBound="-1" eType="#//ApiRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destroy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextRef" eType="#//ContextName"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniqueComponentAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="apiRule" eType="#//ApiRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextRef" eType="#//ContextName"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allOfComponents" unique="false" upperBound="-1" eType="#//AComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anyOfComponents" unique="false" upperBound="-1" eType="#//AComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="noneOfComponents" unique="false" upperBound="-1" eType="#//AComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="apiRules" upperBound="-1" eType="#//ApiRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destroy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextRef" eType="#//ContextName"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApiRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="#//AComponent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accesors" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ASystem"/> <eClassifiers xsi:type="ecore:EClass" name="Chain" eSuperTypes="#//AComponent #//ASystem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uniqueComp" upperBound="-1" eType="#//UniqueComponentAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//Group" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" unique="false" upperBound="-1" eType="#//ASystem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Procedure"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextRef" eType="#//ContextReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uniqueComp" upperBound="-1" eType="#//UniqueComponentAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//Group" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//Index" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="createRules" upperBound="-1" eType="#//CreateRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Alias"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Observer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="observedGroup" eType="#//Group" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uniqueComp" upperBound="-1" eType="#//UniqueComponentAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//Group" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="createRules" upperBound="-1" eType="#//CreateRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Alias"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mzaks/ECS-Lang/workspace/ecs.lang.editor/model/generated/Lang.ecore
ecore
lang Project platformDefinition namespace contextDefinition typeAliases components procedures observers systems chains ContextDefinition names ContextName name ContextReference context Platforms ids PlatformID name Namespace name Alias listOfAliases singleAlias ComponentAlias unique contextRef SingleAlias typeAlias size AliasList rules AliasRule platform typeAlias size variableSize AComponent componentAlias name Component valueType index multiIndex properties prefix ComponentProperty name type System init cleanup teardown input uniqueComp groups index createRules Input unqiue triggers ensureComponents excludeComponents apiRules destroy contextRef InputTrigger enterComponents left enteredOrLeft CreateRule name componentTypes contextRef Index name componentRef apiRules destroy contextRef UniqueComponentAccess apiRule contextRef Group group unique name allOfComponents anyOfComponents noneOfComponents apiRules destroy contextRef ApiRule component accesors ASystem Chain precondition uniqueComp groups children Procedure componentAlias contextRef unique name params uniqueComp groups index createRules type Observer name observedGroup uniqueComp groups createRules Parameter name type
null
{"directed":true,"nodes":[{"nsPrefix":"lang","nsURI":"http://www.Lang.ecs","name":"lang","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextDefinition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextName","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextReference","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Platforms","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformID","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alias","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentAlias","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleAlias","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AliasList","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AliasRule","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AComponent","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentProperty","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputTrigger","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateRule","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueComponentAccess","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApiRule","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASystem","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chain","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedure","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observer","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","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":true,"unsettable":false,"transient":false,"unique":true,"name":"platformDefinition","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":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextDefinition","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":true,"unsettable":false,"transient":false,"unique":true,"name":"typeAliases","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":"components","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":"procedures","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":"observers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systems","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":"chains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"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":"names","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ids","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"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},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listOfAliases","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":"singleAlias","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":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":"contextRef","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":"typeAlias","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"platform","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"typeAlias","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":"size","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variableSize","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiIndex","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","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"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cleanup","changeable":true,"lowerBound":0,"iD":false,"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":"teardown","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uniqueComp","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":"groups","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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"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":"unqiue","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"ensureComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"excludeComponents","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":"apiRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destroy","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"enterComponents","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":false,"unsettable":false,"transient":false,"unique":false,"name":"left","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":false,"name":"enteredOrLeft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":false,"name":"componentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"componentRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"apiRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destroy","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":"contextRef","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"apiRule","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":false,"unsettable":false,"transient":false,"unique":true,"name":"contextRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"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":"group","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"container":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":"allOfComponents","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":false,"unsettable":false,"transient":false,"unique":false,"name":"anyOfComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"noneOfComponents","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"apiRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destroy","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"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":"accesors","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"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":"precondition","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uniqueComp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentAlias","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uniqueComp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"observedGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uniqueComp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"container":false,"ordered":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":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":1,"target":0},{"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":29,"target":5},{"source":29,"target":38},{"source":29,"target":1},{"source":38,"target":5},{"source":30,"target":7},{"source":30,"target":39},{"source":30,"target":1},{"source":39,"target":7},{"source":31,"target":2},{"source":31,"target":40},{"source":31,"target":1},{"source":40,"target":2},{"source":32,"target":8},{"source":32,"target":41},{"source":32,"target":1},{"source":41,"target":8},{"source":33,"target":14},{"source":33,"target":42},{"source":33,"target":1},{"source":42,"target":14},{"source":34,"target":26},{"source":34,"target":43},{"source":34,"target":1},{"source":43,"target":26},{"source":35,"target":27},{"source":35,"target":44},{"source":35,"target":1},{"source":44,"target":27},{"source":36,"target":16},{"source":36,"target":45},{"source":36,"target":1},{"source":45,"target":16},{"source":37,"target":25},{"source":37,"target":46},{"source":37,"target":1},{"source":46,"target":25},{"source":2,"target":0},{"source":2,"target":47},{"source":47,"target":3},{"source":47,"target":48},{"source":47,"target":2},{"source":48,"target":3},{"source":3,"target":0},{"source":3,"target":49},{"source":49,"target":50},{"source":49,"target":3},{"source":4,"target":0},{"source":4,"target":51},{"source":51,"target":3},{"source":51,"target":52},{"source":51,"target":4},{"source":52,"target":3},{"source":5,"target":0},{"source":5,"target":53},{"source":53,"target":6},{"source":53,"target":54},{"source":53,"target":5},{"source":54,"target":6},{"source":6,"target":0},{"source":6,"target":55},{"source":55,"target":56},{"source":55,"target":6},{"source":7,"target":0},{"source":7,"target":57},{"source":57,"target":58},{"source":57,"target":7},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":59,"target":11},{"source":59,"target":62},{"source":59,"target":8},{"source":62,"target":11},{"source":60,"target":10},{"source":60,"target":63},{"source":60,"target":8},{"source":63,"target":10},{"source":61,"target":13},{"source":9,"target":0},{"source":9,"target":64},{"source":9,"target":65},{"source":64,"target":66},{"source":64,"target":9},{"source":65,"target":4},{"source":65,"target":67},{"source":65,"target":9},{"source":67,"target":4},{"source":10,"target":0},{"source":10,"target":68},{"source":10,"target":69},{"source":68,"target":70},{"source":68,"target":10},{"source":69,"target":71},{"source":69,"target":10},{"source":11,"target":0},{"source":11,"target":72},{"source":72,"target":12},{"source":72,"target":73},{"source":72,"target":11},{"source":73,"target":12},{"source":12,"target":0},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":74,"target":6},{"source":74,"target":78},{"source":74,"target":12},{"source":78,"target":6},{"source":75,"target":79},{"source":75,"target":12},{"source":76,"target":80},{"source":76,"target":12},{"source":77,"target":81},{"source":77,"target":12},{"source":13,"target":0},{"source":13,"target":82},{"source":13,"target":83},{"source":82,"target":9},{"source":82,"target":84},{"source":82,"target":13},{"source":84,"target":9},{"source":83,"target":85},{"source":83,"target":13},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":86},{"source":14,"target":87},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":14,"target":91},{"source":86,"target":8},{"source":86,"target":92},{"source":86,"target":14},{"source":92,"target":8},{"source":87,"target":93},{"source":87,"target":14},{"source":88,"target":94},{"source":88,"target":14},{"source":89,"target":15},{"source":89,"target":95},{"source":89,"target":14},{"source":95,"target":15},{"source":90,"target":96},{"source":90,"target":14},{"source":91,"target":13},{"source":15,"target":0},{"source":15,"target":97},{"source":15,"target":98},{"source":97,"target":99},{"source":97,"target":15},{"source":98,"target":8},{"source":98,"target":100},{"source":98,"target":15},{"source":100,"target":8},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":24},{"source":16,"target":101},{"source":16,"target":102},{"source":16,"target":103},{"source":16,"target":104},{"source":16,"target":105},{"source":16,"target":106},{"source":16,"target":107},{"source":16,"target":108},{"source":16,"target":109},{"source":16,"target":110},{"source":101,"target":111},{"source":101,"target":16},{"source":102,"target":112},{"source":102,"target":16},{"source":103,"target":113},{"source":103,"target":16},{"source":104,"target":17},{"source":104,"target":114},{"source":104,"target":16},{"source":114,"target":17},{"source":105,"target":21},{"source":105,"target":115},{"source":105,"target":16},{"source":115,"target":21},{"source":106,"target":22},{"source":106,"target":116},{"source":106,"target":16},{"source":116,"target":22},{"source":107,"target":20},{"source":107,"target":117},{"source":107,"target":16},{"source":117,"target":20},{"source":108,"target":19},{"source":108,"target":118},{"source":108,"target":16},{"source":118,"target":19},{"source":109,"target":13},{"source":110,"target":24},{"source":17,"target":0},{"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":17,"target":125},{"source":119,"target":126},{"source":119,"target":17},{"source":120,"target":18},{"source":120,"target":127},{"source":120,"target":17},{"source":127,"target":18},{"source":121,"target":13},{"source":121,"target":128},{"source":121,"target":17},{"source":128,"target":13},{"source":122,"target":13},{"source":122,"target":129},{"source":122,"target":17},{"source":129,"target":13},{"source":123,"target":23},{"source":123,"target":130},{"source":123,"target":17},{"source":130,"target":23},{"source":124,"target":131},{"source":124,"target":17},{"source":125,"target":3},{"source":125,"target":132},{"source":125,"target":17},{"source":132,"target":3},{"source":18,"target":0},{"source":18,"target":133},{"source":18,"target":134},{"source":18,"target":135},{"source":133,"target":13},{"source":133,"target":136},{"source":133,"target":18},{"source":136,"target":13},{"source":134,"target":13},{"source":134,"target":137},{"source":134,"target":18},{"source":137,"target":13},{"source":135,"target":13},{"source":135,"target":138},{"source":135,"target":18},{"source":138,"target":13},{"source":19,"target":0},{"source":19,"target":139},{"source":19,"target":140},{"source":19,"target":141},{"source":139,"target":142},{"source":139,"target":19},{"source":140,"target":13},{"source":140,"target":143},{"source":140,"target":19},{"source":143,"target":13},{"source":141,"target":3},{"source":141,"target":144},{"source":141,"target":19},{"source":144,"target":3},{"source":20,"target":0},{"source":20,"target":145},{"source":20,"target":146},{"source":20,"target":147},{"source":20,"target":148},{"source":20,"target":149},{"source":145,"target":150},{"source":145,"target":20},{"source":146,"target":14},{"source":146,"target":151},{"source":146,"target":20},{"source":151,"target":14},{"source":147,"target":23},{"source":147,"target":152},{"source":147,"target":20},{"source":152,"target":23},{"source":148,"target":153},{"source":148,"target":20},{"source":149,"target":3},{"source":149,"target":154},{"source":149,"target":20},{"source":154,"target":3},{"source":21,"target":0},{"source":21,"target":155},{"source":21,"target":156},{"source":155,"target":23},{"source":155,"target":157},{"source":155,"target":21},{"source":157,"target":23},{"source":156,"target":3},{"source":156,"target":158},{"source":156,"target":21},{"source":158,"target":3},{"source":22,"target":0},{"source":22,"target":159},{"source":22,"target":160},{"source":22,"target":161},{"source":22,"target":162},{"source":22,"target":163},{"source":22,"target":164},{"source":22,"target":165},{"source":22,"target":166},{"source":22,"target":167},{"source":159,"target":168},{"source":159,"target":22},{"source":160,"target":169},{"source":160,"target":22},{"source":161,"target":170},{"source":161,"target":22},{"source":162,"target":13},{"source":162,"target":171},{"source":162,"target":22},{"source":171,"target":13},{"source":163,"target":13},{"source":163,"target":172},{"source":163,"target":22},{"source":172,"target":13},{"source":164,"target":13},{"source":164,"target":173},{"source":164,"target":22},{"source":173,"target":13},{"source":165,"target":23},{"source":165,"target":174},{"source":165,"target":22},{"source":174,"target":23},{"source":166,"target":175},{"source":166,"target":22},{"source":167,"target":3},{"source":167,"target":176},{"source":167,"target":22},{"source":176,"target":3},{"source":23,"target":0},{"source":23,"target":177},{"source":23,"target":178},{"source":177,"target":13},{"source":177,"target":179},{"source":177,"target":23},{"source":179,"target":13},{"source":178,"target":180},{"source":178,"target":23},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":13},{"source":25,"target":24},{"source":25,"target":181},{"source":25,"target":182},{"source":25,"target":183},{"source":25,"target":184},{"source":25,"target":185},{"source":25,"target":186},{"source":181,"target":187},{"source":181,"target":25},{"source":182,"target":21},{"source":182,"target":188},{"source":182,"target":25},{"source":188,"target":21},{"source":183,"target":22},{"source":183,"target":189},{"source":183,"target":25},{"source":189,"target":22},{"source":184,"target":24},{"source":184,"target":190},{"source":184,"target":25},{"source":190,"target":24},{"source":185,"target":13},{"source":186,"target":24},{"source":26,"target":0},{"source":26,"target":191},{"source":26,"target":192},{"source":26,"target":193},{"source":26,"target":194},{"source":26,"target":195},{"source":26,"target":196},{"source":26,"target":197},{"source":26,"target":198},{"source":26,"target":199},{"source":26,"target":200},{"source":191,"target":201},{"source":191,"target":26},{"source":192,"target":4},{"source":192,"target":202},{"source":192,"target":26},{"source":202,"target":4},{"source":193,"target":203},{"source":193,"target":26},{"source":194,"target":204},{"source":194,"target":26},{"source":195,"target":28},{"source":195,"target":205},{"source":195,"target":26},{"source":205,"target":28},{"source":196,"target":21},{"source":196,"target":206},{"source":196,"target":26},{"source":206,"target":21},{"source":197,"target":22},{"source":197,"target":207},{"source":197,"target":26},{"source":207,"target":22},{"source":198,"target":20},{"source":198,"target":208},{"source":198,"target":26},{"source":208,"target":20},{"source":199,"target":19},{"source":199,"target":209},{"source":199,"target":26},{"source":209,"target":19},{"source":200,"target":8},{"source":200,"target":210},{"source":200,"target":26},{"source":210,"target":8},{"source":27,"target":0},{"source":27,"target":211},{"source":27,"target":212},{"source":27,"target":213},{"source":27,"target":214},{"source":27,"target":215},{"source":211,"target":216},{"source":211,"target":27},{"source":212,"target":22},{"source":212,"target":217},{"source":212,"target":27},{"source":217,"target":22},{"source":213,"target":21},{"source":213,"target":218},{"source":213,"target":27},{"source":218,"target":21},{"source":214,"target":22},{"source":214,"target":219},{"source":214,"target":27},{"source":219,"target":22},{"source":215,"target":19},{"source":215,"target":220},{"source":215,"target":27},{"source":220,"target":19},{"source":28,"target":0},{"source":28,"target":221},{"source":28,"target":222},{"source":221,"target":223},{"source":221,"target":28},{"source":222,"target":8},{"source":222,"target":224},{"source":222,"target":28},{"source":224,"target":8}],"multigraph":true}
true
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="EMOF" name="EMOF" nsURI="http://schema.omg.org/spec/MOF/2.0/emof.xml" nsPrefix="emof"> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Boolean" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Class" name="Class" eSuperTypes="EMOF.Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Class.isAbstract" name="isAbstract" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.ownedAttribute" name="ownedAttribute" upperBound="-1" eType="EMOF.Property" containment="true" resolveProxies="false" eOpposite="EMOF.Property.class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.ownedOperation" name="ownedOperation" upperBound="-1" eType="EMOF.Operation" containment="true" resolveProxies="false" eOpposite="EMOF.Operation.class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.superClass" name="superClass" ordered="false" upperBound="-1" eType="EMOF.Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Comment" name="Comment" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Comment.annotatedElement" name="annotatedElement" ordered="false" upperBound="-1" eType="EMOF.NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Comment.body" name="body" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.DataType" name="DataType" eSuperTypes="EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Element" name="Element" abstract="true" eSuperTypes="EMOF.Object"> <eOperations xmi:id="EMOF.Element.container" name="container" eType="EMOF.Element"/> <eOperations xmi:id="EMOF.Element.equals" name="equals" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.Element.equals.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.Element.get" name="get" eType="EMOF.Object"> <eParameters xmi:id="EMOF.Element.get.property" name="property" eType="EMOF.Property"/> </eOperations> <eOperations xmi:id="EMOF.Element.getMetaClass" name="getMetaClass" eType="EMOF.Class"/> <eOperations xmi:id="EMOF.Element.isSet" name="isSet" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.Element.isSet.property" name="property" eType="EMOF.Property"/> </eOperations> <eOperations xmi:id="EMOF.Element.set" name="set"> <eParameters xmi:id="EMOF.Element.set.property" name="property" eType="EMOF.Property"/> <eParameters xmi:id="EMOF.Element.set.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.Element.unset" name="unset"> <eParameters xmi:id="EMOF.Element.unset.property" name="property" eType="EMOF.Property"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Element.ownedComment" name="ownedComment" ordered="false" upperBound="-1" eType="EMOF.Comment" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Enumeration" name="Enumeration" eSuperTypes="EMOF.DataType"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Enumeration.ownedLiteral" name="ownedLiteral" upperBound="-1" eType="EMOF.EnumerationLiteral" containment="true" resolveProxies="false" eOpposite="EMOF.EnumerationLiteral.enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.EnumerationLiteral" name="EnumerationLiteral" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.EnumerationLiteral.enumeration" name="enumeration" eType="EMOF.Enumeration" transient="true" resolveProxies="false" eOpposite="EMOF.Enumeration.ownedLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Extent" name="Extent" eSuperTypes="EMOF.Object"> <eOperations xmi:id="EMOF.Extent.elements" name="elements" eType="EMOF.ReflectiveSequence"/> <eOperations xmi:id="EMOF.Extent.useContainment" name="useContainment" eType="PrimitiveTypes.Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Factory" name="Factory" eSuperTypes="EMOF.Element"> <eOperations xmi:id="EMOF.Factory.convertToString" name="convertToString" eType="PrimitiveTypes.String"> <eParameters xmi:id="EMOF.Factory.convertToString.dataType" name="dataType" eType="EMOF.DataType"/> <eParameters xmi:id="EMOF.Factory.convertToString.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.Factory.create" name="create" eType="EMOF.Element"> <eParameters xmi:id="EMOF.Factory.create.metaClass" name="metaClass" eType="EMOF.Class"/> </eOperations> <eOperations xmi:id="EMOF.Factory.createFromString" name="createFromString" eType="EMOF.Object"> <eParameters xmi:id="EMOF.Factory.createFromString.dataType" name="dataType" eType="EMOF.DataType"/> <eParameters xmi:id="EMOF.Factory.createFromString.string" name="string" eType="PrimitiveTypes.String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Factory.package" name="package" lowerBound="1" eType="EMOF.Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Integer" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.MultiplicityElement" name="MultiplicityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.isOrdered" name="isOrdered" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.isUnique" name="isUnique" eType="PrimitiveTypes.Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.lower" name="lower" eType="PrimitiveTypes.Integer" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.upper" name="upper" eType="PrimitiveTypes.UnlimitedNatural" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.NamedElement" name="NamedElement" abstract="true" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.NamedElement.name" name="name" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Object" name="Object"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Operation" name="Operation" eSuperTypes="EMOF.TypedElement EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.class" name="class" eType="EMOF.Class" transient="true" resolveProxies="false" eOpposite="EMOF.Class.ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.ownedParameter" name="ownedParameter" upperBound="-1" eType="EMOF.Parameter" containment="true" resolveProxies="false" eOpposite="EMOF.Parameter.operation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.raisedException" name="raisedException" ordered="false" upperBound="-1" eType="EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Package" name="Package" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.nestedPackage" name="nestedPackage" ordered="false" upperBound="-1" eType="EMOF.Package" containment="true" resolveProxies="false" eOpposite="EMOF.Package.nestingPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.nestingPackage" name="nestingPackage" eType="EMOF.Package" transient="true" resolveProxies="false" eOpposite="EMOF.Package.nestedPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.ownedType" name="ownedType" ordered="false" upperBound="-1" eType="EMOF.Type" containment="true" resolveProxies="false" eOpposite="EMOF.Type.package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Package.uri" name="uri" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Parameter" name="Parameter" eSuperTypes="EMOF.TypedElement EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Parameter.operation" name="operation" eType="EMOF.Operation" transient="true" resolveProxies="false" eOpposite="EMOF.Operation.ownedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.PrimitiveType" name="PrimitiveType" eSuperTypes="EMOF.DataType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Property" name="Property" eSuperTypes="EMOF.TypedElement EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Property.class" name="class" eType="EMOF.Class" transient="true" resolveProxies="false" eOpposite="EMOF.Class.ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.default" name="default" eType="PrimitiveTypes.String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isComposite" name="isComposite" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isDerived" name="isDerived" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isID" name="isID" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isReadOnly" name="isReadOnly" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Property.opposite" name="opposite" eType="EMOF.Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Real" name="Real" instanceClassName="java.lang.Float"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.ReflectiveCollection" name="ReflectiveCollection" eSuperTypes="EMOF.Object"> <eOperations xmi:id="EMOF.ReflectiveCollection.add" name="add" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.ReflectiveCollection.add.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveCollection.addAll" name="addAll" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.ReflectiveCollection.addAll.objects" name="objects" eType="EMOF.ReflectiveSequence"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveCollection.clear" name="clear"/> <eOperations xmi:id="EMOF.ReflectiveCollection.remove" name="remove" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.ReflectiveCollection.remove.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveCollection.size" name="size" eType="PrimitiveTypes.Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.ReflectiveSequence" name="ReflectiveSequence" eSuperTypes="EMOF.ReflectiveCollection"> <eOperations xmi:id="EMOF.ReflectiveSequence.add" name="add"> <eParameters xmi:id="EMOF.ReflectiveSequence.add.index" name="index" eType="PrimitiveTypes.Integer"/> <eParameters xmi:id="EMOF.ReflectiveSequence.add.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveSequence.get" name="get" eType="EMOF.Object"> <eParameters xmi:id="EMOF.ReflectiveSequence.get.index" name="index" eType="PrimitiveTypes.Integer"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveSequence.remove" name="remove" eType="EMOF.Object"> <eParameters xmi:id="EMOF.ReflectiveSequence.remove.index" name="index" eType="PrimitiveTypes.Integer"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveSequence.set" name="set" eType="EMOF.Object"> <eParameters xmi:id="EMOF.ReflectiveSequence.set.index" name="index" eType="PrimitiveTypes.Integer"/> <eParameters xmi:id="EMOF.ReflectiveSequence.set.object" name="object" eType="EMOF.Object"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.String" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Tag" name="Tag" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Tag.element" name="element" ordered="false" upperBound="-1" eType="EMOF.Element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Tag.name" name="name" eType="PrimitiveTypes.String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Tag.value" name="value" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Type" name="Type" abstract="true" eSuperTypes="EMOF.NamedElement"> <eOperations xmi:id="EMOF.Type.isInstance" name="isInstance" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.Type.isInstance.object" name="object" eType="EMOF.Object"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Type.package" name="package" eType="EMOF.Package" transient="true" resolveProxies="false" eOpposite="EMOF.Package.ownedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.TypedElement" name="TypedElement" abstract="true" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.TypedElement.type" name="type" eType="EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.URIExtent" name="URIExtent" eSuperTypes="EMOF.Extent"> <eOperations xmi:id="EMOF.URIExtent.contextURI" name="contextURI" eType="PrimitiveTypes.String"/> <eOperations xmi:id="EMOF.URIExtent.element" name="element" eType="EMOF.Element"> <eParameters xmi:id="EMOF.URIExtent.element.uri" name="uri" eType="PrimitiveTypes.String"/> </eOperations> <eOperations xmi:id="EMOF.URIExtent.uri" name="uri" eType="PrimitiveTypes.String"> <eParameters xmi:id="EMOF.URIExtent.uri.element" name="element" eType="EMOF.Element"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.UnlimitedNatural" name="UnlimitedNatural" instanceClassName="java.lang.Integer"/> </ecore:EPackage>
github:ecore:/data/arcanefoam/qvtMustus/archive/org.eclipse.qvt.declarative.test.emof/src/org/eclipse/qvt/declarative/test/emof/rose/EMOF.ecore
ecore
EMOF Boolean java.lang.Boolean java.lang.Boolean Class isAbstract false ownedAttribute ownedOperation superClass Comment annotatedElement body DataType Element container equals object get property getMetaClass isSet property set property object unset property ownedComment Enumeration ownedLiteral EnumerationLiteral enumeration Extent elements useContainment Factory convertToString dataType object create metaClass createFromString dataType string package Integer java.lang.Integer java.lang.Integer MultiplicityElement isOrdered false isUnique true lower 1 upper 1 NamedElement name Object Operation class ownedParameter raisedException Package nestedPackage nestingPackage ownedType uri Parameter operation PrimitiveType Property class default isComposite false isDerived false isID isReadOnly false opposite Real java.lang.Float java.lang.Float ReflectiveCollection add object addAll objects clear remove object size ReflectiveSequence add index object get index remove index set index object String java.lang.String java.lang.String Tag element name value Type isInstance object package TypedElement type URIExtent contextURI element uri uri element UnlimitedNatural java.lang.Integer java.lang.Integer
null
{"directed":true,"nodes":[{"nsPrefix":"emof","nsURI":"http://schema.omg.org/spec/MOF/2.0/emof.xml","name":"EMOF","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factory","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Real","instanceClass":"java.lang.Float","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveCollection","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveSequence","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URIExtent","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"UnlimitedNatural","instanceClass":"java.lang.Integer","id":27,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equals","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMetaClass","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSet","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"set","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unset","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedComment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EParameter"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"elements","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"useContainment","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"metaClass","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"string","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":121,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":false,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isID","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"add","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addAll","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clear","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"size","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EParameter"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objects","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"add","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"set","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EParameter"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EParameter"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextURI","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"id":212,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":28,"target":1},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":1},{"source":29,"target":18},{"source":29,"target":34},{"source":29,"target":2},{"source":29,"target":35},{"source":34,"target":18},{"source":30,"target":14},{"source":30,"target":36},{"source":30,"target":2},{"source":30,"target":37},{"source":36,"target":14},{"source":31,"target":2},{"source":31,"target":38},{"source":31,"target":2},{"source":38,"target":2},{"source":32,"target":24},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":39,"target":12},{"source":39,"target":42},{"source":39,"target":3},{"source":42,"target":12},{"source":40,"target":22},{"source":40,"target":43},{"source":40,"target":3},{"source":43,"target":22},{"source":41,"target":5},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":44},{"source":44,"target":24},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":45,"target":5},{"source":45,"target":54},{"source":45,"target":5},{"source":54,"target":5},{"source":46,"target":1},{"source":46,"target":55},{"source":46,"target":5},{"source":46,"target":56},{"source":55,"target":1},{"source":56,"target":13},{"source":56,"target":57},{"source":56,"target":46},{"source":57,"target":13},{"source":47,"target":13},{"source":47,"target":58},{"source":47,"target":5},{"source":47,"target":59},{"source":58,"target":13},{"source":59,"target":18},{"source":59,"target":60},{"source":59,"target":47},{"source":60,"target":18},{"source":48,"target":2},{"source":48,"target":61},{"source":48,"target":5},{"source":61,"target":2},{"source":49,"target":1},{"source":49,"target":62},{"source":49,"target":5},{"source":49,"target":63},{"source":62,"target":1},{"source":63,"target":18},{"source":63,"target":64},{"source":63,"target":49},{"source":64,"target":18},{"source":50,"target":5},{"source":50,"target":65},{"source":50,"target":66},{"source":65,"target":18},{"source":65,"target":67},{"source":65,"target":50},{"source":67,"target":18},{"source":66,"target":13},{"source":66,"target":68},{"source":66,"target":50},{"source":68,"target":13},{"source":51,"target":5},{"source":51,"target":69},{"source":69,"target":18},{"source":69,"target":70},{"source":69,"target":51},{"source":70,"target":18},{"source":52,"target":3},{"source":52,"target":71},{"source":52,"target":5},{"source":71,"target":3},{"source":53,"target":13},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":72},{"source":6,"target":73},{"source":72,"target":7},{"source":72,"target":74},{"source":72,"target":6},{"source":72,"target":75},{"source":74,"target":7},{"source":73,"target":4},{"source":7,"target":0},{"source":7,"target":12},{"source":7,"target":75},{"source":7,"target":76},{"source":75,"target":6},{"source":75,"target":77},{"source":75,"target":7},{"source":75,"target":72},{"source":77,"target":6},{"source":76,"target":12},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":78,"target":21},{"source":78,"target":81},{"source":78,"target":8},{"source":81,"target":21},{"source":79,"target":1},{"source":79,"target":82},{"source":79,"target":8},{"source":82,"target":1},{"source":80,"target":13},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":83,"target":22},{"source":83,"target":88},{"source":83,"target":9},{"source":83,"target":89},{"source":83,"target":90},{"source":88,"target":22},{"source":89,"target":4},{"source":89,"target":91},{"source":89,"target":83},{"source":91,"target":4},{"source":90,"target":13},{"source":90,"target":92},{"source":90,"target":83},{"source":92,"target":13},{"source":84,"target":5},{"source":84,"target":93},{"source":84,"target":9},{"source":84,"target":94},{"source":93,"target":5},{"source":94,"target":2},{"source":94,"target":95},{"source":94,"target":84},{"source":95,"target":2},{"source":85,"target":13},{"source":85,"target":96},{"source":85,"target":9},{"source":85,"target":97},{"source":85,"target":98},{"source":96,"target":13},{"source":97,"target":4},{"source":97,"target":99},{"source":97,"target":85},{"source":99,"target":4},{"source":98,"target":22},{"source":98,"target":100},{"source":98,"target":85},{"source":100,"target":22},{"source":86,"target":15},{"source":86,"target":101},{"source":86,"target":9},{"source":101,"target":15},{"source":87,"target":5},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":1},{"source":102,"target":106},{"source":102,"target":11},{"source":106,"target":1},{"source":103,"target":1},{"source":103,"target":107},{"source":103,"target":11},{"source":107,"target":1},{"source":104,"target":10},{"source":104,"target":108},{"source":104,"target":11},{"source":108,"target":10},{"source":105,"target":27},{"source":105,"target":109},{"source":105,"target":11},{"source":109,"target":27},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":110},{"source":12,"target":111},{"source":110,"target":22},{"source":110,"target":112},{"source":110,"target":12},{"source":112,"target":22},{"source":111,"target":5},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":25},{"source":14,"target":11},{"source":14,"target":37},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":37,"target":2},{"source":37,"target":117},{"source":37,"target":14},{"source":37,"target":30},{"source":117,"target":2},{"source":113,"target":16},{"source":113,"target":118},{"source":113,"target":14},{"source":113,"target":119},{"source":118,"target":16},{"source":114,"target":24},{"source":114,"target":120},{"source":114,"target":14},{"source":120,"target":24},{"source":115,"target":25},{"source":116,"target":11},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":121},{"source":15,"target":122},{"source":15,"target":123},{"source":15,"target":124},{"source":15,"target":125},{"source":121,"target":15},{"source":121,"target":126},{"source":121,"target":15},{"source":121,"target":122},{"source":126,"target":15},{"source":122,"target":15},{"source":122,"target":127},{"source":122,"target":15},{"source":122,"target":121},{"source":127,"target":15},{"source":123,"target":24},{"source":123,"target":128},{"source":123,"target":15},{"source":123,"target":129},{"source":128,"target":24},{"source":124,"target":22},{"source":124,"target":130},{"source":124,"target":15},{"source":130,"target":22},{"source":125,"target":12},{"source":16,"target":0},{"source":16,"target":25},{"source":16,"target":11},{"source":16,"target":119},{"source":16,"target":131},{"source":16,"target":132},{"source":119,"target":14},{"source":119,"target":133},{"source":119,"target":16},{"source":119,"target":113},{"source":133,"target":14},{"source":131,"target":25},{"source":132,"target":11},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":134},{"source":134,"target":4},{"source":18,"target":0},{"source":18,"target":25},{"source":18,"target":11},{"source":18,"target":35},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":35,"target":2},{"source":35,"target":143},{"source":35,"target":18},{"source":35,"target":29},{"source":143,"target":2},{"source":135,"target":22},{"source":135,"target":144},{"source":135,"target":18},{"source":144,"target":22},{"source":136,"target":1},{"source":136,"target":145},{"source":136,"target":18},{"source":145,"target":1},{"source":137,"target":1},{"source":137,"target":146},{"source":137,"target":18},{"source":146,"target":1},{"source":138,"target":1},{"source":138,"target":147},{"source":138,"target":18},{"source":147,"target":1},{"source":139,"target":1},{"source":139,"target":148},{"source":139,"target":18},{"source":148,"target":1},{"source":140,"target":18},{"source":140,"target":149},{"source":140,"target":18},{"source":149,"target":18},{"source":141,"target":25},{"source":142,"target":11},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":13},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":20,"target":153},{"source":20,"target":154},{"source":20,"target":155},{"source":150,"target":1},{"source":150,"target":156},{"source":150,"target":20},{"source":150,"target":157},{"source":156,"target":1},{"source":157,"target":13},{"source":157,"target":158},{"source":157,"target":150},{"source":158,"target":13},{"source":151,"target":1},{"source":151,"target":159},{"source":151,"target":20},{"source":151,"target":160},{"source":159,"target":1},{"source":160,"target":21},{"source":160,"target":161},{"source":160,"target":151},{"source":161,"target":21},{"source":152,"target":20},{"source":153,"target":1},{"source":153,"target":162},{"source":153,"target":20},{"source":153,"target":163},{"source":162,"target":1},{"source":163,"target":13},{"source":163,"target":164},{"source":163,"target":153},{"source":164,"target":13},{"source":154,"target":10},{"source":154,"target":165},{"source":154,"target":20},{"source":165,"target":10},{"source":155,"target":13},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":166},{"source":21,"target":167},{"source":21,"target":168},{"source":21,"target":169},{"source":21,"target":170},{"source":166,"target":21},{"source":166,"target":171},{"source":166,"target":172},{"source":171,"target":10},{"source":171,"target":173},{"source":171,"target":166},{"source":173,"target":10},{"source":172,"target":13},{"source":172,"target":174},{"source":172,"target":166},{"source":174,"target":13},{"source":167,"target":13},{"source":167,"target":175},{"source":167,"target":21},{"source":167,"target":176},{"source":175,"target":13},{"source":176,"target":10},{"source":176,"target":177},{"source":176,"target":167},{"source":177,"target":10},{"source":168,"target":13},{"source":168,"target":178},{"source":168,"target":21},{"source":168,"target":179},{"source":178,"target":13},{"source":179,"target":10},{"source":179,"target":180},{"source":179,"target":168},{"source":180,"target":10},{"source":169,"target":13},{"source":169,"target":181},{"source":169,"target":21},{"source":169,"target":182},{"source":169,"target":183},{"source":181,"target":13},{"source":182,"target":10},{"source":182,"target":184},{"source":182,"target":169},{"source":184,"target":10},{"source":183,"target":13},{"source":183,"target":185},{"source":183,"target":169},{"source":185,"target":13},{"source":170,"target":20},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":186},{"source":23,"target":187},{"source":23,"target":188},{"source":23,"target":189},{"source":186,"target":5},{"source":186,"target":190},{"source":186,"target":23},{"source":190,"target":5},{"source":187,"target":22},{"source":187,"target":191},{"source":187,"target":23},{"source":191,"target":22},{"source":188,"target":22},{"source":188,"target":192},{"source":188,"target":23},{"source":192,"target":22},{"source":189,"target":5},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":193},{"source":24,"target":129},{"source":24,"target":194},{"source":193,"target":1},{"source":193,"target":195},{"source":193,"target":24},{"source":193,"target":196},{"source":195,"target":1},{"source":196,"target":13},{"source":196,"target":197},{"source":196,"target":193},{"source":197,"target":13},{"source":129,"target":15},{"source":129,"target":198},{"source":129,"target":24},{"source":129,"target":123},{"source":198,"target":15},{"source":194,"target":12},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":199},{"source":25,"target":200},{"source":199,"target":24},{"source":199,"target":201},{"source":199,"target":25},{"source":201,"target":24},{"source":200,"target":12},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":202},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":202,"target":22},{"source":202,"target":206},{"source":202,"target":26},{"source":206,"target":22},{"source":203,"target":5},{"source":203,"target":207},{"source":203,"target":26},{"source":203,"target":208},{"source":207,"target":5},{"source":208,"target":22},{"source":208,"target":209},{"source":208,"target":203},{"source":209,"target":22},{"source":204,"target":22},{"source":204,"target":210},{"source":204,"target":26},{"source":204,"target":211},{"source":210,"target":22},{"source":211,"target":5},{"source":211,"target":212},{"source":211,"target":204},{"source":212,"target":5},{"source":205,"target":8},{"source":27,"target":0}],"multigraph":true}
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="requirementseditor" nsURI="http://www.isf.cs.tu-bs.de/reqeditor" nsPrefix="RequirementsEditor"> <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="RequirementsModel"> <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="#//RequirementModelElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequirementsGroup" eSuperTypes="#//RequirementModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="uniqueGId"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="uniqueGId" value="RequirementsGroup.allInstances() -> forAll(b1,b2 | b1 &lt;> b2 implies b1.id &lt;> b2.id)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//RequirementModelElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="#//RequirementModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="uniqueId"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="uniqueId" value="Requirement.allInstances() -> exists(b1,b2 | b1 &lt;> b2 and b1.id = b2.id)=false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//RequirementType" defaultValueLiteral="NONE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="#//RequirementPriority" defaultValueLiteral="ESSENTIAL"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequirementModelElement" 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="id" 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="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RequirementType"> <eLiterals name="FUNCTIONAL"/> <eLiterals name="NON_FUNCTIONAL" value="1"/> <eLiterals name="NONE" value="2"/> <eLiterals name="OTHER" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RequirementPriority"> <eLiterals name="ESSENTIAL" value="2"/> <eLiterals name="CONDITIONAL" value="1"/> <eLiterals name="OPTIONAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueOf" eType="#//Attribute"/> <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="NestableExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand1" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OR" eSuperTypes="#//TwoOperandsExpression"/> <eClassifiers xsi:type="ecore:EClass" name="AND" eSuperTypes="#//TwoOperandsExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NOT" eSuperTypes="#//NestableExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" eType="#//RequirementModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="TwoOperandsExpression" abstract="true" eSuperTypes="#//NestableExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand2" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Kogoro/RequirementsEditor/de.tubs.cs.isf.reqeditor/model/requirementsEditor.ecore
ecore
requirementseditor RequirementsModel name elements creator version attributes RequirementsGroup elements Requirement type NONE priority ESSENTIAL attributes Constraint name expression Attribute name RequirementModelElement name id description constraints RequirementType FUNCTIONAL FUNCTIONAL NON_FUNCTIONAL NON_FUNCTIONAL NONE NONE OTHER OTHER RequirementPriority ESSENTIAL ESSENTIAL CONDITIONAL CONDITIONAL OPTIONAL OPTIONAL AttributeValue valueOf value NestableExpression operand1 OR AND NOT Literal element Expression TwoOperandsExpression operand2
null
{"directed":true,"nodes":[{"nsPrefix":"RequirementsEditor","nsURI":"http://www.isf.cs.tu-bs.de/reqeditor","name":"requirementseditor","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementsModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementsGroup","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementModelElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RequirementType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RequirementPriority","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestableExpression","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OR","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AND","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NOT","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TwoOperandsExpression","instanceClass":null,"abstract":true,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"creator","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":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":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ESSENTIAL","unsettable":false,"transient":false,"unique":true,"name":"priority","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"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":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"name":"FUNCTIONAL","id":51,"value":0,"literal":"FUNCTIONAL","eClass":"EEnumLiteral"},{"name":"NON_FUNCTIONAL","id":52,"value":1,"literal":"NON_FUNCTIONAL","eClass":"EEnumLiteral"},{"name":"NONE","id":53,"value":2,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"OTHER","id":54,"value":3,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"ESSENTIAL","id":55,"value":2,"literal":"ESSENTIAL","eClass":"EEnumLiteral"},{"name":"CONDITIONAL","id":56,"value":1,"literal":"CONDITIONAL","eClass":"EEnumLiteral"},{"name":"OPTIONAL","id":57,"value":0,"literal":"OPTIONAL","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":"valueOf","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":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":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":17,"target":22},{"source":17,"target":1},{"source":18,"target":6},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":6},{"source":19,"target":24},{"source":19,"target":1},{"source":20,"target":25},{"source":20,"target":1},{"source":21,"target":5},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":5},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":27},{"source":2,"target":28},{"source":27,"target":6},{"source":27,"target":29},{"source":27,"target":2},{"source":29,"target":6},{"source":28,"target":6},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":30,"target":7},{"source":30,"target":34},{"source":30,"target":3},{"source":34,"target":7},{"source":31,"target":8},{"source":31,"target":35},{"source":31,"target":3},{"source":35,"target":8},{"source":32,"target":9},{"source":32,"target":36},{"source":32,"target":3},{"source":36,"target":9},{"source":33,"target":6},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":37,"target":39},{"source":37,"target":4},{"source":38,"target":15},{"source":38,"target":40},{"source":38,"target":4},{"source":40,"target":15},{"source":5,"target":0},{"source":5,"target":41},{"source":41,"target":42},{"source":41,"target":5},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":43,"target":47},{"source":43,"target":6},{"source":44,"target":48},{"source":44,"target":6},{"source":45,"target":49},{"source":45,"target":6},{"source":46,"target":4},{"source":46,"target":50},{"source":46,"target":6},{"source":50,"target":4},{"source":7,"target":0},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":51,"target":7},{"source":52,"target":7},{"source":53,"target":7},{"source":54,"target":7},{"source":8,"target":0},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":55,"target":8},{"source":56,"target":8},{"source":57,"target":8},{"source":9,"target":0},{"source":9,"target":58},{"source":9,"target":59},{"source":58,"target":5},{"source":58,"target":60},{"source":58,"target":9},{"source":60,"target":5},{"source":59,"target":61},{"source":59,"target":9},{"source":10,"target":0},{"source":10,"target":15},{"source":10,"target":62},{"source":10,"target":63},{"source":62,"target":15},{"source":62,"target":64},{"source":62,"target":10},{"source":64,"target":15},{"source":63,"target":15},{"source":11,"target":0},{"source":11,"target":16},{"source":11,"target":65},{"source":65,"target":16},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":66},{"source":66,"target":16},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":67},{"source":67,"target":10},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":68},{"source":14,"target":69},{"source":68,"target":6},{"source":68,"target":70},{"source":68,"target":14},{"source":70,"target":6},{"source":69,"target":15},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":71},{"source":16,"target":72},{"source":71,"target":15},{"source":71,"target":73},{"source":71,"target":16},{"source":73,"target":15},{"source":72,"target":10}],"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="isostdisots_29002_10ed_1techxmlschemavalueSimplified" nsURI="urn:iso:std:iso:ts:29002:-10:ed-1:tech:xml-schema:valuesimplified" nsPrefix="values"> <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="BagValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="stringValues" upperBound="-1" eType="//StringValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bagValues" upperBound="-1" eType="//BagValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanValues" upperBound="-1" eType="//BooleanValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexValues" upperBound="-1" eType="//ComplexValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeValues" upperBound="-1" eType="//CompositeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlledValues" upperBound="-1" eType="//ControlledValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currencyValues" upperBound="-1" eType="//CurrencyValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateValues" upperBound="-1" eType="//DateValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateTimeValues" upperBound="-1" eType="//DateTimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileValues" upperBound="-1" eType="//FileValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="integerValues" upperBound="-1" eType="//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemReferenceValues" upperBound="-1" eType="//ItemReferenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localizedTextValues" upperBound="-1" eType="//LocalizedTextValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureQualifiedNumberValues" upperBound="-1" eType="//MeasureQualifiedNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureRangeValues" upperBound="-1" eType="//MeasureRangeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureSingleNumberValues" upperBound="-1" eType="//MeasureSingleNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nullValues" upperBound="-1" eType="//NullValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationalValues" upperBound="-1" eType="//RationalValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realValues" upperBound="-1" eType="//RealValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceValues" upperBound="-1" eType="//SequenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setValues" upperBound="-1" eType="//SetValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeValues" upperBound="-1" eType="//TimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearMonthValues" upperBound="-1" eType="//YearMonthValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearValues" upperBound="-1" eType="//YearValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Combination"> <eStructuralFeatures xsi:type="ecore:EReference" name="stringValues" upperBound="-1" eType="//StringValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bagValues" upperBound="-1" eType="//BagValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanValues" upperBound="-1" eType="//BooleanValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexValues" upperBound="-1" eType="//ComplexValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeValues" upperBound="-1" eType="//CompositeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlledValues" upperBound="-1" eType="//ControlledValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currencyValues" upperBound="-1" eType="//CurrencyValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateValues" upperBound="-1" eType="//DateValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateTimeValues" upperBound="-1" eType="//DateTimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileValues" upperBound="-1" eType="//FileValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="integerValues" upperBound="-1" eType="//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemReferenceValues" upperBound="-1" eType="//ItemReferenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localizedTextValues" upperBound="-1" eType="//LocalizedTextValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureQualifiedNumberValues" upperBound="-1" eType="//MeasureQualifiedNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureRangeValues" upperBound="-1" eType="//MeasureRangeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureSingleNumberValues" upperBound="-1" eType="//MeasureSingleNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nullValues" upperBound="-1" eType="//NullValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationalValues" upperBound="-1" eType="//RationalValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realValues" upperBound="-1" eType="//RealValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceValues" upperBound="-1" eType="//SequenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setValues" upperBound="-1" eType="//SetValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeValues" upperBound="-1" eType="//TimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearMonthValues" upperBound="-1" eType="//YearMonthValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearValues" upperBound="-1" eType="//YearValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexValue"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="//Field" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="patternPropertyRef"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="patternPropertyRef" value="self.propertyRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z]{1,1}(-[0-9A-Z:_\\.]{1,70})?)?)?(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?') or self.propertyRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z:_\\.]{1,35})?--[0-9A-Z:_\\.]{1,70}(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?') or self.propertyRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}---[0-9A-Z:_\\.]{1,70}(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyRef" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stringValue" eType="//StringValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bagValue" eType="//BagValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanValue" eType="//BooleanValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexValue" eType="//ComplexValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeValue" eType="//CompositeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlledValue" eType="//ControlledValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currencyValue" eType="//CurrencyValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateValue" eType="//DateValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateTimeValue" eType="//DateTimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileValue" eType="//FileValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="integerValue" eType="//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemReferenceValue" eType="//ItemReferenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localizedTextValue" eType="//LocalizedTextValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureQualifiedNumberValue" eType="//MeasureQualifiedNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureRangeValue" eType="//MeasureRangeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureSingleNumberValue" eType="//MeasureSingleNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nullValue" eType="//NullValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationalValue" eType="//RationalValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realValue" eType="//RealValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceValue" eType="//SequenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setValue" eType="//SetValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeValue" eType="//TimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearMonthValue" eType="//YearMonthValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearValue" eType="//YearValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlledValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="patternValueRef"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="patternValueRef" value="(self.valueRef=null) or self.valueRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z]{1,1}(-[0-9A-Z:_\\.]{1,70})?)?)?(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?') or self.valueRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z:_\\.]{1,35})?--[0-9A-Z:_\\.]{1,70}(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?') or self.valueRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}---[0-9A-Z:_\\.]{1,70}(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueCode"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueRef"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CurrencyValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="patternCurrencyRef"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="patternCurrencyRef" value="(self.currencyRef=null) or self.currencyRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z]{1,1}(-[0-9A-Z:_\\.]{1,70})?)?)?(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?') or self.currencyRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z:_\\.]{1,35})?--[0-9A-Z:_\\.]{1,70}(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?') or self.currencyRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}---[0-9A-Z:_\\.]{1,70}(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currencyCode"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currencyRef"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="realValue" eType="//RealValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexValue" eType="//ComplexValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="integerValue" eType="//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationalValue" eType="//RationalValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateTimeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Environment"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyValues" lowerBound="1" upperBound="-1" eType="//ConditionElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="patternPropertyRef"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="patternPropertyRef" value="(self.propertyRef=null) or self.propertyRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z]{1,1}(-[0-9A-Z:_\\.]{1,70})?)?)?(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?') or self.propertyRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z:_\\.]{1,35})?--[0-9A-Z:_\\.]{1,70}(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?') or self.propertyRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}---[0-9A-Z:_\\.]{1,70}(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyRef"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stringValue" eType="//StringValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bagValue" eType="//BagValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanValue" eType="//BooleanValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexValue" eType="//ComplexValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeValue" eType="//CompositeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlledValue" eType="//ControlledValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currencyValue" eType="//CurrencyValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateValue" eType="//DateValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateTimeValue" eType="//DateTimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileValue" eType="//FileValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="integerValue" eType="//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemReferenceValue" eType="//ItemReferenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localizedTextValue" eType="//LocalizedTextValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureQualifiedNumberValue" eType="//MeasureQualifiedNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureRangeValue" eType="//MeasureRangeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureSingleNumberValue" eType="//MeasureSingleNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nullValue" eType="//NullValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationalValue" eType="//RationalValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realValue" eType="//RealValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceValue" eType="//SequenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setValue" eType="//SetValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeValue" eType="//TimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearMonthValue" eType="//YearMonthValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearValue" eType="//YearValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uRI" lowerBound="1"> <eAnnotations source="http://big.tuwien.ac.at/standardXMLDatatype"> <details key="type" value="URI"/> </eAnnotations> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemReferenceValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="itemLocalRef" lowerBound="1"> <eType xsi:type="ecore:EClass" href="urn:iso:std:iso:ts:29002:-10:ed-1:tech:xml-schema:cataloguesimplified#//Item"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalizedTextValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1" containment="true"> <eType xsi:type="ecore:EClass" href="urn:iso:std:iso:ts:29002:-4:ed-1:tech:xml-schema:basicsimplified#//InternationalText"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeasureQualifiedNumberValue" eSuperTypes="//MeasureValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiedValues" lowerBound="1" upperBound="-1" eType="//QualifiedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeasureRangeValue" eSuperTypes="//MeasureValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerValue" lowerBound="1" eType="//NumericValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperValue" lowerBound="1" eType="//NumericValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeasureSingleNumberValue" eSuperTypes="//MeasureValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="realValue" eType="//RealValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexValue" eType="//ComplexValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="integerValue" eType="//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationalValue" eType="//RationalValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeasureValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="patternUOMRef"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="patternUOMRef" value="(self.uOMRef=null) or self.uOMRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z]{1,1}(-[0-9A-Z:_\\.]{1,70})?)?)?(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?') or self.uOMRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z:_\\.]{1,35})?--[0-9A-Z:_\\.]{1,70}(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?') or self.uOMRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}---[0-9A-Z:_\\.]{1,70}(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uOMCode"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uOMRef"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullValue"/> <eClassifiers xsi:type="ecore:EClass" name="NumericValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="realValue" eType="//RealValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexValue" eType="//ComplexValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="integerValue" eType="//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationalValue" eType="//RationalValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OneOf"> <eStructuralFeatures xsi:type="ecore:EReference" name="combinations" upperBound="-1" eType="//Combination" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stringValues" upperBound="-1" eType="//StringValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bagValues" upperBound="-1" eType="//BagValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanValues" upperBound="-1" eType="//BooleanValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexValues" upperBound="-1" eType="//ComplexValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeValues" upperBound="-1" eType="//CompositeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlledValues" upperBound="-1" eType="//ControlledValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currencyValues" upperBound="-1" eType="//CurrencyValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateValues" upperBound="-1" eType="//DateValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateTimeValues" upperBound="-1" eType="//DateTimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileValues" upperBound="-1" eType="//FileValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="integerValues" upperBound="-1" eType="//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemReferenceValues" upperBound="-1" eType="//ItemReferenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localizedTextValues" upperBound="-1" eType="//LocalizedTextValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureQualifiedNumberValues" upperBound="-1" eType="//MeasureQualifiedNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureRangeValues" upperBound="-1" eType="//MeasureRangeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureSingleNumberValues" upperBound="-1" eType="//MeasureSingleNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nullValues" upperBound="-1" eType="//NullValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationalValues" upperBound="-1" eType="//RationalValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realValues" upperBound="-1" eType="//RealValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceValues" upperBound="-1" eType="//SequenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setValues" upperBound="-1" eType="//SetValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeValues" upperBound="-1" eType="//TimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearMonthValues" upperBound="-1" eType="//YearMonthValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearValues" upperBound="-1" eType="//YearValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="patternQualifierRef"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="patternQualifierRef" value="(self.qualifierRef=null) or self.qualifierRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z]{1,1}(-[0-9A-Z:_\\.]{1,70})?)?)?(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?') or self.qualifierRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}(-[0-9A-Z:_\\.]{1,35})?--[0-9A-Z:_\\.]{1,70}(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?') or self.qualifierRef.matches('[0-9]{4}-[0-9A-Z:_\\.]{1,35}---[0-9A-Z:_\\.]{1,70}(#[0-9A-Z]{2,2}-[0-9A-Z:_\\.]{1,131}#[0-9]{1,10})?')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifierCode"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifierRef"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="realValue" eType="//RealValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexValue" eType="//ComplexValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="integerValue" eType="//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationalValue" eType="//RationalValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RationalValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wholePart"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numerator" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="denominator" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealValue"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="stringValues" upperBound="-1" eType="//StringValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bagValues" upperBound="-1" eType="//BagValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanValues" upperBound="-1" eType="//BooleanValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexValues" upperBound="-1" eType="//ComplexValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeValues" upperBound="-1" eType="//CompositeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlledValues" upperBound="-1" eType="//ControlledValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currencyValues" upperBound="-1" eType="//CurrencyValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateValues" upperBound="-1" eType="//DateValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateTimeValues" upperBound="-1" eType="//DateTimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileValues" upperBound="-1" eType="//FileValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="integerValues" upperBound="-1" eType="//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemReferenceValues" upperBound="-1" eType="//ItemReferenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localizedTextValues" upperBound="-1" eType="//LocalizedTextValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureQualifiedNumberValues" upperBound="-1" eType="//MeasureQualifiedNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureRangeValues" upperBound="-1" eType="//MeasureRangeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureSingleNumberValues" upperBound="-1" eType="//MeasureSingleNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nullValues" upperBound="-1" eType="//NullValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationalValues" upperBound="-1" eType="//RationalValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realValues" upperBound="-1" eType="//RealValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceValues" upperBound="-1" eType="//SequenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setValues" upperBound="-1" eType="//SetValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeValues" upperBound="-1" eType="//TimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearMonthValues" upperBound="-1" eType="//YearMonthValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearValues" upperBound="-1" eType="//YearValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="stringValues" upperBound="-1" eType="//StringValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bagValues" upperBound="-1" eType="//BagValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanValues" upperBound="-1" eType="//BooleanValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexValues" upperBound="-1" eType="//ComplexValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeValues" upperBound="-1" eType="//CompositeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlledValues" upperBound="-1" eType="//ControlledValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currencyValues" upperBound="-1" eType="//CurrencyValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateValues" upperBound="-1" eType="//DateValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dateTimeValues" upperBound="-1" eType="//DateTimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileValues" upperBound="-1" eType="//FileValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="integerValues" upperBound="-1" eType="//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemReferenceValues" upperBound="-1" eType="//ItemReferenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localizedTextValues" upperBound="-1" eType="//LocalizedTextValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureQualifiedNumberValues" upperBound="-1" eType="//MeasureQualifiedNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureRangeValues" upperBound="-1" eType="//MeasureRangeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureSingleNumberValues" upperBound="-1" eType="//MeasureSingleNumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nullValues" upperBound="-1" eType="//NullValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationalValues" upperBound="-1" eType="//RationalValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realValues" upperBound="-1" eType="//RealValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceValues" upperBound="-1" eType="//SequenceValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setValues" upperBound="-1" eType="//SetValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeValues" upperBound="-1" eType="//TimeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearMonthValues" upperBound="-1" eType="//YearMonthValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yearValues" upperBound="-1" eType="//YearValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="YearMonthValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="YearValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/patrickneubauer/XMLIntellEdit/xmlintelledit/xmltext/examples/EXTREMO-ECLASS-CASE-STUDY/dictionarySimple/dictionarySimple9.ecore
ecore
isostdisots_29002_10ed_1techxmlschemavalueSimplified BagValue stringValues bagValues booleanValues complexValues compositeValues controlledValues currencyValues dateValues dateTimeValues fileValues integerValues itemReferenceValues localizedTextValues measureQualifiedNumberValues measureRangeValues measureSingleNumberValues nullValues rationalValues realValues sequenceValues setValues timeValues yearMonthValues yearValues BooleanValue value Combination stringValues bagValues booleanValues complexValues compositeValues controlledValues currencyValues dateValues dateTimeValues fileValues integerValues itemReferenceValues localizedTextValues measureQualifiedNumberValues measureRangeValues measureSingleNumberValues nullValues rationalValues realValues sequenceValues setValues timeValues yearMonthValues yearValues ComplexValue CompositeValue fields ConditionElement propertyRef stringValue bagValue booleanValue complexValue compositeValue controlledValue currencyValue dateValue dateTimeValue fileValue integerValue itemReferenceValue localizedTextValue measureQualifiedNumberValue measureRangeValue measureSingleNumberValue nullValue rationalValue realValue sequenceValue setValue timeValue yearMonthValue yearValue ControlledValue valueCode valueRef CurrencyValue currencyCode currencyRef realValue complexValue integerValue rationalValue DateTimeValue value DateValue value Environment propertyValues Field propertyRef stringValue bagValue booleanValue complexValue compositeValue controlledValue currencyValue dateValue dateTimeValue fileValue integerValue itemReferenceValue localizedTextValue measureQualifiedNumberValue measureRangeValue measureSingleNumberValue nullValue rationalValue realValue sequenceValue setValue timeValue yearMonthValue yearValue FileValue uRI IntegerValue value ItemReferenceValue itemLocalRef LocalizedTextValue content MeasureQualifiedNumberValue qualifiedValues MeasureRangeValue lowerValue upperValue MeasureSingleNumberValue realValue complexValue integerValue rationalValue MeasureValue uOMCode uOMRef NullValue NumericValue realValue complexValue integerValue rationalValue OneOf combinations stringValues bagValues booleanValues complexValues compositeValues controlledValues currencyValues dateValues dateTimeValues fileValues integerValues itemReferenceValues localizedTextValues measureQualifiedNumberValues measureRangeValues measureSingleNumberValues nullValues rationalValues realValues sequenceValues setValues timeValues yearMonthValues yearValues QualifiedValue qualifierCode qualifierRef realValue complexValue integerValue rationalValue RationalValue wholePart numerator denominator RealValue SequenceValue stringValues bagValues booleanValues complexValues compositeValues controlledValues currencyValues dateValues dateTimeValues fileValues integerValues itemReferenceValues localizedTextValues measureQualifiedNumberValues measureRangeValues measureSingleNumberValues nullValues rationalValues realValues sequenceValues setValues timeValues yearMonthValues yearValues SetValue stringValues bagValues booleanValues complexValues compositeValues controlledValues currencyValues dateValues dateTimeValues fileValues integerValues itemReferenceValues localizedTextValues measureQualifiedNumberValues measureRangeValues measureSingleNumberValues nullValues rationalValues realValues sequenceValues setValues timeValues yearMonthValues yearValues StringValue value TimeValue value YearMonthValue value YearValue value
null
{"directed":true,"nodes":[{"nsPrefix":"values","nsURI":"urn:iso:std:iso:ts:29002:-10:ed-1:tech:xml-schema:valuesimplified","name":"isostdisots_29002_10ed_1techxmlschemavalueSimplified","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagValue","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Combination","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlledValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrencyValue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateValue","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Environment","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileValue","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemReferenceValue","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalizedTextValue","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureQualifiedNumberValue","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureRangeValue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureSingleNumberValue","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureValue","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullValue","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericValue","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneOf","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedValue","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RationalValue","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealValue","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceValue","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetValue","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeValue","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"YearMonthValue","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"YearValue","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":"stringValues","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":"bagValues","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":"booleanValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complexValues","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":"compositeValues","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":"controlledValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currencyValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dateValues","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":"dateTimeValues","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":"fileValues","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":"integerValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itemReferenceValues","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":"localizedTextValues","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":"measureQualifiedNumberValues","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":"measureRangeValues","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":"measureSingleNumberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nullValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationalValues","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":"realValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceValues","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":"setValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yearMonthValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yearValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"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":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":81,"derived":false},{"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":"stringValues","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":"bagValues","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":"booleanValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complexValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compositeValues","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":"controlledValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currencyValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dateValues","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":"dateTimeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileValues","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":"integerValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itemReferenceValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localizedTextValues","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":"measureQualifiedNumberValues","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":"measureRangeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureSingleNumberValues","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":"nullValues","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":"rationalValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realValues","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":"sequenceValues","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":"setValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yearMonthValues","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":"yearValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":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":131,"derived":false},{"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":"propertyRef","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bagValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"booleanValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complexValue","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":"compositeValue","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":"controlledValue","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":"currencyValue","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":"dateValue","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":"dateTimeValue","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":"fileValue","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":"integerValue","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":"itemReferenceValue","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":"localizedTextValue","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":"measureQualifiedNumberValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureRangeValue","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":"measureSingleNumberValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nullValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationalValue","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":"realValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setValue","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":"timeValue","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":"yearMonthValue","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":"yearValue","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"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueCode","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueRef","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"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":"currencyCode","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currencyRef","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complexValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","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":"rationalValue","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"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":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"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":"propertyValues","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"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":"propertyRef","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":"stringValue","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":"bagValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"booleanValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complexValue","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":"compositeValue","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":"controlledValue","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":true,"unsettable":false,"transient":false,"unique":true,"name":"currencyValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dateValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dateTimeValue","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":"fileValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","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":"itemReferenceValue","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":"localizedTextValue","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":"measureQualifiedNumberValue","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":"measureRangeValue","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":"measureSingleNumberValue","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"nullValue","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":true,"unsettable":false,"transient":false,"unique":true,"name":"rationalValue","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":"realValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setValue","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":"timeValue","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":"yearMonthValue","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":"yearValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uRI","changeable":true,"lowerBound":1,"iD":false,"id":255,"derived":false},{"id":256,"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":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemLocalRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"derived":false},{"id":262,"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":"qualifiedValues","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerValue","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":"upperValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"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":"realValue","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":true,"unsettable":false,"transient":false,"unique":true,"name":"complexValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","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":"rationalValue","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":"uOMCode","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":"uOMRef","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realValue","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":"complexValue","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":"integerValue","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":"rationalValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"combinations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"stringValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bagValues","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"booleanValues","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":"complexValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compositeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlledValues","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":"currencyValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dateValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dateTimeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"integerValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itemReferenceValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localizedTextValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureQualifiedNumberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureRangeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureSingleNumberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nullValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationalValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yearMonthValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yearValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifierCode","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifierRef","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complexValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationalValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wholePart","changeable":true,"lowerBound":0,"iD":false,"id":354,"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":"numerator","changeable":true,"lowerBound":1,"iD":false,"id":355,"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":"denominator","changeable":true,"lowerBound":1,"iD":false,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stringValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bagValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"booleanValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complexValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compositeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlledValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currencyValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dateValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dateTimeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"integerValues","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":"itemReferenceValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localizedTextValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureQualifiedNumberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureRangeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureSingleNumberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nullValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationalValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yearMonthValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yearValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stringValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bagValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"booleanValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complexValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compositeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlledValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currencyValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dateValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dateTimeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"integerValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itemReferenceValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localizedTextValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureQualifiedNumberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureRangeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureSingleNumberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nullValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationalValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yearMonthValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yearValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"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":456,"derived":false},{"id":457,"eClass":"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":458,"derived":false},{"id":459,"eClass":"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":460,"derived":false},{"id":461,"eClass":"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":462,"derived":false},{"id":463,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":1,"target":0},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":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":33,"target":29},{"source":33,"target":57},{"source":33,"target":1},{"source":57,"target":29},{"source":34,"target":1},{"source":34,"target":58},{"source":34,"target":1},{"source":58,"target":1},{"source":35,"target":2},{"source":35,"target":59},{"source":35,"target":1},{"source":59,"target":2},{"source":36,"target":4},{"source":36,"target":60},{"source":36,"target":1},{"source":60,"target":4},{"source":37,"target":5},{"source":37,"target":61},{"source":37,"target":1},{"source":61,"target":5},{"source":38,"target":7},{"source":38,"target":62},{"source":38,"target":1},{"source":62,"target":7},{"source":39,"target":8},{"source":39,"target":63},{"source":39,"target":1},{"source":63,"target":8},{"source":40,"target":10},{"source":40,"target":64},{"source":40,"target":1},{"source":64,"target":10},{"source":41,"target":9},{"source":41,"target":65},{"source":41,"target":1},{"source":65,"target":9},{"source":42,"target":13},{"source":42,"target":66},{"source":42,"target":1},{"source":66,"target":13},{"source":43,"target":14},{"source":43,"target":67},{"source":43,"target":1},{"source":67,"target":14},{"source":44,"target":15},{"source":44,"target":68},{"source":44,"target":1},{"source":68,"target":15},{"source":45,"target":16},{"source":45,"target":69},{"source":45,"target":1},{"source":69,"target":16},{"source":46,"target":17},{"source":46,"target":70},{"source":46,"target":1},{"source":70,"target":17},{"source":47,"target":18},{"source":47,"target":71},{"source":47,"target":1},{"source":71,"target":18},{"source":48,"target":19},{"source":48,"target":72},{"source":48,"target":1},{"source":72,"target":19},{"source":49,"target":21},{"source":49,"target":73},{"source":49,"target":1},{"source":73,"target":21},{"source":50,"target":25},{"source":50,"target":74},{"source":50,"target":1},{"source":74,"target":25},{"source":51,"target":26},{"source":51,"target":75},{"source":51,"target":1},{"source":75,"target":26},{"source":52,"target":27},{"source":52,"target":76},{"source":52,"target":1},{"source":76,"target":27},{"source":53,"target":28},{"source":53,"target":77},{"source":53,"target":1},{"source":77,"target":28},{"source":54,"target":30},{"source":54,"target":78},{"source":54,"target":1},{"source":78,"target":30},{"source":55,"target":31},{"source":55,"target":79},{"source":55,"target":1},{"source":79,"target":31},{"source":56,"target":32},{"source":56,"target":80},{"source":56,"target":1},{"source":80,"target":32},{"source":2,"target":0},{"source":2,"target":81},{"source":81,"target":82},{"source":81,"target":2},{"source":3,"target":0},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":100},{"source":3,"target":101},{"source":3,"target":102},{"source":3,"target":103},{"source":3,"target":104},{"source":3,"target":105},{"source":3,"target":106},{"source":83,"target":29},{"source":83,"target":107},{"source":83,"target":3},{"source":107,"target":29},{"source":84,"target":1},{"source":84,"target":108},{"source":84,"target":3},{"source":108,"target":1},{"source":85,"target":2},{"source":85,"target":109},{"source":85,"target":3},{"source":109,"target":2},{"source":86,"target":4},{"source":86,"target":110},{"source":86,"target":3},{"source":110,"target":4},{"source":87,"target":5},{"source":87,"target":111},{"source":87,"target":3},{"source":111,"target":5},{"source":88,"target":7},{"source":88,"target":112},{"source":88,"target":3},{"source":112,"target":7},{"source":89,"target":8},{"source":89,"target":113},{"source":89,"target":3},{"source":113,"target":8},{"source":90,"target":10},{"source":90,"target":114},{"source":90,"target":3},{"source":114,"target":10},{"source":91,"target":9},{"source":91,"target":115},{"source":91,"target":3},{"source":115,"target":9},{"source":92,"target":13},{"source":92,"target":116},{"source":92,"target":3},{"source":116,"target":13},{"source":93,"target":14},{"source":93,"target":117},{"source":93,"target":3},{"source":117,"target":14},{"source":94,"target":15},{"source":94,"target":118},{"source":94,"target":3},{"source":118,"target":15},{"source":95,"target":16},{"source":95,"target":119},{"source":95,"target":3},{"source":119,"target":16},{"source":96,"target":17},{"source":96,"target":120},{"source":96,"target":3},{"source":120,"target":17},{"source":97,"target":18},{"source":97,"target":121},{"source":97,"target":3},{"source":121,"target":18},{"source":98,"target":19},{"source":98,"target":122},{"source":98,"target":3},{"source":122,"target":19},{"source":99,"target":21},{"source":99,"target":123},{"source":99,"target":3},{"source":123,"target":21},{"source":100,"target":25},{"source":100,"target":124},{"source":100,"target":3},{"source":124,"target":25},{"source":101,"target":26},{"source":101,"target":125},{"source":101,"target":3},{"source":125,"target":26},{"source":102,"target":27},{"source":102,"target":126},{"source":102,"target":3},{"source":126,"target":27},{"source":103,"target":28},{"source":103,"target":127},{"source":103,"target":3},{"source":127,"target":28},{"source":104,"target":30},{"source":104,"target":128},{"source":104,"target":3},{"source":128,"target":30},{"source":105,"target":31},{"source":105,"target":129},{"source":105,"target":3},{"source":129,"target":31},{"source":106,"target":32},{"source":106,"target":130},{"source":106,"target":3},{"source":130,"target":32},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":131},{"source":131,"target":12},{"source":131,"target":132},{"source":131,"target":5},{"source":132,"target":12},{"source":6,"target":0},{"source":6,"target":133},{"source":6,"target":134},{"source":6,"target":135},{"source":6,"target":136},{"source":6,"target":137},{"source":6,"target":138},{"source":6,"target":139},{"source":6,"target":140},{"source":6,"target":141},{"source":6,"target":142},{"source":6,"target":143},{"source":6,"target":144},{"source":6,"target":145},{"source":6,"target":146},{"source":6,"target":147},{"source":6,"target":148},{"source":6,"target":149},{"source":6,"target":150},{"source":6,"target":151},{"source":6,"target":152},{"source":6,"target":153},{"source":6,"target":154},{"source":6,"target":155},{"source":6,"target":156},{"source":6,"target":157},{"source":133,"target":158},{"source":133,"target":6},{"source":134,"target":29},{"source":134,"target":159},{"source":134,"target":6},{"source":159,"target":29},{"source":135,"target":1},{"source":135,"target":160},{"source":135,"target":6},{"source":160,"target":1},{"source":136,"target":2},{"source":136,"target":161},{"source":136,"target":6},{"source":161,"target":2},{"source":137,"target":4},{"source":137,"target":162},{"source":137,"target":6},{"source":162,"target":4},{"source":138,"target":5},{"source":138,"target":163},{"source":138,"target":6},{"source":163,"target":5},{"source":139,"target":7},{"source":139,"target":164},{"source":139,"target":6},{"source":164,"target":7},{"source":140,"target":8},{"source":140,"target":165},{"source":140,"target":6},{"source":165,"target":8},{"source":141,"target":10},{"source":141,"target":166},{"source":141,"target":6},{"source":166,"target":10},{"source":142,"target":9},{"source":142,"target":167},{"source":142,"target":6},{"source":167,"target":9},{"source":143,"target":13},{"source":143,"target":168},{"source":143,"target":6},{"source":168,"target":13},{"source":144,"target":14},{"source":144,"target":169},{"source":144,"target":6},{"source":169,"target":14},{"source":145,"target":15},{"source":145,"target":170},{"source":145,"target":6},{"source":170,"target":15},{"source":146,"target":16},{"source":146,"target":171},{"source":146,"target":6},{"source":171,"target":16},{"source":147,"target":17},{"source":147,"target":172},{"source":147,"target":6},{"source":172,"target":17},{"source":148,"target":18},{"source":148,"target":173},{"source":148,"target":6},{"source":173,"target":18},{"source":149,"target":19},{"source":149,"target":174},{"source":149,"target":6},{"source":174,"target":19},{"source":150,"target":21},{"source":150,"target":175},{"source":150,"target":6},{"source":175,"target":21},{"source":151,"target":25},{"source":151,"target":176},{"source":151,"target":6},{"source":176,"target":25},{"source":152,"target":26},{"source":152,"target":177},{"source":152,"target":6},{"source":177,"target":26},{"source":153,"target":27},{"source":153,"target":178},{"source":153,"target":6},{"source":178,"target":27},{"source":154,"target":28},{"source":154,"target":179},{"source":154,"target":6},{"source":179,"target":28},{"source":155,"target":30},{"source":155,"target":180},{"source":155,"target":6},{"source":180,"target":30},{"source":156,"target":31},{"source":156,"target":181},{"source":156,"target":6},{"source":181,"target":31},{"source":157,"target":32},{"source":157,"target":182},{"source":157,"target":6},{"source":182,"target":32},{"source":7,"target":0},{"source":7,"target":183},{"source":7,"target":184},{"source":183,"target":185},{"source":183,"target":7},{"source":184,"target":186},{"source":184,"target":7},{"source":8,"target":0},{"source":8,"target":187},{"source":8,"target":188},{"source":8,"target":189},{"source":8,"target":190},{"source":8,"target":191},{"source":8,"target":192},{"source":187,"target":193},{"source":187,"target":8},{"source":188,"target":194},{"source":188,"target":8},{"source":189,"target":26},{"source":189,"target":195},{"source":189,"target":8},{"source":195,"target":26},{"source":190,"target":4},{"source":190,"target":196},{"source":190,"target":8},{"source":196,"target":4},{"source":191,"target":14},{"source":191,"target":197},{"source":191,"target":8},{"source":197,"target":14},{"source":192,"target":25},{"source":192,"target":198},{"source":192,"target":8},{"source":198,"target":25},{"source":9,"target":0},{"source":9,"target":199},{"source":199,"target":200},{"source":199,"target":9},{"source":10,"target":0},{"source":10,"target":201},{"source":201,"target":202},{"source":201,"target":10},{"source":11,"target":0},{"source":11,"target":203},{"source":203,"target":6},{"source":203,"target":204},{"source":203,"target":11},{"source":204,"target":6},{"source":12,"target":0},{"source":12,"target":205},{"source":12,"target":206},{"source":12,"target":207},{"source":12,"target":208},{"source":12,"target":209},{"source":12,"target":210},{"source":12,"target":211},{"source":12,"target":212},{"source":12,"target":213},{"source":12,"target":214},{"source":12,"target":215},{"source":12,"target":216},{"source":12,"target":217},{"source":12,"target":218},{"source":12,"target":219},{"source":12,"target":220},{"source":12,"target":221},{"source":12,"target":222},{"source":12,"target":223},{"source":12,"target":224},{"source":12,"target":225},{"source":12,"target":226},{"source":12,"target":227},{"source":12,"target":228},{"source":12,"target":229},{"source":205,"target":230},{"source":205,"target":12},{"source":206,"target":29},{"source":206,"target":231},{"source":206,"target":12},{"source":231,"target":29},{"source":207,"target":1},{"source":207,"target":232},{"source":207,"target":12},{"source":232,"target":1},{"source":208,"target":2},{"source":208,"target":233},{"source":208,"target":12},{"source":233,"target":2},{"source":209,"target":4},{"source":209,"target":234},{"source":209,"target":12},{"source":234,"target":4},{"source":210,"target":5},{"source":210,"target":235},{"source":210,"target":12},{"source":235,"target":5},{"source":211,"target":7},{"source":211,"target":236},{"source":211,"target":12},{"source":236,"target":7},{"source":212,"target":8},{"source":212,"target":237},{"source":212,"target":12},{"source":237,"target":8},{"source":213,"target":10},{"source":213,"target":238},{"source":213,"target":12},{"source":238,"target":10},{"source":214,"target":9},{"source":214,"target":239},{"source":214,"target":12},{"source":239,"target":9},{"source":215,"target":13},{"source":215,"target":240},{"source":215,"target":12},{"source":240,"target":13},{"source":216,"target":14},{"source":216,"target":241},{"source":216,"target":12},{"source":241,"target":14},{"source":217,"target":15},{"source":217,"target":242},{"source":217,"target":12},{"source":242,"target":15},{"source":218,"target":16},{"source":218,"target":243},{"source":218,"target":12},{"source":243,"target":16},{"source":219,"target":17},{"source":219,"target":244},{"source":219,"target":12},{"source":244,"target":17},{"source":220,"target":18},{"source":220,"target":245},{"source":220,"target":12},{"source":245,"target":18},{"source":221,"target":19},{"source":221,"target":246},{"source":221,"target":12},{"source":246,"target":19},{"source":222,"target":21},{"source":222,"target":247},{"source":222,"target":12},{"source":247,"target":21},{"source":223,"target":25},{"source":223,"target":248},{"source":223,"target":12},{"source":248,"target":25},{"source":224,"target":26},{"source":224,"target":249},{"source":224,"target":12},{"source":249,"target":26},{"source":225,"target":27},{"source":225,"target":250},{"source":225,"target":12},{"source":250,"target":27},{"source":226,"target":28},{"source":226,"target":251},{"source":226,"target":12},{"source":251,"target":28},{"source":227,"target":30},{"source":227,"target":252},{"source":227,"target":12},{"source":252,"target":30},{"source":228,"target":31},{"source":228,"target":253},{"source":228,"target":12},{"source":253,"target":31},{"source":229,"target":32},{"source":229,"target":254},{"source":229,"target":12},{"source":254,"target":32},{"source":13,"target":0},{"source":13,"target":255},{"source":255,"target":256},{"source":255,"target":13},{"source":14,"target":0},{"source":14,"target":257},{"source":257,"target":258},{"source":257,"target":14},{"source":15,"target":0},{"source":15,"target":259},{"source":259,"target":260},{"source":259,"target":15},{"source":16,"target":0},{"source":16,"target":261},{"source":261,"target":262},{"source":261,"target":16},{"source":17,"target":0},{"source":17,"target":20},{"source":17,"target":263},{"source":17,"target":264},{"source":263,"target":24},{"source":263,"target":265},{"source":263,"target":17},{"source":265,"target":24},{"source":264,"target":20},{"source":18,"target":0},{"source":18,"target":20},{"source":18,"target":266},{"source":18,"target":267},{"source":18,"target":268},{"source":266,"target":22},{"source":266,"target":269},{"source":266,"target":18},{"source":269,"target":22},{"source":267,"target":22},{"source":267,"target":270},{"source":267,"target":18},{"source":270,"target":22},{"source":268,"target":20},{"source":19,"target":0},{"source":19,"target":20},{"source":19,"target":271},{"source":19,"target":272},{"source":19,"target":273},{"source":19,"target":274},{"source":19,"target":275},{"source":271,"target":26},{"source":271,"target":276},{"source":271,"target":19},{"source":276,"target":26},{"source":272,"target":4},{"source":272,"target":277},{"source":272,"target":19},{"source":277,"target":4},{"source":273,"target":14},{"source":273,"target":278},{"source":273,"target":19},{"source":278,"target":14},{"source":274,"target":25},{"source":274,"target":279},{"source":274,"target":19},{"source":279,"target":25},{"source":275,"target":20},{"source":20,"target":0},{"source":20,"target":280},{"source":20,"target":281},{"source":280,"target":282},{"source":280,"target":20},{"source":281,"target":283},{"source":281,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":284},{"source":22,"target":285},{"source":22,"target":286},{"source":22,"target":287},{"source":284,"target":26},{"source":284,"target":288},{"source":284,"target":22},{"source":288,"target":26},{"source":285,"target":4},{"source":285,"target":289},{"source":285,"target":22},{"source":289,"target":4},{"source":286,"target":14},{"source":286,"target":290},{"source":286,"target":22},{"source":290,"target":14},{"source":287,"target":25},{"source":287,"target":291},{"source":287,"target":22},{"source":291,"target":25},{"source":23,"target":0},{"source":23,"target":292},{"source":23,"target":293},{"source":23,"target":294},{"source":23,"target":295},{"source":23,"target":296},{"source":23,"target":297},{"source":23,"target":298},{"source":23,"target":299},{"source":23,"target":300},{"source":23,"target":301},{"source":23,"target":302},{"source":23,"target":303},{"source":23,"target":304},{"source":23,"target":305},{"source":23,"target":306},{"source":23,"target":307},{"source":23,"target":308},{"source":23,"target":309},{"source":23,"target":310},{"source":23,"target":311},{"source":23,"target":312},{"source":23,"target":313},{"source":23,"target":314},{"source":23,"target":315},{"source":23,"target":316},{"source":292,"target":3},{"source":292,"target":317},{"source":292,"target":23},{"source":317,"target":3},{"source":293,"target":29},{"source":293,"target":318},{"source":293,"target":23},{"source":318,"target":29},{"source":294,"target":1},{"source":294,"target":319},{"source":294,"target":23},{"source":319,"target":1},{"source":295,"target":2},{"source":295,"target":320},{"source":295,"target":23},{"source":320,"target":2},{"source":296,"target":4},{"source":296,"target":321},{"source":296,"target":23},{"source":321,"target":4},{"source":297,"target":5},{"source":297,"target":322},{"source":297,"target":23},{"source":322,"target":5},{"source":298,"target":7},{"source":298,"target":323},{"source":298,"target":23},{"source":323,"target":7},{"source":299,"target":8},{"source":299,"target":324},{"source":299,"target":23},{"source":324,"target":8},{"source":300,"target":10},{"source":300,"target":325},{"source":300,"target":23},{"source":325,"target":10},{"source":301,"target":9},{"source":301,"target":326},{"source":301,"target":23},{"source":326,"target":9},{"source":302,"target":13},{"source":302,"target":327},{"source":302,"target":23},{"source":327,"target":13},{"source":303,"target":14},{"source":303,"target":328},{"source":303,"target":23},{"source":328,"target":14},{"source":304,"target":15},{"source":304,"target":329},{"source":304,"target":23},{"source":329,"target":15},{"source":305,"target":16},{"source":305,"target":330},{"source":305,"target":23},{"source":330,"target":16},{"source":306,"target":17},{"source":306,"target":331},{"source":306,"target":23},{"source":331,"target":17},{"source":307,"target":18},{"source":307,"target":332},{"source":307,"target":23},{"source":332,"target":18},{"source":308,"target":19},{"source":308,"target":333},{"source":308,"target":23},{"source":333,"target":19},{"source":309,"target":21},{"source":309,"target":334},{"source":309,"target":23},{"source":334,"target":21},{"source":310,"target":25},{"source":310,"target":335},{"source":310,"target":23},{"source":335,"target":25},{"source":311,"target":26},{"source":311,"target":336},{"source":311,"target":23},{"source":336,"target":26},{"source":312,"target":27},{"source":312,"target":337},{"source":312,"target":23},{"source":337,"target":27},{"source":313,"target":28},{"source":313,"target":338},{"source":313,"target":23},{"source":338,"target":28},{"source":314,"target":30},{"source":314,"target":339},{"source":314,"target":23},{"source":339,"target":30},{"source":315,"target":31},{"source":315,"target":340},{"source":315,"target":23},{"source":340,"target":31},{"source":316,"target":32},{"source":316,"target":341},{"source":316,"target":23},{"source":341,"target":32},{"source":24,"target":0},{"source":24,"target":342},{"source":24,"target":343},{"source":24,"target":344},{"source":24,"target":345},{"source":24,"target":346},{"source":24,"target":347},{"source":342,"target":348},{"source":342,"target":24},{"source":343,"target":349},{"source":343,"target":24},{"source":344,"target":26},{"source":344,"target":350},{"source":344,"target":24},{"source":350,"target":26},{"source":345,"target":4},{"source":345,"target":351},{"source":345,"target":24},{"source":351,"target":4},{"source":346,"target":14},{"source":346,"target":352},{"source":346,"target":24},{"source":352,"target":14},{"source":347,"target":25},{"source":347,"target":353},{"source":347,"target":24},{"source":353,"target":25},{"source":25,"target":0},{"source":25,"target":354},{"source":25,"target":355},{"source":25,"target":356},{"source":354,"target":357},{"source":354,"target":25},{"source":355,"target":358},{"source":355,"target":25},{"source":356,"target":359},{"source":356,"target":25},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":360},{"source":27,"target":361},{"source":27,"target":362},{"source":27,"target":363},{"source":27,"target":364},{"source":27,"target":365},{"source":27,"target":366},{"source":27,"target":367},{"source":27,"target":368},{"source":27,"target":369},{"source":27,"target":370},{"source":27,"target":371},{"source":27,"target":372},{"source":27,"target":373},{"source":27,"target":374},{"source":27,"target":375},{"source":27,"target":376},{"source":27,"target":377},{"source":27,"target":378},{"source":27,"target":379},{"source":27,"target":380},{"source":27,"target":381},{"source":27,"target":382},{"source":27,"target":383},{"source":360,"target":29},{"source":360,"target":384},{"source":360,"target":27},{"source":384,"target":29},{"source":361,"target":1},{"source":361,"target":385},{"source":361,"target":27},{"source":385,"target":1},{"source":362,"target":2},{"source":362,"target":386},{"source":362,"target":27},{"source":386,"target":2},{"source":363,"target":4},{"source":363,"target":387},{"source":363,"target":27},{"source":387,"target":4},{"source":364,"target":5},{"source":364,"target":388},{"source":364,"target":27},{"source":388,"target":5},{"source":365,"target":7},{"source":365,"target":389},{"source":365,"target":27},{"source":389,"target":7},{"source":366,"target":8},{"source":366,"target":390},{"source":366,"target":27},{"source":390,"target":8},{"source":367,"target":10},{"source":367,"target":391},{"source":367,"target":27},{"source":391,"target":10},{"source":368,"target":9},{"source":368,"target":392},{"source":368,"target":27},{"source":392,"target":9},{"source":369,"target":13},{"source":369,"target":393},{"source":369,"target":27},{"source":393,"target":13},{"source":370,"target":14},{"source":370,"target":394},{"source":370,"target":27},{"source":394,"target":14},{"source":371,"target":15},{"source":371,"target":395},{"source":371,"target":27},{"source":395,"target":15},{"source":372,"target":16},{"source":372,"target":396},{"source":372,"target":27},{"source":396,"target":16},{"source":373,"target":17},{"source":373,"target":397},{"source":373,"target":27},{"source":397,"target":17},{"source":374,"target":18},{"source":374,"target":398},{"source":374,"target":27},{"source":398,"target":18},{"source":375,"target":19},{"source":375,"target":399},{"source":375,"target":27},{"source":399,"target":19},{"source":376,"target":21},{"source":376,"target":400},{"source":376,"target":27},{"source":400,"target":21},{"source":377,"target":25},{"source":377,"target":401},{"source":377,"target":27},{"source":401,"target":25},{"source":378,"target":26},{"source":378,"target":402},{"source":378,"target":27},{"source":402,"target":26},{"source":379,"target":27},{"source":379,"target":403},{"source":379,"target":27},{"source":403,"target":27},{"source":380,"target":28},{"source":380,"target":404},{"source":380,"target":27},{"source":404,"target":28},{"source":381,"target":30},{"source":381,"target":405},{"source":381,"target":27},{"source":405,"target":30},{"source":382,"target":31},{"source":382,"target":406},{"source":382,"target":27},{"source":406,"target":31},{"source":383,"target":32},{"source":383,"target":407},{"source":383,"target":27},{"source":407,"target":32},{"source":28,"target":0},{"source":28,"target":408},{"source":28,"target":409},{"source":28,"target":410},{"source":28,"target":411},{"source":28,"target":412},{"source":28,"target":413},{"source":28,"target":414},{"source":28,"target":415},{"source":28,"target":416},{"source":28,"target":417},{"source":28,"target":418},{"source":28,"target":419},{"source":28,"target":420},{"source":28,"target":421},{"source":28,"target":422},{"source":28,"target":423},{"source":28,"target":424},{"source":28,"target":425},{"source":28,"target":426},{"source":28,"target":427},{"source":28,"target":428},{"source":28,"target":429},{"source":28,"target":430},{"source":28,"target":431},{"source":408,"target":29},{"source":408,"target":432},{"source":408,"target":28},{"source":432,"target":29},{"source":409,"target":1},{"source":409,"target":433},{"source":409,"target":28},{"source":433,"target":1},{"source":410,"target":2},{"source":410,"target":434},{"source":410,"target":28},{"source":434,"target":2},{"source":411,"target":4},{"source":411,"target":435},{"source":411,"target":28},{"source":435,"target":4},{"source":412,"target":5},{"source":412,"target":436},{"source":412,"target":28},{"source":436,"target":5},{"source":413,"target":7},{"source":413,"target":437},{"source":413,"target":28},{"source":437,"target":7},{"source":414,"target":8},{"source":414,"target":438},{"source":414,"target":28},{"source":438,"target":8},{"source":415,"target":10},{"source":415,"target":439},{"source":415,"target":28},{"source":439,"target":10},{"source":416,"target":9},{"source":416,"target":440},{"source":416,"target":28},{"source":440,"target":9},{"source":417,"target":13},{"source":417,"target":441},{"source":417,"target":28},{"source":441,"target":13},{"source":418,"target":14},{"source":418,"target":442},{"source":418,"target":28},{"source":442,"target":14},{"source":419,"target":15},{"source":419,"target":443},{"source":419,"target":28},{"source":443,"target":15},{"source":420,"target":16},{"source":420,"target":444},{"source":420,"target":28},{"source":444,"target":16},{"source":421,"target":17},{"source":421,"target":445},{"source":421,"target":28},{"source":445,"target":17},{"source":422,"target":18},{"source":422,"target":446},{"source":422,"target":28},{"source":446,"target":18},{"source":423,"target":19},{"source":423,"target":447},{"source":423,"target":28},{"source":447,"target":19},{"source":424,"target":21},{"source":424,"target":448},{"source":424,"target":28},{"source":448,"target":21},{"source":425,"target":25},{"source":425,"target":449},{"source":425,"target":28},{"source":449,"target":25},{"source":426,"target":26},{"source":426,"target":450},{"source":426,"target":28},{"source":450,"target":26},{"source":427,"target":27},{"source":427,"target":451},{"source":427,"target":28},{"source":451,"target":27},{"source":428,"target":28},{"source":428,"target":452},{"source":428,"target":28},{"source":452,"target":28},{"source":429,"target":30},{"source":429,"target":453},{"source":429,"target":28},{"source":453,"target":30},{"source":430,"target":31},{"source":430,"target":454},{"source":430,"target":28},{"source":454,"target":31},{"source":431,"target":32},{"source":431,"target":455},{"source":431,"target":28},{"source":455,"target":32},{"source":29,"target":0},{"source":29,"target":456},{"source":456,"target":457},{"source":456,"target":29},{"source":30,"target":0},{"source":30,"target":458},{"source":458,"target":459},{"source":458,"target":30},{"source":31,"target":0},{"source":31,"target":460},{"source":460,"target":461},{"source":460,"target":31},{"source":32,"target":0},{"source":32,"target":462},{"source":462,"target":463},{"source":462,"target":32}],"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="box" nsURI="http://www.catedrasaes.org/Box" nsPrefix="box"> <eClassifiers xsi:type="ecore:EClass" name="Box"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Param" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wires" upperBound="-1" eType="#//Wire" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boxes" upperBound="-1" eType="#//BoxReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connection" upperBound="-1" eType="#//Connection" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoxReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="box" eType="#//Box"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPointer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReference" 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="WireReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="wire" eType="#//Wire"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalWireReference" eSuperTypes="#//WireReference"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalWireReference" eSuperTypes="#//WireReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="boxReference" eType="#//BoxReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//WireReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//WireReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Wire"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInput" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPointer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basicType" eType="#//BaseTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OtherType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BaseTypes"> <eLiterals name="float" literal="float"/> <eLiterals name="int" value="1" literal="int"/> <eLiterals name="void" value="2" literal="void"/> <eLiterals name="bool" value="3" literal="bool"/> <eLiterals name="char" value="4" literal="char"/> <eLiterals name="double" value="5" literal="double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrivate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Param" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Param"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WireMany" eSuperTypes="#//Wire"/> <eClassifiers xsi:type="ecore:EClass" name="WireMethod" eSuperTypes="#//Wire"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//Method"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/box.ecore
ecore
box Box comment name attributes methods wires boxes connection BoxReference box isPointer isReference name WireReference wire LocalWireReference ExternalWireReference boxReference Connection from to Wire isInput name type Type isPointer isReference BasicType basicType OtherType namespace name BaseTypes float float int int void void bool bool char char double double Method comment isPrivate type name parameters Param comment type name defaultValue WireMany WireMethod method
null
{"directed":true,"nodes":[{"nsPrefix":"box","nsURI":"http://www.catedrasaes.org/Box","name":"box","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Box","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoxReference","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WireReference","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalWireReference","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalWireReference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wire","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BaseTypes","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Param","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WireMany","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WireMethod","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":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":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":"wires","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":"boxes","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":"connection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"box","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPointer","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReference","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"wire","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boxReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","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":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"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":"isInput","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":"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":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"isPointer","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReference","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"basicType","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"name":"float","id":66,"value":0,"literal":"float","eClass":"EEnumLiteral"},{"name":"int","id":67,"value":1,"literal":"int","eClass":"EEnumLiteral"},{"name":"void","id":68,"value":2,"literal":"void","eClass":"EEnumLiteral"},{"name":"bool","id":69,"value":3,"literal":"bool","eClass":"EEnumLiteral"},{"name":"char","id":70,"value":4,"literal":"char","eClass":"EEnumLiteral"},{"name":"double","id":71,"value":5,"literal":"double","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":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":"isPrivate","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"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":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":"type","changeable":true,"resolveProxies":true,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":16,"target":23},{"source":16,"target":1},{"source":17,"target":24},{"source":17,"target":1},{"source":18,"target":13},{"source":18,"target":25},{"source":18,"target":1},{"source":25,"target":13},{"source":19,"target":12},{"source":19,"target":26},{"source":19,"target":1},{"source":26,"target":12},{"source":20,"target":7},{"source":20,"target":27},{"source":20,"target":1},{"source":27,"target":7},{"source":21,"target":2},{"source":21,"target":28},{"source":21,"target":1},{"source":28,"target":2},{"source":22,"target":6},{"source":22,"target":29},{"source":22,"target":1},{"source":29,"target":6},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":30,"target":1},{"source":30,"target":34},{"source":30,"target":2},{"source":34,"target":1},{"source":31,"target":35},{"source":31,"target":2},{"source":32,"target":36},{"source":32,"target":2},{"source":33,"target":37},{"source":33,"target":2},{"source":3,"target":0},{"source":3,"target":38},{"source":38,"target":7},{"source":38,"target":39},{"source":38,"target":3},{"source":39,"target":7},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":40},{"source":40,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":41},{"source":5,"target":42},{"source":41,"target":2},{"source":41,"target":43},{"source":41,"target":5},{"source":43,"target":2},{"source":42,"target":3},{"source":6,"target":0},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":3},{"source":44,"target":46},{"source":44,"target":6},{"source":46,"target":3},{"source":45,"target":3},{"source":45,"target":47},{"source":45,"target":6},{"source":47,"target":3},{"source":7,"target":0},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":48,"target":51},{"source":48,"target":7},{"source":49,"target":52},{"source":49,"target":7},{"source":50,"target":8},{"source":50,"target":53},{"source":50,"target":7},{"source":53,"target":8},{"source":8,"target":0},{"source":8,"target":54},{"source":8,"target":55},{"source":54,"target":56},{"source":54,"target":8},{"source":55,"target":57},{"source":55,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":58},{"source":9,"target":59},{"source":58,"target":11},{"source":58,"target":60},{"source":58,"target":9},{"source":60,"target":11},{"source":59,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":61,"target":64},{"source":61,"target":10},{"source":62,"target":65},{"source":62,"target":10},{"source":63,"target":8},{"source":11,"target":0},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":66,"target":11},{"source":67,"target":11},{"source":68,"target":11},{"source":69,"target":11},{"source":70,"target":11},{"source":71,"target":11},{"source":12,"target":0},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":72,"target":77},{"source":72,"target":12},{"source":73,"target":78},{"source":73,"target":12},{"source":74,"target":8},{"source":74,"target":79},{"source":74,"target":12},{"source":79,"target":8},{"source":75,"target":80},{"source":75,"target":12},{"source":76,"target":13},{"source":76,"target":81},{"source":76,"target":12},{"source":81,"target":13},{"source":13,"target":0},{"source":13,"target":82},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":82,"target":86},{"source":82,"target":13},{"source":83,"target":8},{"source":83,"target":87},{"source":83,"target":13},{"source":87,"target":8},{"source":84,"target":88},{"source":84,"target":13},{"source":85,"target":89},{"source":85,"target":13},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":90},{"source":90,"target":7},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":91},{"source":15,"target":92},{"source":91,"target":12},{"source":91,"target":93},{"source":91,"target":15},{"source":93,"target":12},{"source":92,"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="style" nsURI="http://www.jabc.de/cinco/style" nsPrefix="style"> <eClassifiers xsi:type="ecore:EClass" name="Styles"> <eStructuralFeatures xsi:type="ecore:EReference" name="styles" lowerBound="1" upperBound="-1" eType="#//Style" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appearances" upperBound="-1" eType="#//Appearance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAttributes" eType="#//ContainerAttributes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Style" 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="appearanceProvider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeStyle" eSuperTypes="#//Style"> <eStructuralFeatures xsi:type="ecore:EReference" name="mainShape" lowerBound="1" eType="#//AbstractShape" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EdgeStyle" eSuperTypes="#//Style"> <eStructuralFeatures xsi:type="ecore:EReference" name="decorator" upperBound="-1" eType="#//ConnectionDecorator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedAppearance" eType="#//Appearance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineAppearance" eType="#//Appearance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionType" eType="#//ConnectionType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractShape" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//AbstractPosition" transient="true" containment="true" eOpposite="#//AbstractPosition/shape"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Size" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedAppearance" eType="#//Appearance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineAppearance" eType="#//Appearance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentContainerShape" eType="#//ContainerShape" transient="true" eOpposite="#//ContainerShape/children"/> <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="ContainerShape" abstract="true" interface="true" eSuperTypes="#//AbstractShape"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//AbstractShape" transient="true" containment="true" resolveProxies="false" eOpposite="#//AbstractShape/parentContainerShape"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shape" abstract="true" interface="true" eSuperTypes="#//AbstractShape #//GraphicsAlgorithm"/> <eClassifiers xsi:type="ecore:EClass" name="Rectangle" eSuperTypes="#//ContainerShape #//GraphicsAlgorithm"/> <eClassifiers xsi:type="ecore:EClass" name="Ellipse" eSuperTypes="#//ContainerShape #//GraphicsAlgorithm"/> <eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//Shape"> <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="MultiText" eSuperTypes="#//Shape"> <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="Polyline" eSuperTypes="#//Shape"> <eStructuralFeatures xsi:type="ecore:EReference" name="points" lowerBound="2" upperBound="-1" eType="#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polygon" eSuperTypes="#//ContainerShape #//GraphicsAlgorithm"> <eStructuralFeatures xsi:type="ecore:EReference" name="points" lowerBound="3" upperBound="-1" eType="#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//Shape"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoundedRectangle" eSuperTypes="#//ContainerShape #//GraphicsAlgorithm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractPosition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="shape" unique="false" lowerBound="1" eType="#//AbstractShape" transient="true" eOpposite="#//AbstractShape/position"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HAlignment"> <eLiterals name="LEFT" value="1"/> <eLiterals name="CENTER" value="2"/> <eLiterals name="RIGHT" value="3"/> <eLiterals name="UNDEFINED" literal="UNDEFINED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VAlignment"> <eLiterals name="TOP" value="1"/> <eLiterals name="MIDDLE" value="2"/> <eLiterals name="BOTTOM" value="3"/> <eLiterals name="UNDEFINED" literal="UNDEFINED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Alignment" eSuperTypes="#//AbstractPosition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="#//VAlignment" defaultValueLiteral="UNDEFINED"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontal" eType="#//HAlignment" defaultValueLiteral="UNDEFINED"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xMargin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="yMargin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbsolutPosition" eSuperTypes="#//AbstractPosition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xPos" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="yPos" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Size"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widthFixed" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heightFixed" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="r" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="g" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="b" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Appearance"> <eStructuralFeatures xsi:type="ecore:EReference" name="background" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreground" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineStyle" eType="#//LineStyle" defaultValueLiteral="UNSPECIFIED"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineInVisible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transparency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="-1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="-1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Appearance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="font" eType="#//Font" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filled" eType="#//BooleanEnum" defaultValueLiteral="undef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imagePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LineStyle"> <eLiterals name="DASH" value="4"/> <eLiterals name="DASHDOT" value="1"/> <eLiterals name="DASHDOTDOT" value="2"/> <eLiterals name="DOT" value="3"/> <eLiterals name="SOLID"/> <eLiterals name="UNSPECIFIED" value="5" literal="UNSPECIFIED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionDecorator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="movable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decoratorShape" eType="#//GraphicsAlgorithm" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predefinedDecorator" eType="#//PredefinedDecorator" 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="GraphicsAlgorithm"/> <eClassifiers xsi:type="ecore:EClass" name="Font"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fontName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Arial"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="10"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBold" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isItalic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainerAttributes"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containersOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//Alingnment" defaultValueLiteral="UNDEFINED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Alingnment"> <eLiterals name="UNDEFINED" literal="UNDEFINED"/> <eLiterals name="HORIZONTAL" value="1" literal="HORIZONTAL"/> <eLiterals name="VERTICAL" value="2" literal="VERTICAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredefinedDecorator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" lowerBound="1" eType="#//DecoratorShapes" defaultValueLiteral="ARROW"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedAppearance" eType="#//Appearance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineAppearance" eType="#//Appearance" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DecoratorShapes"> <eLiterals name="ARROW" literal="ARROW"/> <eLiterals name="DIAMOND" value="1" literal="DIAMOND"/> <eLiterals name="CIRCLE" value="2" literal="CIRCLE"/> <eLiterals name="TRIANGLE" value="3" literal="TRIANGLE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanEnum"> <eLiterals name="true" value="1" literal="true"/> <eLiterals name="false" literal="false"/> <eLiterals name="undef" value="-1" literal="undef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConnectionType"> <eLiterals name="FreeForm"/> <eLiterals name="Manhattan" value="1"/> <eLiterals name="Curved" value="2"/> <eLiterals name="Composite" value="3"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/arturl1810/cinco_ltl_as_dsl_for_views/de.jabc.cinco.meta.core.ge.style.model/model/Style.ecore
ecore
style Styles styles appearances containerAttributes Style name appearanceProvider parameterCount 0 NodeStyle mainShape fixed false EdgeStyle decorator referencedAppearance inlineAppearance connectionType AbstractShape position size color referencedAppearance inlineAppearance parentContainerShape name ContainerShape children Shape Rectangle Ellipse Text value MultiText value Polyline points Polygon points Image path RoundedRectangle cornerWidth cornerHeight AbstractPosition shape HAlignment LEFT LEFT CENTER CENTER RIGHT RIGHT UNDEFINED UNDEFINED VAlignment TOP TOP MIDDLE MIDDLE BOTTOM BOTTOM UNDEFINED UNDEFINED Alignment vertical UNDEFINED horizontal UNDEFINED xMargin 0 yMargin 0 AbsolutPosition xPos yPos Size width height widthFixed false heightFixed false Point x y Color r g b Appearance background foreground lineStyle UNSPECIFIED lineWidth -1 lineInVisible false transparency -1.0 angle -1.0 name parent font filled undef imagePath LineStyle DASH DASH DASHDOT DASHDOT DASHDOTDOT DASHDOTDOT DOT DOT SOLID SOLID UNSPECIFIED UNSPECIFIED ConnectionDecorator movable location decoratorShape predefinedDecorator name GraphicsAlgorithm Font fontName Arial size 10 isBold false isItalic false ContainerAttributes containersOnly false alignment UNDEFINED Alingnment UNDEFINED UNDEFINED HORIZONTAL HORIZONTAL VERTICAL VERTICAL PredefinedDecorator shape ARROW referencedAppearance inlineAppearance DecoratorShapes ARROW ARROW DIAMOND DIAMOND CIRCLE CIRCLE TRIANGLE TRIANGLE BooleanEnum true true false false undef undef ConnectionType FreeForm FreeForm Manhattan Manhattan Curved Curved Composite Composite
null
{"directed":true,"nodes":[{"nsPrefix":"style","nsURI":"http://www.jabc.de/cinco/style","name":"style","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Styles","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Style","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeStyle","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeStyle","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractShape","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerShape","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ellipse","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiText","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polyline","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polygon","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundedRectangle","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPosition","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HAlignment","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VAlignment","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alignment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbsolutPosition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Size","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Appearance","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineStyle","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionDecorator","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicsAlgorithm","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerAttributes","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Alingnment","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedDecorator","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DecoratorShapes","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanEnum","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConnectionType","instanceClass":null,"id":34,"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":"styles","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"appearances","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":"containerAttributes","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":"name","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"appearanceProvider","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"parameterCount","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mainShape","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"fixed","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decorator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedAppearance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inlineAppearance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionType","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"position","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":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedAppearance","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":"inlineAppearance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"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":"parentContainerShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"shape","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"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":"children","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"points","changeable":true,"resolveProxies":true,"lowerBound":2,"id":91,"derived":false},{"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":"points","changeable":true,"resolveProxies":true,"lowerBound":3,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"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":"cornerWidth","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cornerHeight","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"name":"LEFT","id":108,"value":1,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"CENTER","id":109,"value":2,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"RIGHT","id":110,"value":3,"literal":"RIGHT","eClass":"EEnumLiteral"},{"name":"UNDEFINED","id":111,"value":0,"literal":"UNDEFINED","eClass":"EEnumLiteral"},{"name":"TOP","id":112,"value":1,"literal":"TOP","eClass":"EEnumLiteral"},{"name":"MIDDLE","id":113,"value":2,"literal":"MIDDLE","eClass":"EEnumLiteral"},{"name":"BOTTOM","id":114,"value":3,"literal":"BOTTOM","eClass":"EEnumLiteral"},{"name":"UNDEFINED","id":115,"value":0,"literal":"UNDEFINED","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UNDEFINED","unsettable":false,"transient":false,"unique":true,"name":"vertical","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UNDEFINED","unsettable":false,"transient":false,"unique":true,"name":"horizontal","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":"0","unsettable":false,"transient":false,"unique":true,"name":"xMargin","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":"0","unsettable":false,"transient":false,"unique":true,"name":"yMargin","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xPos","changeable":true,"lowerBound":1,"iD":false,"id":125,"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":"yPos","changeable":true,"lowerBound":1,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":131,"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":"widthFixed","changeable":true,"lowerBound":1,"iD":false,"id":132,"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":"heightFixed","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":138,"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":"y","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"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":"r","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":"g","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":"b","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"background","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":"foreground","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UNSPECIFIED","unsettable":false,"transient":false,"unique":true,"name":"lineStyle","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":151,"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":"lineInVisible","changeable":true,"lowerBound":0,"iD":false,"id":152,"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":"transparency","changeable":true,"lowerBound":0,"iD":false,"id":153,"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":"angle","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","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":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"undef","unsettable":false,"transient":false,"unique":true,"name":"filled","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":"imagePath","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"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"name":"DASH","id":172,"value":4,"literal":"DASH","eClass":"EEnumLiteral"},{"name":"DASHDOT","id":173,"value":1,"literal":"DASHDOT","eClass":"EEnumLiteral"},{"name":"DASHDOTDOT","id":174,"value":2,"literal":"DASHDOTDOT","eClass":"EEnumLiteral"},{"name":"DOT","id":175,"value":3,"literal":"DOT","eClass":"EEnumLiteral"},{"name":"SOLID","id":176,"value":0,"literal":"SOLID","eClass":"EEnumLiteral"},{"name":"UNSPECIFIED","id":177,"value":5,"literal":"UNSPECIFIED","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"movable","changeable":true,"lowerBound":0,"iD":false,"id":178,"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":"location","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decoratorShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predefinedDecorator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"Arial","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Arial","unsettable":false,"transient":false,"unique":true,"name":"fontName","changeable":true,"lowerBound":1,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":189,"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":"isBold","changeable":true,"lowerBound":0,"iD":false,"id":190,"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":"isItalic","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"containersOnly","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UNDEFINED","unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"name":"UNDEFINED","id":200,"value":0,"literal":"UNDEFINED","eClass":"EEnumLiteral"},{"name":"HORIZONTAL","id":201,"value":1,"literal":"HORIZONTAL","eClass":"EEnumLiteral"},{"name":"VERTICAL","id":202,"value":2,"literal":"VERTICAL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"ARROW","unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":1,"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":"referencedAppearance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inlineAppearance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"name":"ARROW","id":209,"value":0,"literal":"ARROW","eClass":"EEnumLiteral"},{"name":"DIAMOND","id":210,"value":1,"literal":"DIAMOND","eClass":"EEnumLiteral"},{"name":"CIRCLE","id":211,"value":2,"literal":"CIRCLE","eClass":"EEnumLiteral"},{"name":"TRIANGLE","id":212,"value":3,"literal":"TRIANGLE","eClass":"EEnumLiteral"},{"name":"true","id":213,"value":1,"literal":"true","eClass":"EEnumLiteral"},{"name":"false","id":214,"value":0,"literal":"false","eClass":"EEnumLiteral"},{"name":"undef","id":215,"value":-1,"literal":"undef","eClass":"EEnumLiteral"},{"name":"FreeForm","id":216,"value":0,"literal":"FreeForm","eClass":"EEnumLiteral"},{"name":"Manhattan","id":217,"value":1,"literal":"Manhattan","eClass":"EEnumLiteral"},{"name":"Curved","id":218,"value":2,"literal":"Curved","eClass":"EEnumLiteral"},{"name":"Composite","id":219,"value":3,"literal":"Composite","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":1,"target":0},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":35,"target":2},{"source":35,"target":38},{"source":35,"target":1},{"source":38,"target":2},{"source":36,"target":24},{"source":36,"target":39},{"source":36,"target":1},{"source":39,"target":24},{"source":37,"target":29},{"source":37,"target":40},{"source":37,"target":1},{"source":40,"target":29},{"source":2,"target":0},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":41,"target":44},{"source":41,"target":2},{"source":42,"target":45},{"source":42,"target":2},{"source":43,"target":46},{"source":43,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":47,"target":5},{"source":47,"target":50},{"source":47,"target":3},{"source":50,"target":5},{"source":48,"target":51},{"source":48,"target":3},{"source":49,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":52,"target":26},{"source":52,"target":57},{"source":52,"target":4},{"source":57,"target":26},{"source":53,"target":24},{"source":53,"target":58},{"source":53,"target":4},{"source":58,"target":24},{"source":54,"target":24},{"source":54,"target":59},{"source":54,"target":4},{"source":59,"target":24},{"source":55,"target":34},{"source":55,"target":60},{"source":55,"target":4},{"source":60,"target":34},{"source":56,"target":2},{"source":5,"target":0},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":61,"target":16},{"source":61,"target":68},{"source":61,"target":5},{"source":61,"target":69},{"source":68,"target":16},{"source":62,"target":21},{"source":62,"target":70},{"source":62,"target":5},{"source":70,"target":21},{"source":63,"target":23},{"source":63,"target":71},{"source":63,"target":5},{"source":71,"target":23},{"source":64,"target":24},{"source":64,"target":72},{"source":64,"target":5},{"source":72,"target":24},{"source":65,"target":24},{"source":65,"target":73},{"source":65,"target":5},{"source":73,"target":24},{"source":66,"target":6},{"source":66,"target":74},{"source":66,"target":5},{"source":66,"target":75},{"source":74,"target":6},{"source":67,"target":76},{"source":67,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":75},{"source":6,"target":77},{"source":75,"target":5},{"source":75,"target":78},{"source":75,"target":6},{"source":75,"target":66},{"source":78,"target":5},{"source":77,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":27},{"source":7,"target":79},{"source":7,"target":80},{"source":79,"target":5},{"source":80,"target":27},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":27},{"source":8,"target":81},{"source":8,"target":82},{"source":81,"target":6},{"source":82,"target":27},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":27},{"source":9,"target":83},{"source":9,"target":84},{"source":83,"target":6},{"source":84,"target":27},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":85},{"source":10,"target":86},{"source":85,"target":87},{"source":85,"target":10},{"source":86,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":88},{"source":11,"target":89},{"source":88,"target":90},{"source":88,"target":11},{"source":89,"target":7},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":91},{"source":12,"target":92},{"source":91,"target":22},{"source":91,"target":93},{"source":91,"target":12},{"source":93,"target":22},{"source":92,"target":7},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":27},{"source":13,"target":94},{"source":13,"target":95},{"source":13,"target":96},{"source":94,"target":22},{"source":94,"target":97},{"source":94,"target":13},{"source":97,"target":22},{"source":95,"target":6},{"source":96,"target":27},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":98},{"source":14,"target":99},{"source":98,"target":100},{"source":98,"target":14},{"source":99,"target":7},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":27},{"source":15,"target":101},{"source":15,"target":102},{"source":15,"target":103},{"source":15,"target":104},{"source":101,"target":105},{"source":101,"target":15},{"source":102,"target":106},{"source":102,"target":15},{"source":103,"target":6},{"source":104,"target":27},{"source":16,"target":0},{"source":16,"target":69},{"source":69,"target":5},{"source":69,"target":107},{"source":69,"target":16},{"source":69,"target":61},{"source":107,"target":5},{"source":17,"target":0},{"source":17,"target":108},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":108,"target":17},{"source":109,"target":17},{"source":110,"target":17},{"source":111,"target":17},{"source":18,"target":0},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":112,"target":18},{"source":113,"target":18},{"source":114,"target":18},{"source":115,"target":18},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":116},{"source":19,"target":117},{"source":19,"target":118},{"source":19,"target":119},{"source":19,"target":120},{"source":116,"target":18},{"source":116,"target":121},{"source":116,"target":19},{"source":121,"target":18},{"source":117,"target":17},{"source":117,"target":122},{"source":117,"target":19},{"source":122,"target":17},{"source":118,"target":123},{"source":118,"target":19},{"source":119,"target":124},{"source":119,"target":19},{"source":120,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":125},{"source":20,"target":126},{"source":20,"target":127},{"source":125,"target":128},{"source":125,"target":20},{"source":126,"target":129},{"source":126,"target":20},{"source":127,"target":16},{"source":21,"target":0},{"source":21,"target":130},{"source":21,"target":131},{"source":21,"target":132},{"source":21,"target":133},{"source":130,"target":134},{"source":130,"target":21},{"source":131,"target":135},{"source":131,"target":21},{"source":132,"target":136},{"source":132,"target":21},{"source":133,"target":137},{"source":133,"target":21},{"source":22,"target":0},{"source":22,"target":138},{"source":22,"target":139},{"source":138,"target":140},{"source":138,"target":22},{"source":139,"target":141},{"source":139,"target":22},{"source":23,"target":0},{"source":23,"target":142},{"source":23,"target":143},{"source":23,"target":144},{"source":142,"target":145},{"source":142,"target":23},{"source":143,"target":146},{"source":143,"target":23},{"source":144,"target":147},{"source":144,"target":23},{"source":24,"target":0},{"source":24,"target":148},{"source":24,"target":149},{"source":24,"target":150},{"source":24,"target":151},{"source":24,"target":152},{"source":24,"target":153},{"source":24,"target":154},{"source":24,"target":155},{"source":24,"target":156},{"source":24,"target":157},{"source":24,"target":158},{"source":24,"target":159},{"source":148,"target":23},{"source":148,"target":160},{"source":148,"target":24},{"source":160,"target":23},{"source":149,"target":23},{"source":149,"target":161},{"source":149,"target":24},{"source":161,"target":23},{"source":150,"target":25},{"source":150,"target":162},{"source":150,"target":24},{"source":162,"target":25},{"source":151,"target":163},{"source":151,"target":24},{"source":152,"target":164},{"source":152,"target":24},{"source":153,"target":165},{"source":153,"target":24},{"source":154,"target":166},{"source":154,"target":24},{"source":155,"target":167},{"source":155,"target":24},{"source":156,"target":24},{"source":156,"target":168},{"source":156,"target":24},{"source":168,"target":24},{"source":157,"target":28},{"source":157,"target":169},{"source":157,"target":24},{"source":169,"target":28},{"source":158,"target":33},{"source":158,"target":170},{"source":158,"target":24},{"source":170,"target":33},{"source":159,"target":171},{"source":159,"target":24},{"source":25,"target":0},{"source":25,"target":172},{"source":25,"target":173},{"source":25,"target":174},{"source":25,"target":175},{"source":25,"target":176},{"source":25,"target":177},{"source":172,"target":25},{"source":173,"target":25},{"source":174,"target":25},{"source":175,"target":25},{"source":176,"target":25},{"source":177,"target":25},{"source":26,"target":0},{"source":26,"target":178},{"source":26,"target":179},{"source":26,"target":180},{"source":26,"target":181},{"source":26,"target":182},{"source":178,"target":183},{"source":178,"target":26},{"source":179,"target":184},{"source":179,"target":26},{"source":180,"target":27},{"source":180,"target":185},{"source":180,"target":26},{"source":185,"target":27},{"source":181,"target":31},{"source":181,"target":186},{"source":181,"target":26},{"source":186,"target":31},{"source":182,"target":187},{"source":182,"target":26},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":188},{"source":28,"target":189},{"source":28,"target":190},{"source":28,"target":191},{"source":188,"target":192},{"source":188,"target":28},{"source":189,"target":193},{"source":189,"target":28},{"source":190,"target":194},{"source":190,"target":28},{"source":191,"target":195},{"source":191,"target":28},{"source":29,"target":0},{"source":29,"target":196},{"source":29,"target":197},{"source":196,"target":198},{"source":196,"target":29},{"source":197,"target":30},{"source":197,"target":199},{"source":197,"target":29},{"source":199,"target":30},{"source":30,"target":0},{"source":30,"target":200},{"source":30,"target":201},{"source":30,"target":202},{"source":200,"target":30},{"source":201,"target":30},{"source":202,"target":30},{"source":31,"target":0},{"source":31,"target":203},{"source":31,"target":204},{"source":31,"target":205},{"source":203,"target":32},{"source":203,"target":206},{"source":203,"target":31},{"source":206,"target":32},{"source":204,"target":24},{"source":204,"target":207},{"source":204,"target":31},{"source":207,"target":24},{"source":205,"target":24},{"source":205,"target":208},{"source":205,"target":31},{"source":208,"target":24},{"source":32,"target":0},{"source":32,"target":209},{"source":32,"target":210},{"source":32,"target":211},{"source":32,"target":212},{"source":209,"target":32},{"source":210,"target":32},{"source":211,"target":32},{"source":212,"target":32},{"source":33,"target":0},{"source":33,"target":213},{"source":33,"target":214},{"source":33,"target":215},{"source":213,"target":33},{"source":214,"target":33},{"source":215,"target":33},{"source":34,"target":0},{"source":34,"target":216},{"source":34,"target":217},{"source":34,"target":218},{"source":34,"target":219},{"source":216,"target":34},{"source":217,"target":34},{"source":218,"target":34},{"source":219,"target":34}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="modelreview" nsURI="http://zoubek.bitandart.at/mervin/modelreview" nsPrefix="at.bitandart.zoubek.mervin"> <eClassifiers xsi:type="ecore:EClass" name="ModelReview"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repositoryURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patchSets" upperBound="-1" eType="#//PatchSet" containment="true" eOpposite="#//PatchSet/review"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftPatchSet" eType="#//PatchSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightPatchSet" eType="#//PatchSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedModelComparison" eType="ecore:EClass platform:/plugin/org.eclipse.emf.compare/model/compare.ecore#//Comparison" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedDiagramComparison" eType="ecore:EClass platform:/plugin/org.eclipse.emf.compare/model/compare.ecore#//Comparison" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showAdditions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showModifications" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showDeletions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showLayoutChanges" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unifiedModelMap" eType="#//UnifiedModelMap" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentReviewer" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showComments" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatchSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="review" eType="#//ModelReview" eOpposite="#//ModelReview/patchSets"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patches" upperBound="-1" eType="#//Patch" eOpposite="#//Patch/patchSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newInvolvedModels" upperBound="-1" eType="#//ModelResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newInvolvedDiagrams" upperBound="-1" eType="#//DiagramResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldInvolvedModels" upperBound="-1" eType="#//ModelResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldInvolvedDiagrams" upperBound="-1" eType="#//DiagramResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelComparison" eType="ecore:EClass platform:/plugin/org.eclipse.emf.compare/model/compare.ecore#//Comparison"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diagramComparison" eType="ecore:EClass platform:/plugin/org.eclipse.emf.compare/model/compare.ecore#//Comparison"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectChangeCount" changeable="false" transient="true" unsettable="true" derived="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectChangeRefCount" changeable="false" transient="true" unsettable="true" derived="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxObjectChangeCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false" transient="true" defaultValueLiteral="0" unsettable="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxObjectChangeRefCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false" transient="true" defaultValueLiteral="0" unsettable="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allNewInvolvedDiagrams" upperBound="-1" eType="ecore:EClass ../../org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allOldInvolvedDiagrams" upperBound="-1" eType="ecore:EClass ../../org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" eOpposite="#//Comment/patchset"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Patch"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeType" eType="#//PatchChangeType" defaultValueLiteral="ADD"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patchSet" eType="#//PatchSet" eOpposite="#//PatchSet/patches"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramPatch" eSuperTypes="#//Patch"> <eStructuralFeatures xsi:type="ecore:EReference" name="newDiagramResource" eType="#//DiagramResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldDiagramResource" eType="#//DiagramResource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelPatch" eSuperTypes="#//Patch"> <eStructuralFeatures xsi:type="ecore:EReference" name="newModelResource" eType="#//ModelResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldModelResource" eType="#//ModelResource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eOperations name="resolvePatchSet"> <eParameters name="review" eType="#//ModelReview"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentLinks" upperBound="-1" eType="#//CommentLink" containment="true" eOpposite="#//CommentLink/comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replies" upperBound="-1" eType="#//Comment" eOpposite="#//Comment/repliedTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repliedTo" eType="#//Comment" eOpposite="#//Comment/replies"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patchset" eType="#//PatchSet" eOpposite="#//PatchSet/comments"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="patchSetRefId" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelResource"> <eStructuralFeatures xsi:type="ecore:EReference" name="objects" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootPackages" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramResource" eSuperTypes="#//ModelResource"> <eOperations name="getDiagrams" upperBound="-1" eType="ecore:EClass ../../org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PatchChangeType"> <eLiterals name="ADD"/> <eLiterals name="COPY" value="1"/> <eLiterals name="DELETE" value="2"/> <eLiterals name="MODIFY" value="3"/> <eLiterals name="RENAME" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DifferenceOverlay" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedView" eType="ecore:EClass ../../org.eclipse.gmf.runtime.notation/model/notation.ecore#//View"/> <eStructuralFeatures xsi:type="ecore:EReference" name="differences" upperBound="-1" eType="#//Difference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commented" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependentOverlays" upperBound="-1" eType="#//DifferenceOverlay" eOpposite="#//DifferenceOverlay/dependencies"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//DifferenceOverlay" eOpposite="#//DifferenceOverlay/dependentOverlays"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeDifferenceOverlay" eSuperTypes="#//DifferenceOverlay"/> <eClassifiers xsi:type="ecore:EClass" name="EdgeDifferenceOverlay" eSuperTypes="#//DifferenceOverlay"/> <eClassifiers xsi:type="ecore:EClass" name="Difference" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="rawDiffs" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.compare/model/compare.ecore#//Diff"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayoutDifference" abstract="true" interface="true" eSuperTypes="#//Difference"/> <eClassifiers xsi:type="ecore:EClass" name="ModelDifference" abstract="true" interface="true" eSuperTypes="#//Difference"/> <eClassifiers xsi:type="ecore:EClass" name="LocationDifference" eSuperTypes="#//LayoutDifference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moveDirection" eType="#//Vector"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalLocation" eType="#//Vector"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SizeDifference" eSuperTypes="#//LayoutDifference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widthChange" eType="#//DimensionChange"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heightChange" eType="#//DimensionChange"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalDimension" eType="#//Dimension"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateDifference" eSuperTypes="#//ModelDifference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//StateDifferenceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StateDifferenceType"> <eLiterals name="ADDED" literal="ADDED"/> <eLiterals name="DELETED" value="1"/> <eLiterals name="MODIFIED" value="2"/> <eLiterals name="UNKNOWN" value="3" literal="UNKNOWN"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DimensionChange"> <eLiterals name="SMALLER"/> <eLiterals name="BIGGER" value="1"/> <eLiterals name="UNKNOWN" value="3"/> <eLiterals name="EQUAL" value="2" literal="EQUAL"/> <eLiterals name="SET" value="4"/> <eLiterals name="UNSET" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Vector" instanceClassName="org.eclipse.draw2d.geometry.Vector"/> <eClassifiers xsi:type="ecore:EClass" name="BendpointsDifference" eSuperTypes="#//LayoutDifference"/> <eClassifiers xsi:type="ecore:EClass" name="CommentLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="comment" eType="#//Comment" eOpposite="#//Comment/commentLinks"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User"> <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="UnifiedModelMap" instanceClassName="at.bitandart.zoubek.mervin.util.UnifiedModelMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="Dimension" instanceClassName="org.eclipse.draw2d.geometry.Dimension"/> </ecore:EPackage>
github:ecore:/data/theArchonius/mervin/plugins/at.bitandart.zoubek.mervin.model/model/MervinModelReview.ecore
ecore
modelreview ModelReview id repositoryURI patchSets comments leftPatchSet rightPatchSet selectedModelComparison selectedDiagramComparison showAdditions true showModifications true showDeletions false showLayoutChanges true unifiedModelMap currentReviewer showComments true PatchSet id review patches newInvolvedModels newInvolvedDiagrams oldInvolvedModels oldInvolvedDiagrams modelComparison diagramComparison objectChangeCount objectChangeRefCount maxObjectChangeCount 0 maxObjectChangeRefCount 0 allNewInvolvedDiagrams allOldInvolvedDiagrams comments Patch newPath oldPath newContent oldContent changeType ADD patchSet DiagramPatch newDiagramResource oldDiagramResource ModelPatch newModelResource oldModelResource Comment resolvePatchSet review id author creationTime 0 text commentLinks replies repliedTo patchset patchSetRefId ModelResource objects rootPackages DiagramResource getDiagrams PatchChangeType ADD ADD COPY COPY DELETE DELETE MODIFY MODIFY RENAME RENAME DifferenceOverlay linkedView differences commented dependentOverlays dependencies NodeDifferenceOverlay EdgeDifferenceOverlay Difference rawDiffs LayoutDifference ModelDifference LocationDifference moveDirection originalLocation SizeDifference widthChange heightChange originalDimension StateDifference type StateDifferenceType ADDED ADDED DELETED DELETED MODIFIED MODIFIED UNKNOWN UNKNOWN DimensionChange SMALLER SMALLER BIGGER BIGGER UNKNOWN UNKNOWN EQUAL EQUAL SET SET UNSET UNSET Vector org.eclipse.draw2d.geometry.Vector org.eclipse.draw2d.geometry.Vector BendpointsDifference CommentLink comment start 0 length 0 targets User name UnifiedModelMap at.bitandart.zoubek.mervin.util.UnifiedModelMap at.bitandart.zoubek.mervin.util.UnifiedModelMap Dimension org.eclipse.draw2d.geometry.Dimension org.eclipse.draw2d.geometry.Dimension
null
{"directed":true,"nodes":[{"nsPrefix":"at.bitandart.zoubek.mervin","nsURI":"http://zoubek.bitandart.at/mervin/modelreview","name":"modelreview","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelReview","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatchSet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Patch","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramPatch","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelPatch","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelResource","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramResource","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PatchChangeType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferenceOverlay","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeDifferenceOverlay","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeDifferenceOverlay","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Difference","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutDifference","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelDifference","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocationDifference","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SizeDifference","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateDifference","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StateDifferenceType","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DimensionChange","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.draw2d.geometry.Vector","defaultValue":null,"instanceClassName":"org.eclipse.draw2d.geometry.Vector","name":"Vector","instanceClass":null,"id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BendpointsDifference","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentLink","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":"at.bitandart.zoubek.mervin.util.UnifiedModelMap","defaultValue":null,"instanceClassName":"at.bitandart.zoubek.mervin.util.UnifiedModelMap","name":"UnifiedModelMap","instanceClass":null,"id":25,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.draw2d.geometry.Dimension","defaultValue":null,"instanceClassName":"org.eclipse.draw2d.geometry.Dimension","name":"Dimension","instanceClass":null,"id":26,"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":"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":"repositoryURI","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patchSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comments","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":"leftPatchSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rightPatchSet","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":true,"unique":true,"name":"selectedModelComparison","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"selectedDiagramComparison","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"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":"showAdditions","changeable":true,"lowerBound":0,"iD":false,"id":35,"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":"showModifications","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"showDeletions","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":false,"transient":false,"unique":true,"name":"showLayoutChanges","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":true,"unique":true,"name":"unifiedModelMap","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":"currentReviewer","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":"true","unsettable":false,"transient":false,"unique":true,"name":"showComments","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"review","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"patches","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":"newInvolvedModels","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":"newInvolvedDiagrams","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":"oldInvolvedModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oldInvolvedDiagrams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelComparison","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"diagramComparison","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":true,"transient":true,"unique":true,"name":"objectChangeCount","changeable":false,"lowerBound":0,"iD":false,"id":66,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":true,"unique":true,"name":"objectChangeRefCount","changeable":false,"lowerBound":0,"iD":false,"id":67,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":true,"unique":true,"name":"maxObjectChangeCount","changeable":false,"lowerBound":0,"iD":false,"id":68,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":true,"unique":true,"name":"maxObjectChangeRefCount","changeable":false,"lowerBound":0,"iD":false,"id":69,"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":"allNewInvolvedDiagrams","changeable":false,"resolveProxies":true,"lowerBound":0,"id":70,"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":"allOldInvolvedDiagrams","changeable":false,"resolveProxies":true,"lowerBound":0,"id":71,"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":"comments","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":false,"unsettable":false,"transient":false,"unique":true,"name":"patchSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"patchset","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":"newPath","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":"oldPath","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":"newContent","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":"oldContent","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ADD","unsettable":false,"transient":false,"unique":true,"name":"changeType","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newDiagramResource","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":"oldDiagramResource","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":"newModelResource","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":"oldModelResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolvePatchSet","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"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":"creationTime","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":"text","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"replies","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":false,"unsettable":false,"transient":false,"unique":true,"name":"repliedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"patchSetRefId","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"review","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":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDiagrams","lowerBound":0,"id":141,"many":true,"required":false,"eClass":"EOperation"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"name":"ADD","id":144,"value":0,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"COPY","id":145,"value":1,"literal":"COPY","eClass":"EEnumLiteral"},{"name":"DELETE","id":146,"value":2,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"MODIFY","id":147,"value":3,"literal":"MODIFY","eClass":"EEnumLiteral"},{"name":"RENAME","id":148,"value":4,"literal":"RENAME","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":"linkedView","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":"differences","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":"commented","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dependentOverlays","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rawDiffs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moveDirection","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":"originalLocation","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widthChange","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"heightChange","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":"originalDimension","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"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":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"name":"ADDED","id":180,"value":0,"literal":"ADDED","eClass":"EEnumLiteral"},{"name":"DELETED","id":181,"value":1,"literal":"DELETED","eClass":"EEnumLiteral"},{"name":"MODIFIED","id":182,"value":2,"literal":"MODIFIED","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":183,"value":3,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"SMALLER","id":184,"value":0,"literal":"SMALLER","eClass":"EEnumLiteral"},{"name":"BIGGER","id":185,"value":1,"literal":"BIGGER","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":186,"value":3,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"EQUAL","id":187,"value":2,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"SET","id":188,"value":4,"literal":"SET","eClass":"EEnumLiteral"},{"name":"UNSET","id":189,"value":5,"literal":"UNSET","eClass":"EEnumLiteral"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"start","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":"0","unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"id":199,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"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":27,"target":42},{"source":27,"target":1},{"source":28,"target":43},{"source":28,"target":1},{"source":29,"target":2},{"source":29,"target":44},{"source":29,"target":1},{"source":29,"target":45},{"source":44,"target":2},{"source":30,"target":6},{"source":30,"target":46},{"source":30,"target":1},{"source":46,"target":6},{"source":31,"target":2},{"source":31,"target":47},{"source":31,"target":1},{"source":47,"target":2},{"source":32,"target":2},{"source":32,"target":48},{"source":32,"target":1},{"source":48,"target":2},{"source":33,"target":49},{"source":33,"target":1},{"source":34,"target":50},{"source":34,"target":1},{"source":35,"target":51},{"source":35,"target":1},{"source":36,"target":52},{"source":36,"target":1},{"source":37,"target":53},{"source":37,"target":1},{"source":38,"target":54},{"source":38,"target":1},{"source":39,"target":25},{"source":39,"target":55},{"source":39,"target":1},{"source":55,"target":25},{"source":40,"target":24},{"source":40,"target":56},{"source":40,"target":1},{"source":56,"target":24},{"source":41,"target":57},{"source":41,"target":1},{"source":2,"target":0},{"source":2,"target":58},{"source":2,"target":45},{"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":2,"target":71},{"source":2,"target":72},{"source":58,"target":73},{"source":58,"target":2},{"source":45,"target":1},{"source":45,"target":74},{"source":45,"target":2},{"source":45,"target":29},{"source":74,"target":1},{"source":59,"target":3},{"source":59,"target":75},{"source":59,"target":2},{"source":59,"target":76},{"source":75,"target":3},{"source":60,"target":7},{"source":60,"target":77},{"source":60,"target":2},{"source":77,"target":7},{"source":61,"target":8},{"source":61,"target":78},{"source":61,"target":2},{"source":78,"target":8},{"source":62,"target":7},{"source":62,"target":79},{"source":62,"target":2},{"source":79,"target":7},{"source":63,"target":8},{"source":63,"target":80},{"source":63,"target":2},{"source":80,"target":8},{"source":64,"target":81},{"source":64,"target":2},{"source":65,"target":82},{"source":65,"target":2},{"source":66,"target":83},{"source":66,"target":2},{"source":83,"target":84},{"source":83,"target":85},{"source":67,"target":86},{"source":67,"target":2},{"source":86,"target":87},{"source":86,"target":88},{"source":68,"target":89},{"source":68,"target":2},{"source":69,"target":90},{"source":69,"target":2},{"source":70,"target":91},{"source":70,"target":2},{"source":71,"target":92},{"source":71,"target":2},{"source":72,"target":6},{"source":72,"target":93},{"source":72,"target":2},{"source":72,"target":94},{"source":93,"target":6},{"source":3,"target":0},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":76},{"source":95,"target":100},{"source":95,"target":3},{"source":96,"target":101},{"source":96,"target":3},{"source":97,"target":102},{"source":97,"target":3},{"source":98,"target":103},{"source":98,"target":3},{"source":99,"target":9},{"source":99,"target":104},{"source":99,"target":3},{"source":104,"target":9},{"source":76,"target":2},{"source":76,"target":105},{"source":76,"target":3},{"source":76,"target":59},{"source":105,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":106,"target":8},{"source":106,"target":109},{"source":106,"target":4},{"source":109,"target":8},{"source":107,"target":8},{"source":107,"target":110},{"source":107,"target":4},{"source":110,"target":8},{"source":108,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":111},{"source":5,"target":112},{"source":5,"target":113},{"source":111,"target":7},{"source":111,"target":114},{"source":111,"target":5},{"source":114,"target":7},{"source":112,"target":7},{"source":112,"target":115},{"source":112,"target":5},{"source":115,"target":7},{"source":113,"target":3},{"source":6,"target":0},{"source":6,"target":116},{"source":6,"target":117},{"source":6,"target":118},{"source":6,"target":119},{"source":6,"target":120},{"source":6,"target":121},{"source":6,"target":122},{"source":6,"target":123},{"source":6,"target":94},{"source":6,"target":124},{"source":116,"target":6},{"source":116,"target":125},{"source":125,"target":1},{"source":125,"target":126},{"source":125,"target":116},{"source":126,"target":1},{"source":117,"target":127},{"source":117,"target":6},{"source":118,"target":24},{"source":118,"target":128},{"source":118,"target":6},{"source":128,"target":24},{"source":119,"target":129},{"source":119,"target":6},{"source":120,"target":130},{"source":120,"target":6},{"source":121,"target":23},{"source":121,"target":131},{"source":121,"target":6},{"source":121,"target":132},{"source":131,"target":23},{"source":122,"target":6},{"source":122,"target":133},{"source":122,"target":6},{"source":122,"target":123},{"source":133,"target":6},{"source":123,"target":6},{"source":123,"target":134},{"source":123,"target":6},{"source":123,"target":122},{"source":134,"target":6},{"source":94,"target":2},{"source":94,"target":135},{"source":94,"target":6},{"source":94,"target":72},{"source":135,"target":2},{"source":124,"target":136},{"source":124,"target":6},{"source":7,"target":0},{"source":7,"target":137},{"source":7,"target":138},{"source":137,"target":139},{"source":137,"target":7},{"source":138,"target":140},{"source":138,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":141},{"source":8,"target":142},{"source":141,"target":143},{"source":141,"target":8},{"source":142,"target":7},{"source":9,"target":0},{"source":9,"target":144},{"source":9,"target":145},{"source":9,"target":146},{"source":9,"target":147},{"source":9,"target":148},{"source":144,"target":9},{"source":145,"target":9},{"source":146,"target":9},{"source":147,"target":9},{"source":148,"target":9},{"source":10,"target":0},{"source":10,"target":149},{"source":10,"target":150},{"source":10,"target":151},{"source":10,"target":152},{"source":10,"target":153},{"source":149,"target":154},{"source":149,"target":10},{"source":150,"target":13},{"source":150,"target":155},{"source":150,"target":10},{"source":155,"target":13},{"source":151,"target":156},{"source":151,"target":10},{"source":152,"target":10},{"source":152,"target":157},{"source":152,"target":10},{"source":152,"target":153},{"source":157,"target":10},{"source":153,"target":10},{"source":153,"target":158},{"source":153,"target":10},{"source":153,"target":152},{"source":158,"target":10},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":159},{"source":159,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":160},{"source":160,"target":10},{"source":13,"target":0},{"source":13,"target":161},{"source":161,"target":162},{"source":161,"target":13},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":163},{"source":163,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":164},{"source":164,"target":13},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":165},{"source":16,"target":166},{"source":16,"target":167},{"source":165,"target":21},{"source":165,"target":168},{"source":165,"target":16},{"source":168,"target":21},{"source":166,"target":21},{"source":166,"target":169},{"source":166,"target":16},{"source":169,"target":21},{"source":167,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":170},{"source":17,"target":171},{"source":17,"target":172},{"source":17,"target":173},{"source":170,"target":20},{"source":170,"target":174},{"source":170,"target":17},{"source":174,"target":20},{"source":171,"target":20},{"source":171,"target":175},{"source":171,"target":17},{"source":175,"target":20},{"source":172,"target":26},{"source":172,"target":176},{"source":172,"target":17},{"source":176,"target":26},{"source":173,"target":14},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":177},{"source":18,"target":178},{"source":177,"target":19},{"source":177,"target":179},{"source":177,"target":18},{"source":179,"target":19},{"source":178,"target":15},{"source":19,"target":0},{"source":19,"target":180},{"source":19,"target":181},{"source":19,"target":182},{"source":19,"target":183},{"source":180,"target":19},{"source":181,"target":19},{"source":182,"target":19},{"source":183,"target":19},{"source":20,"target":0},{"source":20,"target":184},{"source":20,"target":185},{"source":20,"target":186},{"source":20,"target":187},{"source":20,"target":188},{"source":20,"target":189},{"source":184,"target":20},{"source":185,"target":20},{"source":186,"target":20},{"source":187,"target":20},{"source":188,"target":20},{"source":189,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":14},{"source":22,"target":190},{"source":190,"target":14},{"source":23,"target":0},{"source":23,"target":132},{"source":23,"target":191},{"source":23,"target":192},{"source":23,"target":193},{"source":132,"target":6},{"source":132,"target":194},{"source":132,"target":23},{"source":132,"target":121},{"source":194,"target":6},{"source":191,"target":195},{"source":191,"target":23},{"source":192,"target":196},{"source":192,"target":23},{"source":193,"target":197},{"source":193,"target":23},{"source":24,"target":0},{"source":24,"target":198},{"source":198,"target":199},{"source":198,"target":24},{"source":25,"target":0},{"source":26,"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="loadcurve" nsURI="http://www.example.org/loadcurve" nsPrefix="loadcurve"> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="loadCurve" upperBound="-2" eType="#//LoadCurve" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LoadCurve"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoadCurve"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LoadCurve"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="CreationDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StartTime"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="measurement" lowerBound="1" upperBound="-1" eType="#//Measurement" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Measurement"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Measurement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Measurement"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Time"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Float" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/loadcurve.ecore
ecore
loadcurve DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation loadCurve LoadCurve name description creationDate startTime measurement Measurement time value
null
{"directed":true,"nodes":[{"nsPrefix":"loadcurve","nsURI":"http://www.example.org/loadcurve","name":"loadcurve","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadCurve","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measurement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"loadCurve","changeable":true,"resolveProxies":false,"lowerBound":0,"id":7,"derived":true},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startTime","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measurement","changeable":true,"resolveProxies":false,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":4,"target":8},{"source":4,"target":1},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":12,"target":17},{"source":12,"target":2},{"source":13,"target":18},{"source":13,"target":2},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":20},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":21},{"source":16,"target":2},{"source":21,"target":3},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":24},{"source":22,"target":3},{"source":23,"target":25},{"source":23,"target":3}],"multigraph":true}
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="elevatorscenario" nsURI="http://org.tetrabox.example.elevator/scenario/" nsPrefix="elevatorscenario"> <eSubpackages name="ElevatorArbiter" nsURI="http://org.tetrabox.example.elevator/scenario/ElevatorArbiter/" nsPrefix="ElevatorArbiter"> <eClassifiers xsi:type="ecore:EClass" name="ElevatorArbiter"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorProperty"/> <eTypeArguments eClassifier="//ElevatorArbiter/ElevatorArbiterState"/> <eTypeArguments eClassifier="//ElevatorArbiter/ElevatorArbiterTransition"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/scenario#//Arbiter"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorArbiterState"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorProperty"/> <eTypeArguments eClassifier="//ElevatorArbiter/ElevatorArbiterTransition"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/scenario#//ArbiterState"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorArbiterTransition"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorProperty"/> <eTypeArguments eClassifier="//ElevatorArbiter/ElevatorArbiterState"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/scenario#//ArbiterTransition"/> </eGenericSuperTypes> </eClassifiers> </eSubpackages> <eSubpackages name="ElevatorEvent" nsURI="http://org.tetrabox.example.elevator/scenario/ElevatorEvent/" nsPrefix="ElevatorEvent"> <eClassifiers xsi:type="ecore:EClass" name="ElevatorEvent" abstract="true"> <eTypeParameters name="T"/> <eGenericSuperTypes> <eTypeArguments eTypeParameter="//ElevatorEvent/ElevatorEvent/T"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/scenario#//Event"/> </eGenericSuperTypes> </eClassifiers> </eSubpackages> <eSubpackages name="ElevatorProperty" nsURI="http://org.tetrabox.example.elevator/scenario/ElevatorProperty/" nsPrefix="ElevatorProperty"> <eClassifiers xsi:type="ecore:EClass" name="ElevatorAbstractProperty" abstract="true"> <eSuperTypes href="http://www.gemoc.org/property#//AbstractProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorTemporalProperty" abstract="true"> <eSuperTypes href="http://www.gemoc.org/property#//TemporalProperty"/> <eSuperTypes href="#//ElevatorProperty/ElevatorAbstractProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorProperty" abstract="true"> <eSuperTypes href="http://www.gemoc.org/property#//Property"/> <eSuperTypes href="#//ElevatorProperty/ElevatorAbstractProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorStateProperty" abstract="true"> <eTypeParameters name="T"/> <eGenericSuperTypes> <eTypeArguments eTypeParameter="//ElevatorProperty/ElevatorStateProperty/T"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//StateProperty"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorStepProperty" abstract="true"> <eTypeParameters name="T"/> <eGenericSuperTypes> <eTypeArguments eTypeParameter="//ElevatorProperty/ElevatorStepProperty/T"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//StepProperty"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloorProperty" abstract="true"> <eTypeParameters name="T"> <eBounds> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eBounds> </eTypeParameters> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorStateProperty"> <eTypeArguments eTypeParameter="//ElevatorProperty/FloorProperty/T"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryFloorProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/FloorProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/FloorProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//UnaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryFloorProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/FloorProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/FloorProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//BinaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloorNextProperty"> <eOperations name="getFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return org.tetrabox.example.elevator.elevator.ElevatorPackage.Literals.FLOOR__NEXT;"/> </eAnnotations> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eOperations> <eGenericSuperTypes eClassifier="//ElevatorProperty/FloorProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/FloorProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//SingleReferenceProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ButtonProperty" abstract="true"> <eTypeParameters name="T"> <eBounds> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Button"/> </eBounds> </eTypeParameters> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorStateProperty"> <eTypeArguments eTypeParameter="//ElevatorProperty/ButtonProperty/T"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryButtonProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/ButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Button"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Button"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Button"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//UnaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryButtonProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/ButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Button"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Button"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Button"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//BinaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ButtonRequestsProperty"> <eOperations name="getFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return org.tetrabox.example.elevator.elevator.ElevatorPackage.Literals.BUTTON__REQUESTS;"/> </eAnnotations> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eOperations> <eGenericSuperTypes eClassifier="//ElevatorProperty/ButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Button"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/FloorProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Button"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//SingleReferenceProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorProperty" abstract="true"> <eTypeParameters name="T"> <eBounds> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Elevator"/> </eBounds> </eTypeParameters> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorStateProperty"> <eTypeArguments eTypeParameter="//ElevatorProperty/ElevatorProperty.1/T"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryElevatorProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorProperty.1"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Elevator"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorProperty.1"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Elevator"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Elevator"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//UnaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryElevatorProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorProperty.1"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Elevator"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorProperty.1"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Elevator"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Elevator"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//BinaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorCurrentFloorProperty"> <eOperations name="getFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return org.tetrabox.example.elevator.elevator.ElevatorPackage.Literals.ELEVATOR__CURRENT_FLOOR;"/> </eAnnotations> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eOperations> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorProperty.1"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Elevator"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/FloorProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Elevator"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//ManyReferenceProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorElevatorbuttonProperty"> <eOperations name="getFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return org.tetrabox.example.elevator.elevator.ElevatorPackage.Literals.ELEVATOR__ELEVATORBUTTON;"/> </eAnnotations> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eOperations> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorProperty.1"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Elevator"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//ElevatorButton"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Elevator"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//ManyReferenceProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorButtonProperty" abstract="true"> <eTypeParameters name="T"> <eBounds> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//ElevatorButton"/> </eBounds> </eTypeParameters> <eGenericSuperTypes eClassifier="//ElevatorProperty/ButtonProperty"> <eTypeArguments eTypeParameter="//ElevatorProperty/ElevatorButtonProperty/T"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryElevatorButtonProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//ElevatorButton"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//ElevatorButton"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//ElevatorButton"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//UnaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryElevatorButtonProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//ElevatorButton"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//ElevatorButton"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//ElevatorButton"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//BinaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorButtonRequestsProperty"> <eOperations name="getFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return org.tetrabox.example.elevator.elevator.ElevatorPackage.Literals.BUTTON__REQUESTS;"/> </eAnnotations> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eOperations> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//ElevatorButton"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/FloorProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//ElevatorButton"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//SingleReferenceProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloorButtonProperty" abstract="true"> <eTypeParameters name="T"> <eBounds> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//FloorButton"/> </eBounds> </eTypeParameters> <eGenericSuperTypes eClassifier="//ElevatorProperty/ButtonProperty"> <eTypeArguments eTypeParameter="//ElevatorProperty/FloorButtonProperty/T"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryFloorButtonProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/FloorButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//FloorButton"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/FloorButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//FloorButton"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//FloorButton"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//UnaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryFloorButtonProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/FloorButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//FloorButton"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/FloorButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//FloorButton"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//FloorButton"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//BinaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloorButtonRequestsProperty"> <eOperations name="getFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return org.tetrabox.example.elevator.elevator.ElevatorPackage.Literals.BUTTON__REQUESTS;"/> </eAnnotations> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eOperations> <eGenericSuperTypes eClassifier="//ElevatorProperty/FloorButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//FloorButton"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/FloorProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//FloorButton"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//SingleReferenceProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpButtonProperty" abstract="true"> <eTypeParameters name="T"> <eBounds> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//UpButton"/> </eBounds> </eTypeParameters> <eGenericSuperTypes eClassifier="//ElevatorProperty/FloorButtonProperty"> <eTypeArguments eTypeParameter="//ElevatorProperty/UpButtonProperty/T"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryUpButtonProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/UpButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//UpButton"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/UpButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//UpButton"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//UpButton"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//UnaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryUpButtonProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/UpButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//UpButton"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/UpButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//UpButton"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//UpButton"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//BinaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpButtonRequestsProperty"> <eOperations name="getFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return org.tetrabox.example.elevator.elevator.ElevatorPackage.Literals.BUTTON__REQUESTS;"/> </eAnnotations> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eOperations> <eGenericSuperTypes eClassifier="//ElevatorProperty/UpButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//UpButton"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/FloorProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//UpButton"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//SingleReferenceProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DownButtonProperty" abstract="true"> <eTypeParameters name="T"> <eBounds> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//DownButton"/> </eBounds> </eTypeParameters> <eGenericSuperTypes eClassifier="//ElevatorProperty/FloorButtonProperty"> <eTypeArguments eTypeParameter="//ElevatorProperty/DownButtonProperty/T"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryDownButtonProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/DownButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//DownButton"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/DownButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//DownButton"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//DownButton"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//UnaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryDownButtonProperty"> <eGenericSuperTypes eClassifier="//ElevatorProperty/DownButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//DownButton"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/DownButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//DownButton"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//DownButton"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//BinaryProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DownButtonRequestsProperty"> <eOperations name="getFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return org.tetrabox.example.elevator.elevator.ElevatorPackage.Literals.BUTTON__REQUESTS;"/> </eAnnotations> <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eOperations> <eGenericSuperTypes eClassifier="//ElevatorProperty/DownButtonProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//DownButton"/> </eTypeArguments> </eGenericSuperTypes> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/FloorProperty"> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//Floor"/> </eTypeArguments> </eTypeArguments> <eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="../../org.tetrabox.example.elevator/model-gen/Elevator.ecore#//DownButton"/> </eTypeArguments> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//SingleReferenceProperty"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorNextProperty"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorAbstractProperty"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//NextProperty"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorTemporalProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorUntilProperty"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorAbstractProperty"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//UntilProperty"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorTemporalProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorReleaseProperty"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorAbstractProperty"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//ReleaseProperty"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorTemporalProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorNegationTemporalProperty"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorTemporalProperty"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/property#//NegationTemporalProperty"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="//ElevatorProperty/ElevatorTemporalProperty"/> </eClassifiers> </eSubpackages> <eSubpackages name="ElevatorProvider" nsURI="http://org.tetrabox.example.elevator/scenario/ElevatorProvider/" nsPrefix="ElevatorProvider"/> <eSubpackages name="ElevatorScenario" nsURI="http://org.tetrabox.example.elevator/scenario/ElevatorScenario/" nsPrefix="ElevatorScenario"> <eClassifiers xsi:type="ecore:EClass" name="ElevatorScenario"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorScenario/ElevatorScenarioElement"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/scenario#//Scenario"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorScenarioElement" abstract="true"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorProperty"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/scenario#//ScenarioElement"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorEventOccurrence"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorEvent/ElevatorEvent"> <eTypeArguments/> </eTypeArguments> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorProperty"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/scenario#//EventOccurrence"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="//ElevatorScenario/ElevatorScenarioElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorScenarioFSM"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorProperty"/> <eTypeArguments eClassifier="//ElevatorEvent/ElevatorEvent"> <eTypeArguments/> </eTypeArguments> <eTypeArguments eClassifier="//ElevatorScenario/ElevatorScenarioFSMState"/> <eTypeArguments eClassifier="//ElevatorScenario/ElevatorScenarioFSMTransition"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/scenario#//ScenarioFSM"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="//ElevatorScenario/ElevatorScenarioElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorScenarioFSMState"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorEvent/ElevatorEvent"> <eTypeArguments/> </eTypeArguments> <eTypeArguments eClassifier="//ElevatorScenario/ElevatorScenarioFSMTransition"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/scenario#//ScenarioFSMState"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElevatorScenarioFSMTransition"> <eGenericSuperTypes> <eTypeArguments eClassifier="//ElevatorProperty/ElevatorProperty"/> <eTypeArguments eClassifier="//ElevatorScenario/ElevatorScenarioFSMState"/> <eClassifier xsi:type="ecore:EClass" href="http://www.gemoc.org/scenario#//ScenarioFSMTransition"/> </eGenericSuperTypes> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/tetrabox/examples-behavioral-interface/languages/elevator/org.tetrabox.example.elevator.scenario/model/ElevatorScenario.ecore
ecore
elevatorscenario ElevatorArbiter ElevatorArbiter ElevatorArbiterState ElevatorArbiterTransition ElevatorEvent ElevatorEvent T ElevatorProperty ElevatorAbstractProperty ElevatorTemporalProperty ElevatorProperty ElevatorStateProperty T ElevatorStepProperty T FloorProperty T UnaryFloorProperty BinaryFloorProperty FloorNextProperty getFeature ButtonProperty T UnaryButtonProperty BinaryButtonProperty ButtonRequestsProperty getFeature ElevatorProperty T UnaryElevatorProperty BinaryElevatorProperty ElevatorCurrentFloorProperty getFeature ElevatorElevatorbuttonProperty getFeature ElevatorButtonProperty T UnaryElevatorButtonProperty BinaryElevatorButtonProperty ElevatorButtonRequestsProperty getFeature FloorButtonProperty T UnaryFloorButtonProperty BinaryFloorButtonProperty FloorButtonRequestsProperty getFeature UpButtonProperty T UnaryUpButtonProperty BinaryUpButtonProperty UpButtonRequestsProperty getFeature DownButtonProperty T UnaryDownButtonProperty BinaryDownButtonProperty DownButtonRequestsProperty getFeature ElevatorNextProperty ElevatorUntilProperty ElevatorReleaseProperty ElevatorNegationTemporalProperty ElevatorProvider ElevatorScenario ElevatorScenario ElevatorScenarioElement ElevatorEventOccurrence ElevatorScenarioFSM ElevatorScenarioFSMState ElevatorScenarioFSMTransition
null
{"directed":true,"nodes":[{"nsPrefix":"elevatorscenario","nsURI":"http://org.tetrabox.example.elevator/scenario/","name":"elevatorscenario","id":0,"eClass":"EPackage"},{"nsPrefix":"ElevatorArbiter","nsURI":"http://org.tetrabox.example.elevator/scenario/ElevatorArbiter/","name":"ElevatorArbiter","id":1,"eClass":"EPackage"},{"nsPrefix":"ElevatorEvent","nsURI":"http://org.tetrabox.example.elevator/scenario/ElevatorEvent/","name":"ElevatorEvent","id":2,"eClass":"EPackage"},{"nsPrefix":"ElevatorProperty","nsURI":"http://org.tetrabox.example.elevator/scenario/ElevatorProperty/","name":"ElevatorProperty","id":3,"eClass":"EPackage"},{"nsPrefix":"ElevatorProvider","nsURI":"http://org.tetrabox.example.elevator/scenario/ElevatorProvider/","name":"ElevatorProvider","id":4,"eClass":"EPackage"},{"nsPrefix":"ElevatorScenario","nsURI":"http://org.tetrabox.example.elevator/scenario/ElevatorScenario/","name":"ElevatorScenario","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorArbiter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorArbiterState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorArbiterTransition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorProperty","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorEvent","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"name":"T","id":21,"eClass":"ETypeParameter"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorAbstractProperty","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorTemporalProperty","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorStateProperty","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorStepProperty","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloorProperty","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryFloorProperty","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryFloorProperty","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloorNextProperty","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ButtonProperty","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryButtonProperty","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryButtonProperty","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ButtonRequestsProperty","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorProperty","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryElevatorProperty","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryElevatorProperty","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorCurrentFloorProperty","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorElevatorbuttonProperty","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorButtonProperty","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryElevatorButtonProperty","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryElevatorButtonProperty","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorButtonRequestsProperty","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloorButtonProperty","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryFloorButtonProperty","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryFloorButtonProperty","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloorButtonRequestsProperty","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpButtonProperty","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryUpButtonProperty","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryUpButtonProperty","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpButtonRequestsProperty","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DownButtonProperty","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryDownButtonProperty","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryDownButtonProperty","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DownButtonRequestsProperty","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorNextProperty","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorUntilProperty","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorReleaseProperty","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorNegationTemporalProperty","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"name":"T","id":66,"eClass":"ETypeParameter"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"T","id":70,"eClass":"ETypeParameter"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"T","id":74,"eClass":"ETypeParameter"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeature","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"name":"T","id":98,"eClass":"ETypeParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeature","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"name":"T","id":122,"eClass":"ETypeParameter"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeature","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeature","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"name":"T","id":154,"eClass":"ETypeParameter"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeature","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"name":"T","id":178,"eClass":"ETypeParameter"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeature","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"name":"T","id":202,"eClass":"ETypeParameter"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeature","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"name":"T","id":226,"eClass":"ETypeParameter"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeature","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorScenario","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorScenarioElement","instanceClass":null,"abstract":true,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorEventOccurrence","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorScenarioFSM","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorScenarioFSMState","instanceClass":null,"abstract":false,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElevatorScenarioFSMTransition","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":0},{"source":6,"target":1},{"source":6,"target":9},{"source":9,"target":10},{"source":9,"target":11},{"source":9,"target":12},{"source":10,"target":13},{"source":11,"target":7},{"source":12,"target":8},{"source":7,"target":1},{"source":7,"target":14},{"source":14,"target":15},{"source":14,"target":16},{"source":15,"target":13},{"source":16,"target":8},{"source":8,"target":1},{"source":8,"target":17},{"source":17,"target":18},{"source":17,"target":19},{"source":18,"target":13},{"source":19,"target":7},{"source":2,"target":20},{"source":2,"target":0},{"source":20,"target":2},{"source":20,"target":21},{"source":20,"target":22},{"source":22,"target":23},{"source":23,"target":21},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":13},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":0},{"source":24,"target":3},{"source":24,"target":61},{"source":25,"target":3},{"source":25,"target":24},{"source":25,"target":62},{"source":25,"target":63},{"source":63,"target":24},{"source":13,"target":3},{"source":13,"target":24},{"source":13,"target":64},{"source":13,"target":65},{"source":65,"target":24},{"source":26,"target":3},{"source":26,"target":66},{"source":26,"target":13},{"source":26,"target":67},{"source":26,"target":68},{"source":67,"target":69},{"source":69,"target":66},{"source":68,"target":13},{"source":27,"target":3},{"source":27,"target":70},{"source":27,"target":13},{"source":27,"target":71},{"source":27,"target":72},{"source":71,"target":73},{"source":73,"target":70},{"source":72,"target":13},{"source":28,"target":3},{"source":28,"target":74},{"source":28,"target":26},{"source":28,"target":75},{"source":74,"target":76},{"source":75,"target":77},{"source":75,"target":26},{"source":77,"target":74},{"source":29,"target":3},{"source":29,"target":28},{"source":29,"target":78},{"source":29,"target":79},{"source":78,"target":80},{"source":78,"target":28},{"source":79,"target":81},{"source":79,"target":82},{"source":81,"target":83},{"source":81,"target":28},{"source":30,"target":3},{"source":30,"target":28},{"source":30,"target":84},{"source":30,"target":85},{"source":84,"target":86},{"source":84,"target":28},{"source":85,"target":87},{"source":85,"target":88},{"source":87,"target":89},{"source":87,"target":28},{"source":31,"target":3},{"source":31,"target":28},{"source":31,"target":90},{"source":31,"target":91},{"source":31,"target":92},{"source":90,"target":93},{"source":90,"target":31},{"source":91,"target":94},{"source":91,"target":28},{"source":92,"target":95},{"source":92,"target":96},{"source":95,"target":97},{"source":95,"target":28},{"source":32,"target":3},{"source":32,"target":98},{"source":32,"target":26},{"source":32,"target":99},{"source":98,"target":100},{"source":99,"target":101},{"source":99,"target":26},{"source":101,"target":98},{"source":33,"target":3},{"source":33,"target":32},{"source":33,"target":102},{"source":33,"target":103},{"source":102,"target":104},{"source":102,"target":32},{"source":103,"target":105},{"source":103,"target":106},{"source":105,"target":107},{"source":105,"target":32},{"source":34,"target":3},{"source":34,"target":32},{"source":34,"target":108},{"source":34,"target":109},{"source":108,"target":110},{"source":108,"target":32},{"source":109,"target":111},{"source":109,"target":112},{"source":111,"target":113},{"source":111,"target":32},{"source":35,"target":3},{"source":35,"target":32},{"source":35,"target":114},{"source":35,"target":115},{"source":35,"target":116},{"source":114,"target":117},{"source":114,"target":35},{"source":115,"target":118},{"source":115,"target":32},{"source":116,"target":119},{"source":116,"target":120},{"source":119,"target":121},{"source":119,"target":28},{"source":36,"target":3},{"source":36,"target":122},{"source":36,"target":26},{"source":36,"target":123},{"source":122,"target":124},{"source":123,"target":125},{"source":123,"target":26},{"source":125,"target":122},{"source":37,"target":3},{"source":37,"target":36},{"source":37,"target":126},{"source":37,"target":127},{"source":126,"target":128},{"source":126,"target":36},{"source":127,"target":129},{"source":127,"target":130},{"source":129,"target":131},{"source":129,"target":36},{"source":38,"target":3},{"source":38,"target":36},{"source":38,"target":132},{"source":38,"target":133},{"source":132,"target":134},{"source":132,"target":36},{"source":133,"target":135},{"source":133,"target":136},{"source":135,"target":137},{"source":135,"target":36},{"source":39,"target":3},{"source":39,"target":36},{"source":39,"target":138},{"source":39,"target":139},{"source":39,"target":140},{"source":138,"target":141},{"source":138,"target":39},{"source":139,"target":142},{"source":139,"target":36},{"source":140,"target":143},{"source":140,"target":144},{"source":143,"target":145},{"source":143,"target":28},{"source":40,"target":3},{"source":40,"target":36},{"source":40,"target":146},{"source":40,"target":147},{"source":40,"target":148},{"source":146,"target":149},{"source":146,"target":40},{"source":147,"target":150},{"source":147,"target":36},{"source":148,"target":151},{"source":148,"target":152},{"source":151,"target":153},{"source":151,"target":41},{"source":41,"target":3},{"source":41,"target":154},{"source":41,"target":32},{"source":41,"target":155},{"source":154,"target":156},{"source":155,"target":157},{"source":155,"target":32},{"source":157,"target":154},{"source":42,"target":3},{"source":42,"target":41},{"source":42,"target":158},{"source":42,"target":159},{"source":158,"target":160},{"source":158,"target":41},{"source":159,"target":161},{"source":159,"target":162},{"source":161,"target":163},{"source":161,"target":41},{"source":43,"target":3},{"source":43,"target":41},{"source":43,"target":164},{"source":43,"target":165},{"source":164,"target":166},{"source":164,"target":41},{"source":165,"target":167},{"source":165,"target":168},{"source":167,"target":169},{"source":167,"target":41},{"source":44,"target":3},{"source":44,"target":41},{"source":44,"target":170},{"source":44,"target":171},{"source":44,"target":172},{"source":170,"target":173},{"source":170,"target":44},{"source":171,"target":174},{"source":171,"target":41},{"source":172,"target":175},{"source":172,"target":176},{"source":175,"target":177},{"source":175,"target":28},{"source":45,"target":3},{"source":45,"target":178},{"source":45,"target":32},{"source":45,"target":179},{"source":178,"target":180},{"source":179,"target":181},{"source":179,"target":32},{"source":181,"target":178},{"source":46,"target":3},{"source":46,"target":45},{"source":46,"target":182},{"source":46,"target":183},{"source":182,"target":184},{"source":182,"target":45},{"source":183,"target":185},{"source":183,"target":186},{"source":185,"target":187},{"source":185,"target":45},{"source":47,"target":3},{"source":47,"target":45},{"source":47,"target":188},{"source":47,"target":189},{"source":188,"target":190},{"source":188,"target":45},{"source":189,"target":191},{"source":189,"target":192},{"source":191,"target":193},{"source":191,"target":45},{"source":48,"target":3},{"source":48,"target":45},{"source":48,"target":194},{"source":48,"target":195},{"source":48,"target":196},{"source":194,"target":197},{"source":194,"target":48},{"source":195,"target":198},{"source":195,"target":45},{"source":196,"target":199},{"source":196,"target":200},{"source":199,"target":201},{"source":199,"target":28},{"source":49,"target":3},{"source":49,"target":202},{"source":49,"target":45},{"source":49,"target":203},{"source":202,"target":204},{"source":203,"target":205},{"source":203,"target":45},{"source":205,"target":202},{"source":50,"target":3},{"source":50,"target":49},{"source":50,"target":206},{"source":50,"target":207},{"source":206,"target":208},{"source":206,"target":49},{"source":207,"target":209},{"source":207,"target":210},{"source":209,"target":211},{"source":209,"target":49},{"source":51,"target":3},{"source":51,"target":49},{"source":51,"target":212},{"source":51,"target":213},{"source":212,"target":214},{"source":212,"target":49},{"source":213,"target":215},{"source":213,"target":216},{"source":215,"target":217},{"source":215,"target":49},{"source":52,"target":3},{"source":52,"target":49},{"source":52,"target":218},{"source":52,"target":219},{"source":52,"target":220},{"source":218,"target":221},{"source":218,"target":52},{"source":219,"target":222},{"source":219,"target":49},{"source":220,"target":223},{"source":220,"target":224},{"source":223,"target":225},{"source":223,"target":28},{"source":53,"target":3},{"source":53,"target":226},{"source":53,"target":45},{"source":53,"target":227},{"source":226,"target":228},{"source":227,"target":229},{"source":227,"target":45},{"source":229,"target":226},{"source":54,"target":3},{"source":54,"target":53},{"source":54,"target":230},{"source":54,"target":231},{"source":230,"target":232},{"source":230,"target":53},{"source":231,"target":233},{"source":231,"target":234},{"source":233,"target":235},{"source":233,"target":53},{"source":55,"target":3},{"source":55,"target":53},{"source":55,"target":236},{"source":55,"target":237},{"source":236,"target":238},{"source":236,"target":53},{"source":237,"target":239},{"source":237,"target":240},{"source":239,"target":241},{"source":239,"target":53},{"source":56,"target":3},{"source":56,"target":53},{"source":56,"target":242},{"source":56,"target":243},{"source":56,"target":244},{"source":242,"target":245},{"source":242,"target":56},{"source":243,"target":246},{"source":243,"target":53},{"source":244,"target":247},{"source":244,"target":248},{"source":247,"target":249},{"source":247,"target":28},{"source":57,"target":3},{"source":57,"target":25},{"source":57,"target":250},{"source":57,"target":251},{"source":250,"target":252},{"source":252,"target":24},{"source":251,"target":25},{"source":58,"target":3},{"source":58,"target":25},{"source":58,"target":253},{"source":58,"target":254},{"source":253,"target":255},{"source":255,"target":24},{"source":254,"target":25},{"source":59,"target":3},{"source":59,"target":25},{"source":59,"target":256},{"source":59,"target":257},{"source":256,"target":258},{"source":258,"target":24},{"source":257,"target":25},{"source":60,"target":3},{"source":60,"target":25},{"source":60,"target":259},{"source":60,"target":260},{"source":259,"target":261},{"source":261,"target":25},{"source":260,"target":25},{"source":4,"target":0},{"source":5,"target":262},{"source":5,"target":263},{"source":5,"target":264},{"source":5,"target":265},{"source":5,"target":266},{"source":5,"target":267},{"source":5,"target":0},{"source":262,"target":5},{"source":262,"target":268},{"source":268,"target":269},{"source":269,"target":263},{"source":263,"target":5},{"source":263,"target":270},{"source":270,"target":271},{"source":271,"target":13},{"source":264,"target":5},{"source":264,"target":263},{"source":264,"target":272},{"source":264,"target":273},{"source":272,"target":274},{"source":272,"target":275},{"source":274,"target":276},{"source":274,"target":20},{"source":275,"target":13},{"source":273,"target":263},{"source":265,"target":5},{"source":265,"target":263},{"source":265,"target":277},{"source":265,"target":278},{"source":277,"target":279},{"source":277,"target":280},{"source":277,"target":281},{"source":277,"target":282},{"source":279,"target":13},{"source":280,"target":283},{"source":280,"target":20},{"source":281,"target":266},{"source":282,"target":267},{"source":278,"target":263},{"source":266,"target":5},{"source":266,"target":284},{"source":284,"target":285},{"source":284,"target":286},{"source":285,"target":287},{"source":285,"target":20},{"source":286,"target":267},{"source":267,"target":5},{"source":267,"target":288},{"source":288,"target":289},{"source":288,"target":290},{"source":289,"target":13},{"source":290,"target":266}],"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="xsl" nsURI="http://www.milyn.org/xsd/smooks/xsl-1.1.xsd" nsPrefix="xsl"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="XSL Templating Configuration"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="XslBindTo" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Bind the templating result into the bean context under the specified &quot;id&quot;. This makes the&#xA; templating result available for routing or other operations.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="bindTo"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The bean context ID under which the templating result is to be bound if the &quot;bindTo&quot; action is chosen.&#xA; "/> </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="XslDocumentRoot"> <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="xsl" upperBound="-2" eType="#//Xsl" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; XSL Templating Configuration.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="xsl"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.milyn.org/xsd/smooks-1.1.xsd#abstract-resource-config"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XslInline" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Inline the templating result into the &lt;b>Smooks.filter&lt;/b> Result message.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inline"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directive" lowerBound="1" eType="#//XslInlineDirective" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; How the templating result is to be used (relative to the element on which it&#xA; is applied).&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="directive"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XslInlineDirective"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inlineDirective"/> </eAnnotations> <eLiterals name="addto"/> <eLiterals name="replace" value="1"/> <eLiterals name="insertbefore" value="2"/> <eLiterals name="insertafter" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="XslInlineDirectiveObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inlineDirective:Object"/> <details key="baseType" value="inlineDirective"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XslOutputTo" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Output the templating result to a named OutputStreamResource.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="outputTo"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputStreamResource" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The name of the &quot;outputStreamResource&quot; to which the templating result is to be written. By default,&#xA; the templating result is written to the Smooks.filter result if (if a StreamResult is provided).&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="outputStreamResource"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XslTemplate" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The XSL Template.&#xA; &lt;p/>&#xA; This can be an inline template, or a reference (URI) to an externally defined template (filesystem, classpath, www).&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="template"/> <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="encoding" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="UTF-8" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Template character encodng.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="encoding"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XslUse" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The &amp;lt;use&amp;gt; element allows you to define how the templating result is to be used.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="use"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inline" eType="#//XslInline" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="inline"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindTo" eType="#//XslBindTo" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="bindTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outputTo" eType="#//XslOutputTo" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="outputTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Xsl" eSuperTypes="smooks-1.1.ecore#//ElementVisitor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; XSL Templating Configuration Type.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="xsl"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" eType="#//XslTemplate" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="template"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="use" eType="#//XslUse" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="use"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1" eType="ecore:EClass smooks-1.1.ecore#//ParamType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="param"/> <details key="namespace" value="http://www.milyn.org/xsd/smooks-1.1.xsd"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyBefore" 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="&#xA; Apply the template before visiting the elements child content.&lt;p/>Default is 'false'.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applyBefore"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyOnElement" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The name of the element on which the template is to be applied.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applyOnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyOnElementNS" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The namespace of the element on which the template is to be applied.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applyOnElementNS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/robstryker/jbosstools-smooks/plugins/org.jboss.tools.smooks.core/model/all_model/xsl-1.1.ecore
ecore
xsl XslBindTo id XslDocumentRoot mixed xMLNSPrefixMap xSISchemaLocation xsl XslInline directive XslInlineDirective addto addto replace replace insertbefore insertbefore insertafter insertafter XslInlineDirectiveObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator XslOutputTo outputStreamResource XslTemplate value encoding UTF-8 XslUse inline bindTo outputTo Xsl template use param applyBefore false applyOnElement applyOnElementNS
null
{"directed":true,"nodes":[{"nsPrefix":"xsl","nsURI":"http://www.milyn.org/xsd/smooks/xsl-1.1.xsd","name":"xsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XslBindTo","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XslDocumentRoot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XslInline","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"XslInlineDirective","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"XslInlineDirectiveObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XslOutputTo","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XslTemplate","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XslUse","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xsl","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"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":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xsl","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":true},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"directive","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"name":"addto","id":24,"value":0,"literal":"addto","eClass":"EEnumLiteral"},{"name":"replace","id":25,"value":1,"literal":"replace","eClass":"EEnumLiteral"},{"name":"insertbefore","id":26,"value":2,"literal":"insertbefore","eClass":"EEnumLiteral"},{"name":"insertafter","id":27,"value":3,"literal":"insertafter","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":"outputStreamResource","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"UTF-8","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UTF-8","unsettable":true,"transient":false,"unique":true,"name":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inline","changeable":true,"resolveProxies":false,"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":"bindTo","changeable":true,"resolveProxies":false,"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":"outputTo","changeable":true,"resolveProxies":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":false,"lowerBound":1,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":false,"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":"param","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"applyBefore","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applyOnElement","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applyOnElementNS","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":13,"target":17},{"source":13,"target":2},{"source":14,"target":18},{"source":14,"target":2},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":9},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":9},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":21,"target":4},{"source":21,"target":23},{"source":21,"target":3},{"source":23,"target":4},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":24,"target":4},{"source":25,"target":4},{"source":26,"target":4},{"source":27,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":28},{"source":6,"target":29},{"source":28,"target":30},{"source":28,"target":6},{"source":7,"target":0},{"source":7,"target":31},{"source":7,"target":32},{"source":7,"target":33},{"source":31,"target":34},{"source":31,"target":7},{"source":32,"target":35},{"source":32,"target":7},{"source":8,"target":0},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":8,"target":39},{"source":36,"target":3},{"source":36,"target":40},{"source":36,"target":8},{"source":40,"target":3},{"source":37,"target":1},{"source":37,"target":41},{"source":37,"target":8},{"source":41,"target":1},{"source":38,"target":6},{"source":38,"target":42},{"source":38,"target":8},{"source":42,"target":6},{"source":9,"target":0},{"source":9,"target":43},{"source":9,"target":44},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":9,"target":49},{"source":43,"target":7},{"source":43,"target":50},{"source":43,"target":9},{"source":50,"target":7},{"source":44,"target":8},{"source":44,"target":51},{"source":44,"target":9},{"source":51,"target":8},{"source":45,"target":52},{"source":45,"target":9},{"source":46,"target":53},{"source":46,"target":9},{"source":47,"target":54},{"source":47,"target":9},{"source":48,"target":55},{"source":48,"target":9}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fr" nsURI="http://www.fr.inria.triskell.kompren/fr" nsPrefix="fr"> <eSubpackages name="inria" nsURI="http://www.fr.inria.triskell.kompren/fr/inria" nsPrefix="fr.inria"> <eSubpackages name="triskell" nsURI="http://www.fr.inria.triskell.kompren/fr/inria/triskell" nsPrefix="fr.inria.triskell"> <eSubpackages name="kompren" nsURI="http://www.fr.inria.triskell.kompren/fr/inria/triskell/kompren" nsPrefix="fr.inria.triskell.kompren"> <eSubpackages name="slicer" nsURI="http://www.fr.inria.triskell.kompren/fr/inria/triskell/kompren/slicer" nsPrefix="fr.inria.triskell.kompren.slicer"> <eClassifiers xsi:type="ecore:EClass" name="Slicer"> <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="uriMetamodel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="helper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="onStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="onEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//inria/triskell/kompren/slicer/Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="radius" eType="#//inria/triskell/kompren/slicer/Radius" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slicedElements" upperBound="-1" eType="#//inria/triskell/kompren/slicer/SlicedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputClasses" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Radius"> <eStructuralFeatures xsi:type="ecore:EReference" name="focusedClasses" upperBound="-1" eType="#//inria/triskell/kompren/slicer/SlicedClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlicedClass" eSuperTypes="#//inria/triskell/kompren/slicer/SlicedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ctx" eType="#//inria/triskell/kompren/slicer/VarDecl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlicedProperty" eSuperTypes="#//inria/triskell/kompren/slicer/SlicedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//inria/triskell/kompren/slicer/OppositeCreation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//inria/triskell/kompren/slicer/VarDecl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tgt" eType="#//inria/triskell/kompren/slicer/VarDecl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OppositeCreation"> <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="SlicedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarDecl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> </eSubpackages> </eSubpackages> </eSubpackages> </eSubpackages> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/kompren.ecore
ecore
fr inria triskell kompren slicer Slicer name uriMetamodel active strict helper onStart onEnd constraints radius slicedElements inputClasses Constraint expression name Radius focusedClasses SlicedClass ctx domain SlicedProperty opposite src tgt domain OppositeCreation name SlicedElement isOption expression VarDecl varName type
null
{"directed":true,"nodes":[{"nsPrefix":"fr","nsURI":"http://www.fr.inria.triskell.kompren/fr","name":"fr","id":0,"eClass":"EPackage"},{"nsPrefix":"fr.inria","nsURI":"http://www.fr.inria.triskell.kompren/fr/inria","name":"inria","id":1,"eClass":"EPackage"},{"nsPrefix":"fr.inria.triskell","nsURI":"http://www.fr.inria.triskell.kompren/fr/inria/triskell","name":"triskell","id":2,"eClass":"EPackage"},{"nsPrefix":"fr.inria.triskell.kompren","nsURI":"http://www.fr.inria.triskell.kompren/fr/inria/triskell/kompren","name":"kompren","id":3,"eClass":"EPackage"},{"nsPrefix":"fr.inria.triskell.kompren.slicer","nsURI":"http://www.fr.inria.triskell.kompren/fr/inria/triskell/kompren/slicer","name":"slicer","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slicer","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Radius","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlicedClass","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlicedProperty","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OppositeCreation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlicedElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDecl","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":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uriMetamodel","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strict","changeable":true,"lowerBound":0,"iD":false,"id":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":"helper","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":"onStart","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":"onEnd","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"radius","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":"slicedElements","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":"inputClasses","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"focusedClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ctx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opposite","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":"src","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":"tgt","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":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOption","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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":1},{"source":3,"target":4},{"source":3,"target":2},{"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":3},{"source":5,"target":4},{"source":5,"target":13},{"source":5,"target":14},{"source":5,"target":15},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":13,"target":24},{"source":13,"target":5},{"source":14,"target":25},{"source":14,"target":5},{"source":15,"target":26},{"source":15,"target":5},{"source":16,"target":27},{"source":16,"target":5},{"source":17,"target":28},{"source":17,"target":5},{"source":18,"target":29},{"source":18,"target":5},{"source":19,"target":30},{"source":19,"target":5},{"source":20,"target":6},{"source":20,"target":31},{"source":20,"target":5},{"source":31,"target":6},{"source":21,"target":7},{"source":21,"target":32},{"source":21,"target":5},{"source":32,"target":7},{"source":22,"target":11},{"source":22,"target":33},{"source":22,"target":5},{"source":33,"target":11},{"source":23,"target":34},{"source":23,"target":5},{"source":6,"target":4},{"source":6,"target":35},{"source":6,"target":36},{"source":35,"target":37},{"source":35,"target":6},{"source":36,"target":38},{"source":36,"target":6},{"source":7,"target":4},{"source":7,"target":39},{"source":39,"target":8},{"source":39,"target":40},{"source":39,"target":7},{"source":40,"target":8},{"source":8,"target":4},{"source":8,"target":11},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":41,"target":12},{"source":41,"target":44},{"source":41,"target":8},{"source":44,"target":12},{"source":42,"target":45},{"source":42,"target":8},{"source":43,"target":11},{"source":9,"target":4},{"source":9,"target":11},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":9,"target":49},{"source":9,"target":50},{"source":46,"target":10},{"source":46,"target":51},{"source":46,"target":9},{"source":51,"target":10},{"source":47,"target":12},{"source":47,"target":52},{"source":47,"target":9},{"source":52,"target":12},{"source":48,"target":12},{"source":48,"target":53},{"source":48,"target":9},{"source":53,"target":12},{"source":49,"target":54},{"source":49,"target":9},{"source":50,"target":11},{"source":10,"target":4},{"source":10,"target":55},{"source":55,"target":56},{"source":55,"target":10},{"source":11,"target":4},{"source":11,"target":57},{"source":11,"target":58},{"source":57,"target":59},{"source":57,"target":11},{"source":58,"target":60},{"source":58,"target":11},{"source":12,"target":4},{"source":12,"target":61},{"source":12,"target":62},{"source":61,"target":63},{"source":61,"target":12},{"source":62,"target":64},{"source":62,"target":12}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="astm" nsURI="http://modelum.es/modernization/astm" nsPrefix="astm"> <eClassifiers xsi:type="ecore:EClass" name="GASTMObject"/> <eClassifiers xsi:type="ecore:EClass" name="GASTMSourceObject" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="GASTMSemanticObject" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="OtherSyntaxObject" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="StorageSpecification" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperator" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ActualParameter" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="SourceFile" eSuperTypes="#//GASTMSourceObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceLocation" eSuperTypes="#//GASTMSourceObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inSourceFile" eType="#//SourceFile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//GASTMSemanticObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1" eType="#//CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerScope" eType="#//GlobalScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scope" eSuperTypes="#//GASTMSemanticObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionObject" upperBound="-1" eType="#//DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childScope" upperBound="-1" eType="#//Scope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GASTMSyntaxObject" abstract="true" eSuperTypes="#//GASTMObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="locationInfo" eType="#//SourceLocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preProcessorElements" upperBound="-1" eType="#//PreprocessorElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//AnnotationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//ProgramScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinition" abstract="true" eSuperTypes="#//DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRegister" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkageSpecifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storageSpecifiers" eType="#//OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" eType="#//OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definition" abstract="true" eSuperTypes="#//DeclarationOrDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true" eSuperTypes="#//DeclarationOrDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="defRef" eType="#//Definition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarationType" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#//Declaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//FormalParameterDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes" eType="#//FunctionMemberAttributes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//FormalParameterDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes" eType="#//FunctionMemberAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//FunctionScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttributes"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isFriend" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isThisConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualSpecifier" eType="#//VirtualSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//FormalParameterDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataDefinition" abstract="true" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitFieldDefinition" eSuperTypes="#//DataDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="bitFieldSize" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" eSuperTypes="#//DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTypeDefinition" eSuperTypes="#//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#//NamedType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregateTypeDefinition" eSuperTypes="#//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" eType="#//AggregateType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameSpaceDefinition" eSuperTypes="#//DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="nameSpace" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nameSpaceType" eType="#//NameSpaceType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelDefinition" eSuperTypes="#//DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="labelName" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labelType" eType="#//LabelType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncludeUnit" eSuperTypes="#//PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//SourceFile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MacroCall" eSuperTypes="#//PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" eType="#//MacroDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MacroDefinition" eSuperTypes="#//PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="macroName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//GASTMSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVolatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSigned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumLiterals" upperBound="-1" eType="#//EnumLiteralDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructedType" abstract="true" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregateType" abstract="true" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//AggregateScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//ConstructedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ranks" upperBound="-1" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowBound" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="highBound" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterTypes" upperBound="-1" eType="#//FormalParameterType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterType" abstract="true" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassType" eSuperTypes="#//AggregateType"> <eStructuralFeatures xsi:type="ecore:EReference" name="derivesFrom" upperBound="-1" eType="#//DerivesFrom" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerivesFrom" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" eType="#//OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="className" eType="#//NamedType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnnamedTypeReference" eSuperTypes="#//TypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTypeReference" eSuperTypes="#//TypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinitionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declOrDefn" eType="#//DefinitionObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JumpStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//LabelAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//LabelAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//LabelDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subStatements" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//BlockScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBody" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="switchExpression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" eType="#//SwitchCase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseBlock" eSuperTypes="#//SwitchCase"> <eStructuralFeatures xsi:type="ecore:EReference" name="caseExpressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" abstract="true" eSuperTypes="#//LoopStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initBody" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterationBody" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="guardedStatement" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchBlocks" upperBound="-1" eType="#//CatchBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalStatement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchBlock" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypesCatchBlock" eSuperTypes="#//CatchBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableCatchBlock" eSuperTypes="#//CatchBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionVariable" eType="#//DataDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//GASTMSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionType" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameReference" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" eType="#//DefinitionObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayName" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subscripts" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedIdentifierReference" abstract="true" eSuperTypes="#//NameReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiers" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//IdentifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeQualifiedIdentifierReference" eSuperTypes="#//NameReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" upperBound="-1" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//IdentifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" 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="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="castType" eType="#//TypeReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorAssign" eSuperTypes="#//BinaryOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onTrueOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onFalseOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromExpression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="calledFunction" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1" eType="#//OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActualParameterExpression" eSuperTypes="#//ActualParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="newType" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1" eType="#//OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#//LabelDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationType" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberValues" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalScope" eSuperTypes="#//Scope"/> <eClassifiers xsi:type="ecore:EClass" name="PreprocessorElement" abstract="true" eSuperTypes="#//GASTMSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="DefinitionObject" abstract="true" eSuperTypes="#//GASTMSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="ProgramScope" eSuperTypes="#//Scope"/> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//GASTMSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionScope" eSuperTypes="#//Scope"/> <eClassifiers xsi:type="ecore:EClass" name="NameSpaceType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="LabelType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="AggregateScope" eSuperTypes="#//Scope"/> <eClassifiers xsi:type="ecore:EClass" name="BlockScope" eSuperTypes="#//Scope"/> <eClassifiers xsi:type="ecore:EClass" name="IdentifierReference" eSuperTypes="#//NameReference"/> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterDefinition" eSuperTypes="#//DataDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualSpecification" abstract="true" eSuperTypes="#//OtherSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterDeclaration" eSuperTypes="#//Declaration"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDefinition" eSuperTypes="#//DataDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttribute" eSuperTypes="#//OtherSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="External" eSuperTypes="#//StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionPersistent" eSuperTypes="#//StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FileLocal" eSuperTypes="#//StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PerClassMember" eSuperTypes="#//StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="NoDef" eSuperTypes="#//StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Virtual" eSuperTypes="#//VirtualSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PureVirtual" eSuperTypes="#//VirtualSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="NonVirtual" eSuperTypes="#//VirtualSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExceptionType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Byte" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="ShortInteger" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="LongInteger" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Double" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="LongDouble" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Character" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="String" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="WideCharacter" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="PointerType" eSuperTypes="#//ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="RangeType" eSuperTypes="#//ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="StructureType" eSuperTypes="#//AggregateType"/> <eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#//AggregateType"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationType" eSuperTypes="#//AggregateType"/> <eClassifiers xsi:type="ecore:EClass" name="ByValueFormalParameterType" eSuperTypes="#//FormalParameterType"/> <eClassifiers xsi:type="ecore:EClass" name="ByReferenceFormalParameterType" eSuperTypes="#//FormalParameterType"/> <eClassifiers xsi:type="ecore:EClass" name="Public" eSuperTypes="#//AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="Protected" eSuperTypes="#//AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="Private" eSuperTypes="#//AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="TerminateStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="DefaultBlock" eSuperTypes="#//SwitchCase"/> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//LoopStatement"/> <eClassifiers xsi:type="ecore:EClass" name="DoWhileStatement" eSuperTypes="#//LoopStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ForCheckBeforeStatement" eSuperTypes="#//ForStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ForCheckAfterStatement" eSuperTypes="#//ForStatement"/> <eClassifiers xsi:type="ecore:EClass" name="AggregateExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="QualifiedOverPointer" eSuperTypes="#//QualifiedIdentifierReference"/> <eClassifiers xsi:type="ecore:EClass" name="QualifiedOverData" eSuperTypes="#//QualifiedIdentifierReference"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerlLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="CharLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="BitLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryPlus" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Negate" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitNot" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AddressOf" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Deref" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Increment" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Decrement" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PostIncrement" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PostDecrement" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Add" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Subtract" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Divide" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Modulus" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Exponent" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotGreater" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotLess" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitAnd" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitOr" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitXor" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitLeftShift" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitRightShift" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="MissingActualParameter" eSuperTypes="#//ActualParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ByValueActualParameterExpression" eSuperTypes="#//ActualParameterExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ByReferenceActualParameterExpression" eSuperTypes="#//ActualParameterExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificClassType" eSuperTypes="#//ClassType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/jlcanovas/gra2mol/examples/Grammar2Model.examples.Java2ASTMModel/files/metamodels/astm.ecore
ecore
astm GASTMObject GASTMSourceObject GASTMSemanticObject OtherSyntaxObject StorageSpecification DataType AccessKind UnaryOperator BinaryOperator ActualParameter SourceFile pathName SourceLocation startLine startColumn endLine endColumn inSourceFile Project files outerScope Scope definitionObject childScope GASTMSyntaxObject locationInfo preProcessorElements annotations CompilationUnit language fragments opensScope Name nameString DeclarationOrDefinition isRegister linkageSpecifier storageSpecifiers accessKind Definition identifierName definitionType Declaration defRef identifierName declarationType FunctionDeclaration formalParameters functionMemberAttributes VariableDeclaration isMutable FunctionDefinition returnType formalParameters body functionMemberAttributes opensScope FunctionMemberAttributes isFriend isInline isThisConst virtualSpecifier EntryDefinition formalParameters body DataDefinition isMutable initialValue BitFieldDefinition bitFieldSize EnumLiteralDefinition value TypeDefinition name NamedTypeDefinition definitionType AggregateTypeDefinition aggregateType NameSpaceDefinition nameSpace body nameSpaceType LabelDefinition labelName labelType IncludeUnit file MacroCall refersTo MacroDefinition macroName body Comment text Type isConst isVolatile PrimitiveType isSigned EnumType enumLiterals ConstructedType baseType AggregateType members opensScope ArrayType ranks Dimension lowBound highBound FunctionType returnType parameterTypes FormalParameterType type NamedType body ClassType derivesFrom DerivesFrom isVirtual accessKind className UnnamedTypeReference type NamedTypeReference name type DeleteStatement operand DeclarationOrDefinitionStatement declOrDefn ExpressionStatement expression JumpStatement target BreakStatement target ContinueStatement target LabeledStatement label statement BlockStatement subStatements opensScope EmptyStatement IfStatement condition thenBody elseBody SwitchStatement switchExpression cases SwitchCase body CaseBlock caseExpressions ReturnStatement returnValue LoopStatement condition body ForStatement initBody iterationBody TryStatement guardedStatement catchBlocks finalStatement CatchBlock body TypesCatchBlock exceptions VariableCatchBlock exceptionVariable ThrowStatement exception Expression expressionType NameReference name refersTo ArrayAccess arrayName subscripts QualifiedIdentifierReference qualifiers member TypeQualifiedIdentifierReference aggregateType member Literal value CastExpression castType expression UnaryExpression operator operand BinaryExpression operator leftOperand rightOperand OperatorAssign operator ConditionalExpression condition onTrueOperand onFalseOperand RangeExpression fromExpression toExpression FunctionCallExpression calledFunction actualParams ActualParameterExpression value NewExpression newType actualParams LabelAccess name definition AnnotationExpression annotationType memberValues GlobalScope PreprocessorElement DefinitionObject ProgramScope TypeReference Statement FunctionScope NameSpaceType LabelType AggregateScope BlockScope IdentifierReference FormalParameterDefinition VirtualSpecification FormalParameterDeclaration VariableDefinition FunctionMemberAttribute External FunctionPersistent FileLocal PerClassMember NoDef Virtual PureVirtual NonVirtual ExceptionType Void Byte ShortInteger Integer LongInteger Float Double LongDouble Character String Boolean WideCharacter CollectionType PointerType ReferenceType RangeType StructureType UnionType AnnotationType ByValueFormalParameterType ByReferenceFormalParameterType Public Protected Private TerminateStatement DefaultBlock WhileStatement DoWhileStatement ForCheckBeforeStatement ForCheckAfterStatement AggregateExpression QualifiedOverPointer QualifiedOverData IntegerlLiteral StringLiteral CharLiteral RealLiteral BooleanLiteral BitLiteral UnaryPlus Negate Not BitNot AddressOf Deref Increment Decrement PostIncrement PostDecrement Add Subtract Multiply Divide Modulus Exponent And Or Equal NotEqual Greater NotGreater Less NotLess BitAnd BitOr BitXor BitLeftShift BitRightShift Assign MissingActualParameter ByValueActualParameterExpression ByReferenceActualParameterExpression SpecificClassType package imports
null
{"directed":true,"nodes":[{"nsPrefix":"astm","nsURI":"http://modelum.es/modernization/astm","name":"astm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMObject","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSourceObject","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSemanticObject","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherSyntaxObject","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageSpecification","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessKind","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameter","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceFile","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceLocation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSyntaxObject","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationOrDefinition","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDefinition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttributes","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryDefinition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataDefinition","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitFieldDefinition","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralDefinition","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeDefinition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateTypeDefinition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceDefinition","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelDefinition","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludeUnit","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroCall","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroDefinition","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumType","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructedType","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateType","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterType","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedType","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassType","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivesFrom","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnnamedTypeReference","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeReference","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationOrDefinitionStatement","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpStatement","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseBlock","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchBlock","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypesCatchBlock","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCatchBlock","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameReference","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedIdentifierReference","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeQualifiedIdentifierReference","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorAssign","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeExpression","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameterExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelAccess","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalScope","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreprocessorElement","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionObject","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramScope","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionScope","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceType","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelType","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateScope","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockScope","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierReference","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDefinition","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualSpecification","instanceClass":null,"abstract":true,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDeclaration","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDefinition","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttribute","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"External","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionPersistent","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileLocal","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerClassMember","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoDef","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virtual","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PureVirtual","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonVirtual","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionType","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Byte","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortInteger","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongInteger","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongDouble","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Character","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WideCharacter","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerType","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureType","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationType","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueFormalParameterType","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceFormalParameterType","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protected","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminateStatement","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultBlock","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileStatement","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckBeforeStatement","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckAfterStatement","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateExpression","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverPointer","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverData","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerlLiteral","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharLiteral","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLiteral","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryPlus","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negate","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitNot","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressOf","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deref","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Increment","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decrement","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostIncrement","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostDecrement","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Add","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtract","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Divide","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulus","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exponent","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotGreater","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotLess","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitAnd","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitOr","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitXor","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLeftShift","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitRightShift","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MissingActualParameter","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueActualParameterExpression","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceActualParameterExpression","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificClassType","instanceClass":null,"abstract":false,"id":188,"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":"pathName","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"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":"startLine","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":"startColumn","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":"endLine","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":"endColumn","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inSourceFile","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":"files","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":"outerScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionObject","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":"childScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locationInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preProcessorElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"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":220,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"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":"nameString","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"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":"isRegister","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkageSpecifier","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":"storageSpecifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defRef","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":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","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":"functionMemberAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"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":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":true,"unsettable":false,"transient":false,"unique":true,"name":"functionMemberAttributes","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":"opensScope","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"},{"id":269,"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":"isFriend","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInline","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":"isThisConst","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":"virtualSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMutable","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":"initialValue","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":"bitFieldSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionType","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"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":"nameSpace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nameSpaceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"macroName","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"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":"isConst","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVolatile","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"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":"isSigned","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumLiterals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ranks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"highBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterTypes","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"body","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivesFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"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":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":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":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declOrDefn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":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":414,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"container":false,"ordered":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":435,"derived":false},{"container":false,"ordered":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":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":440,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterationBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardedStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"container":false,"ordered":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":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"container":false,"ordered":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":467,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscripts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"castType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onTrueOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onFalseOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calledFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"container":false,"ordered":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":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"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":643,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"lowerBound":0,"iD":false,"id":644,"derived":false},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":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":11,"target":2},{"source":11,"target":189},{"source":11,"target":190},{"source":189,"target":191},{"source":189,"target":11},{"source":190,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":192},{"source":12,"target":193},{"source":12,"target":194},{"source":12,"target":195},{"source":12,"target":196},{"source":12,"target":197},{"source":192,"target":198},{"source":192,"target":12},{"source":193,"target":199},{"source":193,"target":12},{"source":194,"target":200},{"source":194,"target":12},{"source":195,"target":201},{"source":195,"target":12},{"source":196,"target":11},{"source":196,"target":202},{"source":196,"target":12},{"source":202,"target":11},{"source":197,"target":2},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":203},{"source":13,"target":204},{"source":13,"target":205},{"source":203,"target":16},{"source":203,"target":206},{"source":203,"target":13},{"source":206,"target":16},{"source":204,"target":90},{"source":204,"target":207},{"source":204,"target":13},{"source":207,"target":90},{"source":205,"target":3},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":208},{"source":14,"target":209},{"source":14,"target":210},{"source":208,"target":92},{"source":208,"target":211},{"source":208,"target":14},{"source":211,"target":92},{"source":209,"target":14},{"source":209,"target":212},{"source":209,"target":14},{"source":212,"target":14},{"source":210,"target":3},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":213},{"source":15,"target":214},{"source":15,"target":215},{"source":15,"target":216},{"source":213,"target":12},{"source":213,"target":217},{"source":213,"target":15},{"source":217,"target":12},{"source":214,"target":91},{"source":214,"target":218},{"source":214,"target":15},{"source":218,"target":91},{"source":215,"target":89},{"source":215,"target":219},{"source":215,"target":15},{"source":219,"target":89},{"source":216,"target":1},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":220},{"source":16,"target":221},{"source":16,"target":222},{"source":16,"target":223},{"source":220,"target":224},{"source":220,"target":16},{"source":221,"target":92},{"source":221,"target":225},{"source":221,"target":16},{"source":225,"target":92},{"source":222,"target":93},{"source":222,"target":226},{"source":222,"target":16},{"source":226,"target":93},{"source":223,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":227},{"source":17,"target":228},{"source":227,"target":229},{"source":227,"target":17},{"source":228,"target":4},{"source":18,"target":0},{"source":18,"target":92},{"source":18,"target":230},{"source":18,"target":231},{"source":18,"target":232},{"source":18,"target":233},{"source":18,"target":234},{"source":230,"target":235},{"source":230,"target":18},{"source":231,"target":236},{"source":231,"target":18},{"source":232,"target":4},{"source":232,"target":237},{"source":232,"target":18},{"source":237,"target":4},{"source":233,"target":4},{"source":233,"target":238},{"source":233,"target":18},{"source":238,"target":4},{"source":234,"target":92},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":239},{"source":19,"target":240},{"source":19,"target":241},{"source":239,"target":17},{"source":239,"target":242},{"source":239,"target":19},{"source":242,"target":17},{"source":240,"target":94},{"source":240,"target":243},{"source":240,"target":19},{"source":243,"target":94},{"source":241,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":244},{"source":20,"target":245},{"source":20,"target":246},{"source":20,"target":247},{"source":244,"target":19},{"source":244,"target":248},{"source":244,"target":20},{"source":248,"target":19},{"source":245,"target":17},{"source":245,"target":249},{"source":245,"target":20},{"source":249,"target":17},{"source":246,"target":94},{"source":246,"target":250},{"source":246,"target":20},{"source":250,"target":94},{"source":247,"target":18},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":251},{"source":21,"target":252},{"source":21,"target":253},{"source":251,"target":104},{"source":251,"target":254},{"source":251,"target":21},{"source":254,"target":104},{"source":252,"target":24},{"source":252,"target":255},{"source":252,"target":21},{"source":255,"target":24},{"source":253,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":256},{"source":22,"target":257},{"source":256,"target":258},{"source":256,"target":22},{"source":257,"target":20},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":259},{"source":23,"target":260},{"source":23,"target":261},{"source":23,"target":262},{"source":23,"target":263},{"source":23,"target":264},{"source":259,"target":94},{"source":259,"target":265},{"source":259,"target":23},{"source":265,"target":94},{"source":260,"target":102},{"source":260,"target":266},{"source":260,"target":23},{"source":266,"target":102},{"source":261,"target":95},{"source":261,"target":267},{"source":261,"target":23},{"source":267,"target":95},{"source":262,"target":24},{"source":262,"target":268},{"source":262,"target":23},{"source":268,"target":24},{"source":263,"target":96},{"source":263,"target":269},{"source":263,"target":23},{"source":269,"target":96},{"source":264,"target":19},{"source":24,"target":0},{"source":24,"target":270},{"source":24,"target":271},{"source":24,"target":272},{"source":24,"target":273},{"source":270,"target":274},{"source":270,"target":24},{"source":271,"target":275},{"source":271,"target":24},{"source":272,"target":276},{"source":272,"target":24},{"source":273,"target":103},{"source":273,"target":277},{"source":273,"target":24},{"source":277,"target":103},{"source":25,"target":0},{"source":25,"target":19},{"source":25,"target":278},{"source":25,"target":279},{"source":25,"target":280},{"source":278,"target":102},{"source":278,"target":281},{"source":278,"target":25},{"source":281,"target":102},{"source":279,"target":95},{"source":279,"target":282},{"source":279,"target":25},{"source":282,"target":95},{"source":280,"target":19},{"source":26,"target":0},{"source":26,"target":19},{"source":26,"target":283},{"source":26,"target":284},{"source":26,"target":285},{"source":283,"target":286},{"source":283,"target":26},{"source":284,"target":73},{"source":284,"target":287},{"source":284,"target":26},{"source":287,"target":73},{"source":285,"target":19},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":288},{"source":27,"target":289},{"source":288,"target":73},{"source":288,"target":290},{"source":288,"target":27},{"source":290,"target":73},{"source":289,"target":26},{"source":28,"target":0},{"source":28,"target":19},{"source":28,"target":291},{"source":28,"target":292},{"source":291,"target":73},{"source":291,"target":293},{"source":291,"target":28},{"source":293,"target":73},{"source":292,"target":19},{"source":29,"target":0},{"source":29,"target":92},{"source":29,"target":294},{"source":29,"target":295},{"source":294,"target":17},{"source":294,"target":296},{"source":294,"target":29},{"source":296,"target":17},{"source":295,"target":92},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":297},{"source":30,"target":298},{"source":297,"target":47},{"source":297,"target":299},{"source":297,"target":30},{"source":299,"target":47},{"source":298,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":300},{"source":31,"target":301},{"source":300,"target":42},{"source":300,"target":302},{"source":300,"target":31},{"source":302,"target":42},{"source":301,"target":29},{"source":32,"target":0},{"source":32,"target":92},{"source":32,"target":303},{"source":32,"target":304},{"source":32,"target":305},{"source":32,"target":306},{"source":303,"target":17},{"source":303,"target":307},{"source":303,"target":32},{"source":307,"target":17},{"source":304,"target":92},{"source":304,"target":308},{"source":304,"target":32},{"source":308,"target":92},{"source":305,"target":97},{"source":305,"target":309},{"source":305,"target":32},{"source":309,"target":97},{"source":306,"target":92},{"source":33,"target":0},{"source":33,"target":92},{"source":33,"target":310},{"source":33,"target":311},{"source":33,"target":312},{"source":310,"target":17},{"source":310,"target":313},{"source":310,"target":33},{"source":313,"target":17},{"source":311,"target":98},{"source":311,"target":314},{"source":311,"target":33},{"source":314,"target":98},{"source":312,"target":92},{"source":34,"target":0},{"source":34,"target":91},{"source":34,"target":315},{"source":34,"target":316},{"source":315,"target":11},{"source":315,"target":317},{"source":315,"target":34},{"source":317,"target":11},{"source":316,"target":91},{"source":35,"target":0},{"source":35,"target":91},{"source":35,"target":318},{"source":35,"target":319},{"source":318,"target":36},{"source":318,"target":320},{"source":318,"target":35},{"source":320,"target":36},{"source":319,"target":91},{"source":36,"target":0},{"source":36,"target":91},{"source":36,"target":321},{"source":36,"target":322},{"source":36,"target":323},{"source":321,"target":324},{"source":321,"target":36},{"source":322,"target":325},{"source":322,"target":36},{"source":323,"target":91},{"source":37,"target":0},{"source":37,"target":91},{"source":37,"target":326},{"source":37,"target":327},{"source":326,"target":328},{"source":326,"target":37},{"source":327,"target":91},{"source":38,"target":0},{"source":38,"target":15},{"source":38,"target":329},{"source":38,"target":330},{"source":38,"target":331},{"source":329,"target":332},{"source":329,"target":38},{"source":330,"target":333},{"source":330,"target":38},{"source":331,"target":15},{"source":39,"target":0},{"source":39,"target":6},{"source":39,"target":334},{"source":39,"target":335},{"source":334,"target":336},{"source":334,"target":39},{"source":335,"target":6},{"source":40,"target":0},{"source":40,"target":6},{"source":40,"target":337},{"source":40,"target":338},{"source":337,"target":28},{"source":337,"target":339},{"source":337,"target":40},{"source":339,"target":28},{"source":338,"target":6},{"source":41,"target":0},{"source":41,"target":6},{"source":41,"target":340},{"source":41,"target":341},{"source":340,"target":94},{"source":340,"target":342},{"source":340,"target":41},{"source":342,"target":94},{"source":341,"target":6},{"source":42,"target":0},{"source":42,"target":6},{"source":42,"target":343},{"source":42,"target":344},{"source":42,"target":345},{"source":343,"target":92},{"source":343,"target":346},{"source":343,"target":42},{"source":346,"target":92},{"source":344,"target":99},{"source":344,"target":347},{"source":344,"target":42},{"source":347,"target":99},{"source":345,"target":6},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":348},{"source":43,"target":349},{"source":348,"target":44},{"source":348,"target":350},{"source":348,"target":43},{"source":350,"target":44},{"source":349,"target":41},{"source":44,"target":0},{"source":44,"target":4},{"source":44,"target":351},{"source":44,"target":352},{"source":44,"target":353},{"source":351,"target":73},{"source":351,"target":354},{"source":351,"target":44},{"source":354,"target":73},{"source":352,"target":73},{"source":352,"target":355},{"source":352,"target":44},{"source":355,"target":73},{"source":353,"target":4},{"source":45,"target":0},{"source":45,"target":38},{"source":45,"target":356},{"source":45,"target":357},{"source":45,"target":358},{"source":356,"target":94},{"source":356,"target":359},{"source":356,"target":45},{"source":359,"target":94},{"source":357,"target":46},{"source":357,"target":360},{"source":357,"target":45},{"source":360,"target":46},{"source":358,"target":38},{"source":46,"target":0},{"source":46,"target":6},{"source":46,"target":361},{"source":46,"target":362},{"source":361,"target":94},{"source":361,"target":363},{"source":361,"target":46},{"source":363,"target":94},{"source":362,"target":6},{"source":47,"target":0},{"source":47,"target":6},{"source":47,"target":364},{"source":47,"target":365},{"source":364,"target":38},{"source":364,"target":366},{"source":364,"target":47},{"source":366,"target":38},{"source":365,"target":6},{"source":48,"target":0},{"source":48,"target":42},{"source":48,"target":367},{"source":48,"target":368},{"source":367,"target":49},{"source":367,"target":369},{"source":367,"target":48},{"source":369,"target":49},{"source":368,"target":42},{"source":49,"target":0},{"source":49,"target":4},{"source":49,"target":370},{"source":49,"target":371},{"source":49,"target":372},{"source":49,"target":373},{"source":370,"target":374},{"source":370,"target":49},{"source":371,"target":4},{"source":371,"target":375},{"source":371,"target":49},{"source":375,"target":4},{"source":372,"target":47},{"source":372,"target":376},{"source":372,"target":49},{"source":376,"target":47},{"source":373,"target":4},{"source":50,"target":0},{"source":50,"target":94},{"source":50,"target":377},{"source":50,"target":378},{"source":377,"target":38},{"source":377,"target":379},{"source":377,"target":50},{"source":379,"target":38},{"source":378,"target":94},{"source":51,"target":0},{"source":51,"target":94},{"source":51,"target":380},{"source":51,"target":381},{"source":51,"target":382},{"source":380,"target":17},{"source":380,"target":383},{"source":380,"target":51},{"source":383,"target":17},{"source":381,"target":29},{"source":381,"target":384},{"source":381,"target":51},{"source":384,"target":29},{"source":382,"target":94},{"source":52,"target":0},{"source":52,"target":95},{"source":52,"target":385},{"source":52,"target":386},{"source":385,"target":73},{"source":385,"target":387},{"source":385,"target":52},{"source":387,"target":73},{"source":386,"target":95},{"source":53,"target":0},{"source":53,"target":95},{"source":53,"target":388},{"source":53,"target":389},{"source":388,"target":92},{"source":388,"target":390},{"source":388,"target":53},{"source":390,"target":92},{"source":389,"target":95},{"source":54,"target":0},{"source":54,"target":95},{"source":54,"target":391},{"source":54,"target":392},{"source":391,"target":73},{"source":391,"target":393},{"source":391,"target":54},{"source":393,"target":73},{"source":392,"target":95},{"source":55,"target":0},{"source":55,"target":95},{"source":55,"target":394},{"source":55,"target":395},{"source":394,"target":73},{"source":394,"target":396},{"source":394,"target":55},{"source":396,"target":73},{"source":395,"target":95},{"source":56,"target":0},{"source":56,"target":95},{"source":56,"target":397},{"source":56,"target":398},{"source":397,"target":88},{"source":397,"target":399},{"source":397,"target":56},{"source":399,"target":88},{"source":398,"target":95},{"source":57,"target":0},{"source":57,"target":95},{"source":57,"target":400},{"source":57,"target":401},{"source":400,"target":88},{"source":400,"target":402},{"source":400,"target":57},{"source":402,"target":88},{"source":401,"target":95},{"source":58,"target":0},{"source":58,"target":95},{"source":58,"target":403},{"source":58,"target":404},{"source":58,"target":405},{"source":403,"target":33},{"source":403,"target":406},{"source":403,"target":58},{"source":406,"target":33},{"source":404,"target":95},{"source":404,"target":407},{"source":404,"target":58},{"source":407,"target":95},{"source":405,"target":95},{"source":59,"target":0},{"source":59,"target":95},{"source":59,"target":408},{"source":59,"target":409},{"source":59,"target":410},{"source":408,"target":95},{"source":408,"target":411},{"source":408,"target":59},{"source":411,"target":95},{"source":409,"target":100},{"source":409,"target":412},{"source":409,"target":59},{"source":412,"target":100},{"source":410,"target":95},{"source":60,"target":0},{"source":60,"target":95},{"source":60,"target":413},{"source":413,"target":95},{"source":61,"target":0},{"source":61,"target":95},{"source":61,"target":414},{"source":61,"target":415},{"source":61,"target":416},{"source":61,"target":417},{"source":414,"target":73},{"source":414,"target":418},{"source":414,"target":61},{"source":418,"target":73},{"source":415,"target":95},{"source":415,"target":419},{"source":415,"target":61},{"source":419,"target":95},{"source":416,"target":95},{"source":416,"target":420},{"source":416,"target":61},{"source":420,"target":95},{"source":417,"target":95},{"source":62,"target":0},{"source":62,"target":95},{"source":62,"target":421},{"source":62,"target":422},{"source":62,"target":423},{"source":421,"target":73},{"source":421,"target":424},{"source":421,"target":62},{"source":424,"target":73},{"source":422,"target":63},{"source":422,"target":425},{"source":422,"target":62},{"source":425,"target":63},{"source":423,"target":95},{"source":63,"target":0},{"source":63,"target":4},{"source":63,"target":426},{"source":63,"target":427},{"source":426,"target":95},{"source":426,"target":428},{"source":426,"target":63},{"source":428,"target":95},{"source":427,"target":4},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":429},{"source":64,"target":430},{"source":429,"target":73},{"source":429,"target":431},{"source":429,"target":64},{"source":431,"target":73},{"source":430,"target":63},{"source":65,"target":0},{"source":65,"target":95},{"source":65,"target":432},{"source":65,"target":433},{"source":432,"target":73},{"source":432,"target":434},{"source":432,"target":65},{"source":434,"target":73},{"source":433,"target":95},{"source":66,"target":0},{"source":66,"target":95},{"source":66,"target":435},{"source":66,"target":436},{"source":66,"target":437},{"source":435,"target":73},{"source":435,"target":438},{"source":435,"target":66},{"source":438,"target":73},{"source":436,"target":95},{"source":436,"target":439},{"source":436,"target":66},{"source":439,"target":95},{"source":437,"target":95},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":440},{"source":67,"target":441},{"source":67,"target":442},{"source":440,"target":73},{"source":440,"target":443},{"source":440,"target":67},{"source":443,"target":73},{"source":441,"target":73},{"source":441,"target":444},{"source":441,"target":67},{"source":444,"target":73},{"source":442,"target":66},{"source":68,"target":0},{"source":68,"target":95},{"source":68,"target":445},{"source":68,"target":446},{"source":68,"target":447},{"source":68,"target":448},{"source":445,"target":95},{"source":445,"target":449},{"source":445,"target":68},{"source":449,"target":95},{"source":446,"target":69},{"source":446,"target":450},{"source":446,"target":68},{"source":450,"target":69},{"source":447,"target":95},{"source":447,"target":451},{"source":447,"target":68},{"source":451,"target":95},{"source":448,"target":95},{"source":69,"target":0},{"source":69,"target":4},{"source":69,"target":452},{"source":69,"target":453},{"source":452,"target":95},{"source":452,"target":454},{"source":452,"target":69},{"source":454,"target":95},{"source":453,"target":4},{"source":70,"target":0},{"source":70,"target":69},{"source":70,"target":455},{"source":70,"target":456},{"source":455,"target":38},{"source":455,"target":457},{"source":455,"target":70},{"source":457,"target":38},{"source":456,"target":69},{"source":71,"target":0},{"source":71,"target":69},{"source":71,"target":458},{"source":71,"target":459},{"source":458,"target":26},{"source":458,"target":460},{"source":458,"target":71},{"source":460,"target":26},{"source":459,"target":69},{"source":72,"target":0},{"source":72,"target":95},{"source":72,"target":461},{"source":72,"target":462},{"source":461,"target":73},{"source":461,"target":463},{"source":461,"target":72},{"source":463,"target":73},{"source":462,"target":95},{"source":73,"target":0},{"source":73,"target":15},{"source":73,"target":464},{"source":73,"target":465},{"source":464,"target":94},{"source":464,"target":466},{"source":464,"target":73},{"source":466,"target":94},{"source":465,"target":15},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":467},{"source":74,"target":468},{"source":74,"target":469},{"source":467,"target":17},{"source":467,"target":470},{"source":467,"target":74},{"source":470,"target":17},{"source":468,"target":92},{"source":468,"target":471},{"source":468,"target":74},{"source":471,"target":92},{"source":469,"target":73},{"source":75,"target":0},{"source":75,"target":73},{"source":75,"target":472},{"source":75,"target":473},{"source":75,"target":474},{"source":472,"target":73},{"source":472,"target":475},{"source":472,"target":75},{"source":475,"target":73},{"source":473,"target":73},{"source":473,"target":476},{"source":473,"target":75},{"source":476,"target":73},{"source":474,"target":73},{"source":76,"target":0},{"source":76,"target":74},{"source":76,"target":477},{"source":76,"target":478},{"source":76,"target":479},{"source":477,"target":73},{"source":477,"target":480},{"source":477,"target":76},{"source":480,"target":73},{"source":478,"target":101},{"source":478,"target":481},{"source":478,"target":76},{"source":481,"target":101},{"source":479,"target":74},{"source":77,"target":0},{"source":77,"target":74},{"source":77,"target":482},{"source":77,"target":483},{"source":77,"target":484},{"source":482,"target":94},{"source":482,"target":485},{"source":482,"target":77},{"source":485,"target":94},{"source":483,"target":101},{"source":483,"target":486},{"source":483,"target":77},{"source":486,"target":101},{"source":484,"target":74},{"source":78,"target":0},{"source":78,"target":73},{"source":78,"target":487},{"source":78,"target":488},{"source":487,"target":489},{"source":487,"target":78},{"source":488,"target":73},{"source":79,"target":0},{"source":79,"target":73},{"source":79,"target":490},{"source":79,"target":491},{"source":79,"target":492},{"source":490,"target":94},{"source":490,"target":493},{"source":490,"target":79},{"source":493,"target":94},{"source":491,"target":73},{"source":491,"target":494},{"source":491,"target":79},{"source":494,"target":73},{"source":492,"target":73},{"source":80,"target":0},{"source":80,"target":73},{"source":80,"target":495},{"source":80,"target":496},{"source":80,"target":497},{"source":495,"target":4},{"source":495,"target":498},{"source":495,"target":80},{"source":498,"target":4},{"source":496,"target":73},{"source":496,"target":499},{"source":496,"target":80},{"source":499,"target":73},{"source":497,"target":73},{"source":81,"target":0},{"source":81,"target":73},{"source":81,"target":500},{"source":81,"target":501},{"source":81,"target":502},{"source":81,"target":503},{"source":500,"target":4},{"source":500,"target":504},{"source":500,"target":81},{"source":504,"target":4},{"source":501,"target":73},{"source":501,"target":505},{"source":501,"target":81},{"source":505,"target":73},{"source":502,"target":73},{"source":502,"target":506},{"source":502,"target":81},{"source":506,"target":73},{"source":503,"target":73},{"source":82,"target":0},{"source":82,"target":9},{"source":82,"target":507},{"source":82,"target":508},{"source":507,"target":4},{"source":507,"target":509},{"source":507,"target":82},{"source":509,"target":4},{"source":508,"target":9},{"source":83,"target":0},{"source":83,"target":73},{"source":83,"target":510},{"source":83,"target":511},{"source":83,"target":512},{"source":83,"target":513},{"source":510,"target":73},{"source":510,"target":514},{"source":510,"target":83},{"source":514,"target":73},{"source":511,"target":73},{"source":511,"target":515},{"source":511,"target":83},{"source":515,"target":73},{"source":512,"target":73},{"source":512,"target":516},{"source":512,"target":83},{"source":516,"target":73},{"source":513,"target":73},{"source":84,"target":0},{"source":84,"target":73},{"source":84,"target":517},{"source":84,"target":518},{"source":84,"target":519},{"source":517,"target":73},{"source":517,"target":520},{"source":517,"target":84},{"source":520,"target":73},{"source":518,"target":73},{"source":518,"target":521},{"source":518,"target":84},{"source":521,"target":73},{"source":519,"target":73},{"source":85,"target":0},{"source":85,"target":73},{"source":85,"target":522},{"source":85,"target":523},{"source":85,"target":524},{"source":522,"target":73},{"source":522,"target":525},{"source":522,"target":85},{"source":525,"target":73},{"source":523,"target":4},{"source":523,"target":526},{"source":523,"target":85},{"source":526,"target":4},{"source":524,"target":73},{"source":86,"target":0},{"source":86,"target":10},{"source":86,"target":527},{"source":86,"target":528},{"source":527,"target":73},{"source":527,"target":529},{"source":527,"target":86},{"source":529,"target":73},{"source":528,"target":10},{"source":87,"target":0},{"source":87,"target":73},{"source":87,"target":530},{"source":87,"target":531},{"source":87,"target":532},{"source":530,"target":94},{"source":530,"target":533},{"source":530,"target":87},{"source":533,"target":94},{"source":531,"target":4},{"source":531,"target":534},{"source":531,"target":87},{"source":534,"target":4},{"source":532,"target":73},{"source":88,"target":0},{"source":88,"target":73},{"source":88,"target":535},{"source":88,"target":536},{"source":88,"target":537},{"source":535,"target":17},{"source":535,"target":538},{"source":535,"target":88},{"source":538,"target":17},{"source":536,"target":33},{"source":536,"target":539},{"source":536,"target":88},{"source":539,"target":33},{"source":537,"target":73},{"source":89,"target":0},{"source":89,"target":73},{"source":89,"target":540},{"source":89,"target":541},{"source":89,"target":542},{"source":540,"target":94},{"source":540,"target":543},{"source":540,"target":89},{"source":543,"target":94},{"source":541,"target":73},{"source":541,"target":544},{"source":541,"target":89},{"source":544,"target":73},{"source":542,"target":73},{"source":90,"target":0},{"source":90,"target":14},{"source":90,"target":545},{"source":545,"target":14},{"source":91,"target":0},{"source":91,"target":15},{"source":91,"target":546},{"source":546,"target":15},{"source":92,"target":0},{"source":92,"target":15},{"source":92,"target":547},{"source":547,"target":15},{"source":93,"target":0},{"source":93,"target":14},{"source":93,"target":548},{"source":548,"target":14},{"source":94,"target":0},{"source":94,"target":38},{"source":94,"target":549},{"source":549,"target":38},{"source":95,"target":0},{"source":95,"target":15},{"source":95,"target":550},{"source":550,"target":15},{"source":96,"target":0},{"source":96,"target":14},{"source":96,"target":551},{"source":551,"target":14},{"source":97,"target":0},{"source":97,"target":38},{"source":97,"target":552},{"source":552,"target":38},{"source":98,"target":0},{"source":98,"target":38},{"source":98,"target":553},{"source":553,"target":38},{"source":99,"target":0},{"source":99,"target":14},{"source":99,"target":554},{"source":554,"target":14},{"source":100,"target":0},{"source":100,"target":14},{"source":100,"target":555},{"source":555,"target":14},{"source":101,"target":0},{"source":101,"target":74},{"source":101,"target":556},{"source":556,"target":74},{"source":102,"target":0},{"source":102,"target":26},{"source":102,"target":557},{"source":557,"target":26},{"source":103,"target":0},{"source":103,"target":4},{"source":103,"target":558},{"source":558,"target":4},{"source":104,"target":0},{"source":104,"target":20},{"source":104,"target":559},{"source":559,"target":20},{"source":105,"target":0},{"source":105,"target":26},{"source":105,"target":560},{"source":560,"target":26},{"source":106,"target":0},{"source":106,"target":4},{"source":106,"target":561},{"source":561,"target":4},{"source":107,"target":0},{"source":107,"target":5},{"source":107,"target":562},{"source":562,"target":5},{"source":108,"target":0},{"source":108,"target":5},{"source":108,"target":563},{"source":563,"target":5},{"source":109,"target":0},{"source":109,"target":5},{"source":109,"target":564},{"source":564,"target":5},{"source":110,"target":0},{"source":110,"target":5},{"source":110,"target":565},{"source":565,"target":5},{"source":111,"target":0},{"source":111,"target":5},{"source":111,"target":566},{"source":566,"target":5},{"source":112,"target":0},{"source":112,"target":103},{"source":112,"target":567},{"source":567,"target":103},{"source":113,"target":0},{"source":113,"target":103},{"source":113,"target":568},{"source":568,"target":103},{"source":114,"target":0},{"source":114,"target":103},{"source":114,"target":569},{"source":569,"target":103},{"source":115,"target":0},{"source":115,"target":6},{"source":115,"target":570},{"source":570,"target":6},{"source":116,"target":0},{"source":116,"target":39},{"source":116,"target":571},{"source":571,"target":39},{"source":117,"target":0},{"source":117,"target":39},{"source":117,"target":572},{"source":572,"target":39},{"source":118,"target":0},{"source":118,"target":39},{"source":118,"target":573},{"source":573,"target":39},{"source":119,"target":0},{"source":119,"target":39},{"source":119,"target":574},{"source":574,"target":39},{"source":120,"target":0},{"source":120,"target":39},{"source":120,"target":575},{"source":575,"target":39},{"source":121,"target":0},{"source":121,"target":39},{"source":121,"target":576},{"source":576,"target":39},{"source":122,"target":0},{"source":122,"target":39},{"source":122,"target":577},{"source":577,"target":39},{"source":123,"target":0},{"source":123,"target":39},{"source":123,"target":578},{"source":578,"target":39},{"source":124,"target":0},{"source":124,"target":39},{"source":124,"target":579},{"source":579,"target":39},{"source":125,"target":0},{"source":125,"target":39},{"source":125,"target":580},{"source":580,"target":39},{"source":126,"target":0},{"source":126,"target":39},{"source":126,"target":581},{"source":581,"target":39},{"source":127,"target":0},{"source":127,"target":39},{"source":127,"target":582},{"source":582,"target":39},{"source":128,"target":0},{"source":128,"target":41},{"source":128,"target":583},{"source":583,"target":41},{"source":129,"target":0},{"source":129,"target":41},{"source":129,"target":584},{"source":584,"target":41},{"source":130,"target":0},{"source":130,"target":41},{"source":130,"target":585},{"source":585,"target":41},{"source":131,"target":0},{"source":131,"target":41},{"source":131,"target":586},{"source":586,"target":41},{"source":132,"target":0},{"source":132,"target":42},{"source":132,"target":587},{"source":587,"target":42},{"source":133,"target":0},{"source":133,"target":42},{"source":133,"target":588},{"source":588,"target":42},{"source":134,"target":0},{"source":134,"target":42},{"source":134,"target":589},{"source":589,"target":42},{"source":135,"target":0},{"source":135,"target":46},{"source":135,"target":590},{"source":590,"target":46},{"source":136,"target":0},{"source":136,"target":46},{"source":136,"target":591},{"source":591,"target":46},{"source":137,"target":0},{"source":137,"target":7},{"source":137,"target":592},{"source":592,"target":7},{"source":138,"target":0},{"source":138,"target":7},{"source":138,"target":593},{"source":593,"target":7},{"source":139,"target":0},{"source":139,"target":7},{"source":139,"target":594},{"source":594,"target":7},{"source":140,"target":0},{"source":140,"target":95},{"source":140,"target":595},{"source":595,"target":95},{"source":141,"target":0},{"source":141,"target":63},{"source":141,"target":596},{"source":596,"target":63},{"source":142,"target":0},{"source":142,"target":66},{"source":142,"target":597},{"source":597,"target":66},{"source":143,"target":0},{"source":143,"target":66},{"source":143,"target":598},{"source":598,"target":66},{"source":144,"target":0},{"source":144,"target":67},{"source":144,"target":599},{"source":599,"target":67},{"source":145,"target":0},{"source":145,"target":67},{"source":145,"target":600},{"source":600,"target":67},{"source":146,"target":0},{"source":146,"target":73},{"source":146,"target":601},{"source":601,"target":73},{"source":147,"target":0},{"source":147,"target":76},{"source":147,"target":602},{"source":602,"target":76},{"source":148,"target":0},{"source":148,"target":76},{"source":148,"target":603},{"source":603,"target":76},{"source":149,"target":0},{"source":149,"target":78},{"source":149,"target":604},{"source":604,"target":78},{"source":150,"target":0},{"source":150,"target":78},{"source":150,"target":605},{"source":605,"target":78},{"source":151,"target":0},{"source":151,"target":78},{"source":151,"target":606},{"source":606,"target":78},{"source":152,"target":0},{"source":152,"target":78},{"source":152,"target":607},{"source":607,"target":78},{"source":153,"target":0},{"source":153,"target":78},{"source":153,"target":608},{"source":608,"target":78},{"source":154,"target":0},{"source":154,"target":78},{"source":154,"target":609},{"source":609,"target":78},{"source":155,"target":0},{"source":155,"target":8},{"source":155,"target":610},{"source":610,"target":8},{"source":156,"target":0},{"source":156,"target":8},{"source":156,"target":611},{"source":611,"target":8},{"source":157,"target":0},{"source":157,"target":8},{"source":157,"target":612},{"source":612,"target":8},{"source":158,"target":0},{"source":158,"target":8},{"source":158,"target":613},{"source":613,"target":8},{"source":159,"target":0},{"source":159,"target":8},{"source":159,"target":614},{"source":614,"target":8},{"source":160,"target":0},{"source":160,"target":8},{"source":160,"target":615},{"source":615,"target":8},{"source":161,"target":0},{"source":161,"target":8},{"source":161,"target":616},{"source":616,"target":8},{"source":162,"target":0},{"source":162,"target":8},{"source":162,"target":617},{"source":617,"target":8},{"source":163,"target":0},{"source":163,"target":8},{"source":163,"target":618},{"source":618,"target":8},{"source":164,"target":0},{"source":164,"target":8},{"source":164,"target":619},{"source":619,"target":8},{"source":165,"target":0},{"source":165,"target":9},{"source":165,"target":620},{"source":620,"target":9},{"source":166,"target":0},{"source":166,"target":9},{"source":166,"target":621},{"source":621,"target":9},{"source":167,"target":0},{"source":167,"target":9},{"source":167,"target":622},{"source":622,"target":9},{"source":168,"target":0},{"source":168,"target":9},{"source":168,"target":623},{"source":623,"target":9},{"source":169,"target":0},{"source":169,"target":9},{"source":169,"target":624},{"source":624,"target":9},{"source":170,"target":0},{"source":170,"target":9},{"source":170,"target":625},{"source":625,"target":9},{"source":171,"target":0},{"source":171,"target":9},{"source":171,"target":626},{"source":626,"target":9},{"source":172,"target":0},{"source":172,"target":9},{"source":172,"target":627},{"source":627,"target":9},{"source":173,"target":0},{"source":173,"target":9},{"source":173,"target":628},{"source":628,"target":9},{"source":174,"target":0},{"source":174,"target":9},{"source":174,"target":629},{"source":629,"target":9},{"source":175,"target":0},{"source":175,"target":9},{"source":175,"target":630},{"source":630,"target":9},{"source":176,"target":0},{"source":176,"target":9},{"source":176,"target":631},{"source":631,"target":9},{"source":177,"target":0},{"source":177,"target":9},{"source":177,"target":632},{"source":632,"target":9},{"source":178,"target":0},{"source":178,"target":9},{"source":178,"target":633},{"source":633,"target":9},{"source":179,"target":0},{"source":179,"target":9},{"source":179,"target":634},{"source":634,"target":9},{"source":180,"target":0},{"source":180,"target":9},{"source":180,"target":635},{"source":635,"target":9},{"source":181,"target":0},{"source":181,"target":9},{"source":181,"target":636},{"source":636,"target":9},{"source":182,"target":0},{"source":182,"target":9},{"source":182,"target":637},{"source":637,"target":9},{"source":183,"target":0},{"source":183,"target":9},{"source":183,"target":638},{"source":638,"target":9},{"source":184,"target":0},{"source":184,"target":9},{"source":184,"target":639},{"source":639,"target":9},{"source":185,"target":0},{"source":185,"target":10},{"source":185,"target":640},{"source":640,"target":10},{"source":186,"target":0},{"source":186,"target":86},{"source":186,"target":641},{"source":641,"target":86},{"source":187,"target":0},{"source":187,"target":86},{"source":187,"target":642},{"source":642,"target":86},{"source":188,"target":0},{"source":188,"target":48},{"source":188,"target":643},{"source":188,"target":644},{"source":188,"target":645},{"source":643,"target":646},{"source":643,"target":188},{"source":644,"target":647},{"source":644,"target":188},{"source":645,"target":48}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ir" nsURI="http://www.synflow.com/2013/Ir" nsPrefix="com.synflow.models.ir"> <eClassifiers xsi:type="ecore:EClass" name="Procedure"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="locals" upperBound="-1" eType="#//Var" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//Block" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Var" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//Type" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="BlockBasic" eSuperTypes="#//Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//Instruction" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockIf" eSuperTypes="#//Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBlocks" upperBound="-1" eType="#//Block" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joinBlock" eType="#//BlockBasic" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBlocks" upperBound="-1" eType="#//Block" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockWhile" eSuperTypes="#//Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joinBlock" eType="#//BlockBasic" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//Block" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstAssign" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Def" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstCall" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedure" eType="#//Procedure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Def" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="print" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assert" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstLoad" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="indexes" upperBound="-1" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Use" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Def" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstPhi" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="oldVariable" eType="#//Var"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Def" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstReturn" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstStore" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="indexes" upperBound="-1" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Def" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="computedType" eType="#//Type" transient="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprBinary" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e2" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//OpBinary"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprBool" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprFloat" eSuperTypes="#//Expression"> <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="ExprInt" eSuperTypes="#//Expression"> <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="ExprList" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprString" 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="ExprResize" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprTernary" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e2" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprTypeConv" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true" resolveProxies="false"/> <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="ExprUnary" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//OpUnary"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprVar" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="use" eType="#//Use" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="TypeArray" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="#//Type" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeBool" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="TypeFloat" eSuperTypes="#//Type"> <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="TypeInt" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signed" 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="TypeString" eSuperTypes="#//Type"> <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="TypeVoid" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Def"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Var" eOpposite="#//Var/defs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Var"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assignable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defs" upperBound="-1" eType="#//Def" eOpposite="#//Def/variable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="global" 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="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="local" 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="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//Use" eOpposite="#//Use/variable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Use"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Var" eOpposite="#//Var/uses"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OpBinary"> <eLiterals name="BITAND"/> <eLiterals name="BITOR" value="1"/> <eLiterals name="BITXOR" value="2"/> <eLiterals name="DIV" value="3"/> <eLiterals name="DIV_INT" value="4"/> <eLiterals name="EQ" value="5"/> <eLiterals name="EXP" value="6"/> <eLiterals name="GE" value="7"/> <eLiterals name="GT" value="8"/> <eLiterals name="LE" value="9"/> <eLiterals name="LOGIC_AND" value="10"/> <eLiterals name="LOGIC_OR" value="11"/> <eLiterals name="LT" value="12"/> <eLiterals name="MINUS" value="13"/> <eLiterals name="MOD" value="14"/> <eLiterals name="NE" value="15"/> <eLiterals name="PLUS" value="16"/> <eLiterals name="SHIFT_LEFT" value="17"/> <eLiterals name="SHIFT_RIGHT" value="18"/> <eLiterals name="TIMES" value="19"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OpUnary"> <eLiterals name="BITNOT"/> <eLiterals name="LOGIC_NOT" value="1"/> <eLiterals name="MINUS" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/synflow/Synflow_SDK_LGPL/plugins/com.synflow.core/model/Ir.ecore
ecore
ir Procedure lineNumber locals name blocks parameters returnType Block BlockBasic instructions BlockIf condition elseBlocks joinBlock lineNumber thenBlocks BlockWhile condition joinBlock lineNumber blocks Instruction lineNumber InstAssign target value InstCall arguments procedure target print assert InstLoad indexes source target InstPhi oldVariable target values InstReturn value InstStore indexes target value Expression computedType ExprBinary e1 e2 op ExprBool value ExprFloat value ExprInt value ExprList value ExprString value ExprResize expr targetSize ExprTernary cond e1 e2 ExprTypeConv expr typeName ExprUnary expr op ExprVar use Type TypeArray dimensions elementType TypeBool TypeFloat size TypeInt signed size TypeString size TypeVoid Def variable Var assignable defs global index initialValue lineNumber local name type uses value Use variable OpBinary BITAND BITAND BITOR BITOR BITXOR BITXOR DIV DIV DIV_INT DIV_INT EQ EQ EXP EXP GE GE GT GT LE LE LOGIC_AND LOGIC_AND LOGIC_OR LOGIC_OR LT LT MINUS MINUS MOD MOD NE NE PLUS PLUS SHIFT_LEFT SHIFT_LEFT SHIFT_RIGHT SHIFT_RIGHT TIMES TIMES OpUnary BITNOT BITNOT LOGIC_NOT LOGIC_NOT MINUS MINUS
null
{"directed":true,"nodes":[{"nsPrefix":"com.synflow.models.ir","nsURI":"http://www.synflow.com/2013/Ir","name":"ir","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedure","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockBasic","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockIf","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockWhile","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstAssign","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstCall","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstLoad","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstPhi","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstReturn","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstStore","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprBinary","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprBool","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprFloat","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprInt","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprList","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprString","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprResize","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprTernary","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprTypeConv","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprUnary","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprVar","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeArray","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeBool","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeFloat","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeInt","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeString","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeVoid","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Def","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Use","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OpBinary","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OpUnary","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"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":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":"locals","changeable":true,"resolveProxies":false,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":false,"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"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":"elseBlocks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinBlock","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineNumber","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":"thenBlocks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"joinBlock","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"lineNumber","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":72,"derived":false},{"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":"target","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":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":false,"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":"procedure","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":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"print","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assert","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"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":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oldVariable","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":"target","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":"values","changeable":true,"resolveProxies":false,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indexes","changeable":true,"resolveProxies":false,"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":"target","changeable":true,"resolveProxies":false,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"computedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1","changeable":true,"resolveProxies":false,"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":"e2","changeable":true,"resolveProxies":false,"lowerBound":0,"id":117,"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":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetSize","changeable":true,"lowerBound":0,"iD":false,"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":"cond","changeable":true,"resolveProxies":false,"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":"e1","changeable":true,"resolveProxies":false,"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":"e2","changeable":true,"resolveProxies":false,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"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":"typeName","changeable":true,"lowerBound":0,"iD":false,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":155,"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":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":false,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"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":"dimensions","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"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":"size","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"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":"signed","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":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":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assignable","changeable":true,"lowerBound":0,"iD":false,"id":184,"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":"global","changeable":false,"lowerBound":0,"iD":false,"id":185,"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":"index","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"lineNumber","changeable":true,"lowerBound":0,"iD":false,"id":188,"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":"local","changeable":false,"lowerBound":0,"iD":false,"id":189,"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":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":false,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"name":"BITAND","id":207,"value":0,"literal":"BITAND","eClass":"EEnumLiteral"},{"name":"BITOR","id":208,"value":1,"literal":"BITOR","eClass":"EEnumLiteral"},{"name":"BITXOR","id":209,"value":2,"literal":"BITXOR","eClass":"EEnumLiteral"},{"name":"DIV","id":210,"value":3,"literal":"DIV","eClass":"EEnumLiteral"},{"name":"DIV_INT","id":211,"value":4,"literal":"DIV_INT","eClass":"EEnumLiteral"},{"name":"EQ","id":212,"value":5,"literal":"EQ","eClass":"EEnumLiteral"},{"name":"EXP","id":213,"value":6,"literal":"EXP","eClass":"EEnumLiteral"},{"name":"GE","id":214,"value":7,"literal":"GE","eClass":"EEnumLiteral"},{"name":"GT","id":215,"value":8,"literal":"GT","eClass":"EEnumLiteral"},{"name":"LE","id":216,"value":9,"literal":"LE","eClass":"EEnumLiteral"},{"name":"LOGIC_AND","id":217,"value":10,"literal":"LOGIC_AND","eClass":"EEnumLiteral"},{"name":"LOGIC_OR","id":218,"value":11,"literal":"LOGIC_OR","eClass":"EEnumLiteral"},{"name":"LT","id":219,"value":12,"literal":"LT","eClass":"EEnumLiteral"},{"name":"MINUS","id":220,"value":13,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"MOD","id":221,"value":14,"literal":"MOD","eClass":"EEnumLiteral"},{"name":"NE","id":222,"value":15,"literal":"NE","eClass":"EEnumLiteral"},{"name":"PLUS","id":223,"value":16,"literal":"PLUS","eClass":"EEnumLiteral"},{"name":"SHIFT_LEFT","id":224,"value":17,"literal":"SHIFT_LEFT","eClass":"EEnumLiteral"},{"name":"SHIFT_RIGHT","id":225,"value":18,"literal":"SHIFT_RIGHT","eClass":"EEnumLiteral"},{"name":"TIMES","id":226,"value":19,"literal":"TIMES","eClass":"EEnumLiteral"},{"name":"BITNOT","id":227,"value":0,"literal":"BITNOT","eClass":"EEnumLiteral"},{"name":"LOGIC_NOT","id":228,"value":1,"literal":"LOGIC_NOT","eClass":"EEnumLiteral"},{"name":"MINUS","id":229,"value":2,"literal":"MINUS","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":1,"target":0},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":37,"target":43},{"source":37,"target":1},{"source":38,"target":33},{"source":38,"target":44},{"source":38,"target":1},{"source":44,"target":33},{"source":39,"target":45},{"source":39,"target":1},{"source":40,"target":2},{"source":40,"target":46},{"source":40,"target":1},{"source":46,"target":2},{"source":41,"target":33},{"source":41,"target":47},{"source":41,"target":1},{"source":47,"target":33},{"source":42,"target":25},{"source":42,"target":48},{"source":42,"target":1},{"source":48,"target":25},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":49},{"source":3,"target":50},{"source":49,"target":6},{"source":49,"target":51},{"source":49,"target":3},{"source":51,"target":6},{"source":50,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":52,"target":13},{"source":52,"target":58},{"source":52,"target":4},{"source":58,"target":13},{"source":53,"target":2},{"source":53,"target":59},{"source":53,"target":4},{"source":59,"target":2},{"source":54,"target":3},{"source":54,"target":60},{"source":54,"target":4},{"source":60,"target":3},{"source":55,"target":61},{"source":55,"target":4},{"source":56,"target":2},{"source":56,"target":62},{"source":56,"target":4},{"source":62,"target":2},{"source":57,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":63,"target":13},{"source":63,"target":68},{"source":63,"target":5},{"source":68,"target":13},{"source":64,"target":3},{"source":64,"target":69},{"source":64,"target":5},{"source":69,"target":3},{"source":65,"target":70},{"source":65,"target":5},{"source":66,"target":2},{"source":66,"target":71},{"source":66,"target":5},{"source":71,"target":2},{"source":67,"target":2},{"source":6,"target":0},{"source":6,"target":72},{"source":72,"target":73},{"source":72,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":74,"target":32},{"source":74,"target":77},{"source":74,"target":7},{"source":77,"target":32},{"source":75,"target":13},{"source":75,"target":78},{"source":75,"target":7},{"source":78,"target":13},{"source":76,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":84},{"source":79,"target":13},{"source":79,"target":85},{"source":79,"target":8},{"source":85,"target":13},{"source":80,"target":1},{"source":80,"target":86},{"source":80,"target":8},{"source":86,"target":1},{"source":81,"target":32},{"source":81,"target":87},{"source":81,"target":8},{"source":87,"target":32},{"source":82,"target":88},{"source":82,"target":8},{"source":83,"target":89},{"source":83,"target":8},{"source":84,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":90,"target":13},{"source":90,"target":94},{"source":90,"target":9},{"source":94,"target":13},{"source":91,"target":34},{"source":91,"target":95},{"source":91,"target":9},{"source":95,"target":34},{"source":92,"target":32},{"source":92,"target":96},{"source":92,"target":9},{"source":96,"target":32},{"source":93,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":97,"target":33},{"source":97,"target":101},{"source":97,"target":10},{"source":101,"target":33},{"source":98,"target":32},{"source":98,"target":102},{"source":98,"target":10},{"source":102,"target":32},{"source":99,"target":13},{"source":99,"target":103},{"source":99,"target":10},{"source":103,"target":13},{"source":100,"target":6},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":104},{"source":11,"target":105},{"source":104,"target":13},{"source":104,"target":106},{"source":104,"target":11},{"source":106,"target":13},{"source":105,"target":6},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":107,"target":13},{"source":107,"target":111},{"source":107,"target":12},{"source":111,"target":13},{"source":108,"target":32},{"source":108,"target":112},{"source":108,"target":12},{"source":112,"target":32},{"source":109,"target":13},{"source":109,"target":113},{"source":109,"target":12},{"source":113,"target":13},{"source":110,"target":6},{"source":13,"target":0},{"source":13,"target":114},{"source":114,"target":25},{"source":114,"target":115},{"source":114,"target":13},{"source":115,"target":25},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":116},{"source":14,"target":117},{"source":14,"target":118},{"source":14,"target":119},{"source":116,"target":13},{"source":116,"target":120},{"source":116,"target":14},{"source":120,"target":13},{"source":117,"target":13},{"source":117,"target":121},{"source":117,"target":14},{"source":121,"target":13},{"source":118,"target":35},{"source":118,"target":122},{"source":118,"target":14},{"source":122,"target":35},{"source":119,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":123},{"source":15,"target":124},{"source":123,"target":125},{"source":123,"target":15},{"source":124,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":126},{"source":16,"target":127},{"source":126,"target":128},{"source":126,"target":16},{"source":127,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":129},{"source":17,"target":130},{"source":129,"target":131},{"source":129,"target":17},{"source":130,"target":13},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":132},{"source":18,"target":133},{"source":132,"target":13},{"source":132,"target":134},{"source":132,"target":18},{"source":134,"target":13},{"source":133,"target":13},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":135},{"source":19,"target":136},{"source":135,"target":137},{"source":135,"target":19},{"source":136,"target":13},{"source":20,"target":0},{"source":20,"target":13},{"source":20,"target":138},{"source":20,"target":139},{"source":20,"target":140},{"source":138,"target":13},{"source":138,"target":141},{"source":138,"target":20},{"source":141,"target":13},{"source":139,"target":142},{"source":139,"target":20},{"source":140,"target":13},{"source":21,"target":0},{"source":21,"target":13},{"source":21,"target":143},{"source":21,"target":144},{"source":21,"target":145},{"source":21,"target":146},{"source":143,"target":13},{"source":143,"target":147},{"source":143,"target":21},{"source":147,"target":13},{"source":144,"target":13},{"source":144,"target":148},{"source":144,"target":21},{"source":148,"target":13},{"source":145,"target":13},{"source":145,"target":149},{"source":145,"target":21},{"source":149,"target":13},{"source":146,"target":13},{"source":22,"target":0},{"source":22,"target":13},{"source":22,"target":150},{"source":22,"target":151},{"source":22,"target":152},{"source":150,"target":13},{"source":150,"target":153},{"source":150,"target":22},{"source":153,"target":13},{"source":151,"target":154},{"source":151,"target":22},{"source":152,"target":13},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":155},{"source":23,"target":156},{"source":23,"target":157},{"source":155,"target":13},{"source":155,"target":158},{"source":155,"target":23},{"source":158,"target":13},{"source":156,"target":36},{"source":156,"target":159},{"source":156,"target":23},{"source":159,"target":36},{"source":157,"target":13},{"source":24,"target":0},{"source":24,"target":13},{"source":24,"target":160},{"source":24,"target":161},{"source":160,"target":34},{"source":160,"target":162},{"source":160,"target":24},{"source":162,"target":34},{"source":161,"target":13},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":163},{"source":26,"target":164},{"source":26,"target":165},{"source":163,"target":166},{"source":163,"target":26},{"source":164,"target":25},{"source":164,"target":167},{"source":164,"target":26},{"source":167,"target":25},{"source":165,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":168},{"source":168,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":169},{"source":28,"target":170},{"source":169,"target":171},{"source":169,"target":28},{"source":170,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":172},{"source":29,"target":173},{"source":29,"target":174},{"source":172,"target":175},{"source":172,"target":29},{"source":173,"target":176},{"source":173,"target":29},{"source":174,"target":25},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":177},{"source":30,"target":178},{"source":177,"target":179},{"source":177,"target":30},{"source":178,"target":25},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":180},{"source":180,"target":25},{"source":32,"target":0},{"source":32,"target":181},{"source":181,"target":33},{"source":181,"target":182},{"source":181,"target":32},{"source":181,"target":183},{"source":182,"target":33},{"source":33,"target":0},{"source":33,"target":184},{"source":33,"target":183},{"source":33,"target":185},{"source":33,"target":186},{"source":33,"target":187},{"source":33,"target":188},{"source":33,"target":189},{"source":33,"target":190},{"source":33,"target":191},{"source":33,"target":192},{"source":33,"target":193},{"source":184,"target":194},{"source":184,"target":33},{"source":183,"target":32},{"source":183,"target":195},{"source":183,"target":33},{"source":183,"target":181},{"source":195,"target":32},{"source":185,"target":196},{"source":185,"target":33},{"source":186,"target":197},{"source":186,"target":33},{"source":187,"target":13},{"source":187,"target":198},{"source":187,"target":33},{"source":198,"target":13},{"source":188,"target":199},{"source":188,"target":33},{"source":189,"target":200},{"source":189,"target":33},{"source":190,"target":201},{"source":190,"target":33},{"source":191,"target":25},{"source":191,"target":202},{"source":191,"target":33},{"source":202,"target":25},{"source":192,"target":34},{"source":192,"target":203},{"source":192,"target":33},{"source":192,"target":204},{"source":203,"target":34},{"source":193,"target":205},{"source":193,"target":33},{"source":34,"target":0},{"source":34,"target":204},{"source":204,"target":33},{"source":204,"target":206},{"source":204,"target":34},{"source":204,"target":192},{"source":206,"target":33},{"source":35,"target":0},{"source":35,"target":207},{"source":35,"target":208},{"source":35,"target":209},{"source":35,"target":210},{"source":35,"target":211},{"source":35,"target":212},{"source":35,"target":213},{"source":35,"target":214},{"source":35,"target":215},{"source":35,"target":216},{"source":35,"target":217},{"source":35,"target":218},{"source":35,"target":219},{"source":35,"target":220},{"source":35,"target":221},{"source":35,"target":222},{"source":35,"target":223},{"source":35,"target":224},{"source":35,"target":225},{"source":35,"target":226},{"source":207,"target":35},{"source":208,"target":35},{"source":209,"target":35},{"source":210,"target":35},{"source":211,"target":35},{"source":212,"target":35},{"source":213,"target":35},{"source":214,"target":35},{"source":215,"target":35},{"source":216,"target":35},{"source":217,"target":35},{"source":218,"target":35},{"source":219,"target":35},{"source":220,"target":35},{"source":221,"target":35},{"source":222,"target":35},{"source":223,"target":35},{"source":224,"target":35},{"source":225,"target":35},{"source":226,"target":35},{"source":36,"target":0},{"source":36,"target":227},{"source":36,"target":228},{"source":36,"target":229},{"source":227,"target":36},{"source":228,"target":36},{"source":229,"target":36}],"multigraph":true}
false
<?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="spd" nsURI="http://sca.jpeojtrs.mil/spd" nsPrefix="spd"> <eClassifiers xsi:type="ecore:EEnum" name="AEPComplianceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="aepcompliance_._type"/> </eAnnotations> <eLiterals name="aepCompliant" literal="aep_compliant"/> <eLiterals name="aepNonCompliant" value="1" literal="aep_non_compliant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AEPComplianceTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="aepcompliance_._type:Object"/> <details key="baseType" value="aepcompliance_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Author"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="author"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="company" 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="company"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webpage" 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="webpage"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Code"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="code"/> <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="entryPoint" 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="entrypoint"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stackSize" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedLong"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="stacksize"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedLong"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="priority"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//CodeFileType" 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:EEnum" name="CodeFileType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type"/> </eAnnotations> <eLiterals name="Executable"/> <eLiterals name="KernelModule" value="1"/> <eLiterals name="SharedLibrary" value="2"/> <eLiterals name="Driver" value="3"/> <eLiterals name="NodeBooter" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="CodeFileTypeObject" 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="Compiler"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="compiler"/> <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="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="../../mil.jpeojtrs.sca.prf/model/prf.ecore#//PropertyRefSet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="dependency"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NonEmptyDependency"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="softPkgRef" eType="#//SoftPkgRef" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="softpkgref"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyRef" eType="#//PropertyRef" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="propertyref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Descriptor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="descriptor"/> <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:EReference" name="component" eType="ecore:EClass ../../mil.jpeojtrs.sca.scd/model/scd.ecore#//SoftwareComponent" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="component"/> </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="HumanLanguage"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="humanLanguage"/> <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="Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="implementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="isExecutable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns true if the implementation can be executed (as a component, device, etc)."/> </eAnnotations> </eOperations> <eOperations name="isSharedLibrary" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns true if the implementation is a shared library (i.e. intended to be used by other components, devices, etc)."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore: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:EReference" name="code" lowerBound="1" eType="#//Code" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="code"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="compiler" eType="#//Compiler" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="compiler"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="programmingLanguage" eType="#//ProgrammingLanguage" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="programminglanguage"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="humanLanguage" eType="#//HumanLanguage" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="humanlanguage"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="runtime" eType="#//Runtime" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="runtime"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dependencyMap" 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="dependencyMap:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="os" upperBound="-1" eType="#//Os" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="os"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#dependencyMap:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processor" upperBound="-1" eType="#//Processor" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="processor"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#dependencyMap:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dependency" upperBound="-1" eType="#//Dependency" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="dependency"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#dependencyMap:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="usesDevice" upperBound="-1" eType="#//UsesDevice" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="usesdevice"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aepCompliance" eType="#//AEPComplianceType" defaultValueLiteral="aep_compliant" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="aepcompliance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Name" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="softPkg" eType="#//SoftPkg" eOpposite="#//SoftPkg/implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="softPkg"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="implRef"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refid" 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="refid"/> </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="Os"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="os"/> <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="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Processor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="processor"/> <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="ProgrammingLanguage"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="programmingLanguage"/> <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="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="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:EReference" name="properties" eType="ecore:EClass ../../mil.jpeojtrs.sca.prf/model/prf.ecore#//Properties" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="properties"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </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="PropertyRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="propertyRef"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refId" 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="refid"/> </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:EClass" name="Runtime"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="runtime"/> <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="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftPkg"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="softPkg"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isValueConsistent"/> </eAnnotations> <eOperations name="getImplementation" eType="#//Implementation"> <eParameters name="implID" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" upperBound="-1" eType="#//Author" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="author"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore: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:EReference" name="descriptor" eType="#//Descriptor" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="descriptor"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" lowerBound="1" upperBound="-1" eType="#//Implementation" containment="true" resolveProxies="false" eOpposite="#//Implementation/softPkg"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="usesDevice" upperBound="-1" eType="#//UsesDevice" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="usesdevice"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType ../../mil.jpeojtrs.sca.prf/model/prf.ecore#//DceUUID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" defaultValueLiteral="sca_compliant" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftPkgRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="softPkgRef"/> <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:EReference" name="implRef" eType="#//ImplRef" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implref"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" eType="#//Implementation" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="softPkg" eType="#//SoftPkg" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="softPkg"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpdDocumentRoot"> <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="softpkg" upperBound="-2" eType="#//SoftPkg" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="softpkg"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="URI"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsesDevice" eSuperTypes="../../mil.jpeojtrs.sca.prf/model/prf.ecore#//PropertyRefGroup"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="usesDevice"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyRef" upperBound="-1" eType="#//PropertyRef" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="propertyref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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> </ecore:EPackage>
github:ecore:/data/RedhawkSDR/mil.jpeojtrs.sca/plugins/mil.jpeojtrs.sca.spd/model/spd.ecore
ecore
spd AEPComplianceType aepCompliant aep_compliant aepNonCompliant aep_non_compliant AEPComplianceTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Author name company webpage Code localFile entryPoint stackSize priority type CodeFileType Executable Executable KernelModule KernelModule SharedLibrary SharedLibrary Driver Driver NodeBooter NodeBooter CodeFileTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Compiler name version Dependency softPkgRef propertyRef type Descriptor localfile component name HumanLanguage name Implementation isExecutable isSharedLibrary description propertyFile code compiler programmingLanguage humanLanguage runtime dependencyMap os processor dependency usesDevice aepCompliance aep_compliant id softPkg ImplRef refid LocalFile name Os name version Processor name ProgrammingLanguage name version PropertyFile localFile properties type PropertyRef refId value Runtime name version SoftPkg getImplementation implID title author description propertyFile descriptor implementation usesDevice id name type sca_compliant version SoftPkgRef localFile implRef implementation softPkg SpdDocumentRoot mixed xMLNSPrefixMap xSISchemaLocation softpkg URI org.eclipse.emf.common.util.URI org.eclipse.emf.common.util.URI UsesDevice propertyRef id type
null
{"directed":true,"nodes":[{"nsPrefix":"spd","nsURI":"http://sca.jpeojtrs.mil/spd","name":"spd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"AEPComplianceType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"AEPComplianceTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Code","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CodeFileType","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":"CodeFileTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compiler","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Descriptor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HumanLanguage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplRef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalFile","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Os","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Processor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgrammingLanguage","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyFile","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Runtime","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftPkg","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftPkgRef","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpdDocumentRoot","instanceClass":null,"abstract":false,"id":22,"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":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsesDevice","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"name":"aepCompliant","id":25,"value":0,"literal":"aep_compliant","eClass":"EEnumLiteral"},{"name":"aepNonCompliant","id":26,"value":1,"literal":"aep_non_compliant","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"company","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":"webpage","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localFile","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"entryPoint","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stackSize","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":"priority","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"name":"Executable","id":43,"value":0,"literal":"Executable","eClass":"EEnumLiteral"},{"name":"KernelModule","id":44,"value":1,"literal":"KernelModule","eClass":"EEnumLiteral"},{"name":"SharedLibrary","id":45,"value":2,"literal":"SharedLibrary","eClass":"EEnumLiteral"},{"name":"Driver","id":46,"value":3,"literal":"Driver","eClass":"EEnumLiteral"},{"name":"NodeBooter","id":47,"value":4,"literal":"NodeBooter","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":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":"version","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"softPkgRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"propertyRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localfile","changeable":true,"resolveProxies":false,"lowerBound":1,"id":59,"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":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"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":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isExecutable","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSharedLibrary","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":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":"propertyFile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"resolveProxies":false,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compiler","changeable":true,"resolveProxies":false,"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":"programmingLanguage","changeable":true,"resolveProxies":false,"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":"humanLanguage","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":"runtime","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dependencyMap","changeable":true,"lowerBound":0,"iD":false,"id":76,"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":"os","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"processor","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"dependency","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"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":"usesDevice","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"aep_compliant","unsettable":true,"transient":false,"unique":true,"name":"aepCompliance","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":82,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"softPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refid","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"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":104,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"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":"version","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"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":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":"version","changeable":true,"lowerBound":0,"iD":false,"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":"localFile","changeable":true,"resolveProxies":false,"lowerBound":1,"id":116,"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":117,"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":"type","changeable":true,"lowerBound":0,"iD":false,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refId","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImplementation","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":131,"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":"author","changeable":true,"resolveProxies":false,"lowerBound":1,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":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":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":"descriptor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usesDevice","changeable":true,"resolveProxies":false,"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":true,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"sca_compliant","unsettable":true,"transient":false,"unique":true,"name":"type","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"implID","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localFile","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"implRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":156,"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":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"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":"softPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":true},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":165,"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":"softpkg","changeable":true,"resolveProxies":false,"lowerBound":0,"id":166,"derived":true},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"propertyRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":171,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":25},{"source":1,"target":26},{"source":25,"target":1},{"source":26,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":27,"target":30},{"source":27,"target":3},{"source":28,"target":31},{"source":28,"target":3},{"source":29,"target":32},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":33,"target":13},{"source":33,"target":38},{"source":33,"target":4},{"source":38,"target":13},{"source":34,"target":39},{"source":34,"target":4},{"source":35,"target":40},{"source":35,"target":4},{"source":36,"target":41},{"source":36,"target":4},{"source":37,"target":5},{"source":37,"target":42},{"source":37,"target":4},{"source":42,"target":5},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":43,"target":5},{"source":44,"target":5},{"source":45,"target":5},{"source":46,"target":5},{"source":47,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":48},{"source":7,"target":49},{"source":48,"target":50},{"source":48,"target":7},{"source":49,"target":51},{"source":49,"target":7},{"source":8,"target":0},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":52,"target":21},{"source":52,"target":56},{"source":52,"target":8},{"source":56,"target":21},{"source":53,"target":18},{"source":53,"target":57},{"source":53,"target":8},{"source":57,"target":18},{"source":54,"target":58},{"source":54,"target":8},{"source":9,"target":0},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":59,"target":13},{"source":59,"target":62},{"source":59,"target":9},{"source":62,"target":13},{"source":60,"target":63},{"source":60,"target":9},{"source":61,"target":64},{"source":61,"target":9},{"source":10,"target":0},{"source":10,"target":65},{"source":65,"target":66},{"source":65,"target":10},{"source":11,"target":0},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":11,"target":82},{"source":11,"target":83},{"source":67,"target":84},{"source":67,"target":11},{"source":68,"target":85},{"source":68,"target":11},{"source":69,"target":86},{"source":69,"target":11},{"source":70,"target":17},{"source":70,"target":87},{"source":70,"target":11},{"source":87,"target":17},{"source":71,"target":4},{"source":71,"target":88},{"source":71,"target":11},{"source":88,"target":4},{"source":72,"target":7},{"source":72,"target":89},{"source":72,"target":11},{"source":89,"target":7},{"source":73,"target":16},{"source":73,"target":90},{"source":73,"target":11},{"source":90,"target":16},{"source":74,"target":10},{"source":74,"target":91},{"source":74,"target":11},{"source":91,"target":10},{"source":75,"target":19},{"source":75,"target":92},{"source":75,"target":11},{"source":92,"target":19},{"source":76,"target":93},{"source":76,"target":11},{"source":77,"target":14},{"source":77,"target":94},{"source":77,"target":11},{"source":94,"target":14},{"source":78,"target":15},{"source":78,"target":95},{"source":78,"target":11},{"source":95,"target":15},{"source":79,"target":8},{"source":79,"target":96},{"source":79,"target":11},{"source":96,"target":8},{"source":80,"target":24},{"source":80,"target":97},{"source":80,"target":11},{"source":97,"target":24},{"source":81,"target":1},{"source":81,"target":98},{"source":81,"target":11},{"source":98,"target":1},{"source":82,"target":99},{"source":82,"target":11},{"source":83,"target":20},{"source":83,"target":100},{"source":83,"target":11},{"source":83,"target":101},{"source":100,"target":20},{"source":12,"target":0},{"source":12,"target":102},{"source":102,"target":103},{"source":102,"target":12},{"source":13,"target":0},{"source":13,"target":104},{"source":104,"target":105},{"source":104,"target":13},{"source":14,"target":0},{"source":14,"target":106},{"source":14,"target":107},{"source":106,"target":108},{"source":106,"target":14},{"source":107,"target":109},{"source":107,"target":14},{"source":15,"target":0},{"source":15,"target":110},{"source":110,"target":111},{"source":110,"target":15},{"source":16,"target":0},{"source":16,"target":112},{"source":16,"target":113},{"source":112,"target":114},{"source":112,"target":16},{"source":113,"target":115},{"source":113,"target":16},{"source":17,"target":0},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":118},{"source":116,"target":13},{"source":116,"target":119},{"source":116,"target":17},{"source":119,"target":13},{"source":117,"target":120},{"source":117,"target":17},{"source":118,"target":121},{"source":118,"target":17},{"source":18,"target":0},{"source":18,"target":122},{"source":18,"target":123},{"source":122,"target":124},{"source":122,"target":18},{"source":123,"target":125},{"source":123,"target":18},{"source":19,"target":0},{"source":19,"target":126},{"source":19,"target":127},{"source":126,"target":128},{"source":126,"target":19},{"source":127,"target":129},{"source":127,"target":19},{"source":20,"target":0},{"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":101},{"source":20,"target":136},{"source":20,"target":137},{"source":20,"target":138},{"source":20,"target":139},{"source":20,"target":140},{"source":130,"target":11},{"source":130,"target":141},{"source":130,"target":20},{"source":130,"target":142},{"source":141,"target":11},{"source":142,"target":143},{"source":142,"target":130},{"source":131,"target":144},{"source":131,"target":20},{"source":132,"target":3},{"source":132,"target":145},{"source":132,"target":20},{"source":145,"target":3},{"source":133,"target":146},{"source":133,"target":20},{"source":134,"target":17},{"source":134,"target":147},{"source":134,"target":20},{"source":147,"target":17},{"source":135,"target":9},{"source":135,"target":148},{"source":135,"target":20},{"source":148,"target":9},{"source":101,"target":11},{"source":101,"target":149},{"source":101,"target":20},{"source":101,"target":83},{"source":149,"target":11},{"source":136,"target":24},{"source":136,"target":150},{"source":136,"target":20},{"source":150,"target":24},{"source":137,"target":151},{"source":137,"target":20},{"source":138,"target":152},{"source":138,"target":20},{"source":139,"target":153},{"source":139,"target":20},{"source":140,"target":154},{"source":140,"target":20},{"source":21,"target":0},{"source":21,"target":155},{"source":21,"target":156},{"source":21,"target":157},{"source":21,"target":158},{"source":155,"target":13},{"source":155,"target":159},{"source":155,"target":21},{"source":159,"target":13},{"source":156,"target":12},{"source":156,"target":160},{"source":156,"target":21},{"source":160,"target":12},{"source":157,"target":11},{"source":157,"target":161},{"source":157,"target":21},{"source":161,"target":11},{"source":158,"target":20},{"source":158,"target":162},{"source":158,"target":21},{"source":162,"target":20},{"source":22,"target":0},{"source":22,"target":163},{"source":22,"target":164},{"source":22,"target":165},{"source":22,"target":166},{"source":163,"target":167},{"source":163,"target":22},{"source":164,"target":168},{"source":164,"target":22},{"source":165,"target":169},{"source":165,"target":22},{"source":166,"target":20},{"source":166,"target":170},{"source":166,"target":22},{"source":170,"target":20},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":171},{"source":24,"target":172},{"source":24,"target":173},{"source":24,"target":174},{"source":171,"target":18},{"source":171,"target":175},{"source":171,"target":24},{"source":175,"target":18},{"source":172,"target":176},{"source":172,"target":24},{"source":173,"target":177},{"source":173,"target":24}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML_14" nsURI="http://UML" nsPrefix="UML"> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//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="constraint" upperBound="-1" eType="#//Constraint" eOpposite="#//Constraint/constrainedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" eOpposite="#//Comment/annotatedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supplierDependency" upperBound="-1" eType="#//Dependency" eOpposite="#//Dependency/supplier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clientDependency" upperBound="-1" eType="#//Dependency" eOpposite="#//Dependency/client"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Classifier" eOpposite="#//Classifier/feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ownerScope" eType="#//ScopeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameSpace" abstract="true" eSuperTypes="#//ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizableElement" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" eOpposite="#//Generalization/child"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specialization" upperBound="-1" eType="#//Generalization" eOpposite="#//Generalization/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/typedParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//BehavioralFeature" eOpposite="#//BehavioralFeature/parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ParameterDirectionKind"/> <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="Constraint" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="#//ModelElement" eOpposite="#//ModelElement/constraint"/> <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="Classifier" abstract="true" eSuperTypes="#//NameSpace #//GeneralizableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1" eType="#//Feature" containment="true" eOpposite="#//Feature/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedParameter" upperBound="-1" eType="#//Parameter" eOpposite="#//Parameter/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedFeature" upperBound="-1" eType="#//StructuralFeature" eOpposite="#//StructuralFeature/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powertypeRange" upperBound="-1" eType="#//Generalization" eOpposite="#//Generalization/powertype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="#//AssociationEnd" eOpposite="#//AssociationEnd/participant"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedEnd" eType="#//AssociationEnd" eOpposite="#//AssociationEnd/specification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/typedFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//Multiplicity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeability" eType="#//ChangeableKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetScope" eType="#//ScopeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="#//OrderingKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Multiplicity"> <eStructuralFeatures xsi:type="ecore:EReference" name="range" lowerBound="1" upperBound="-1" eType="#//MultiplicityRange" containment="true" eOpposite="#//MultiplicityRange/multiplicity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityRange"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" lowerBound="1" eType="#//Multiplicity" eOpposite="#//Multiplicity/range"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//BehavioralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" upperBound="-1" eType="#//Operation"/> <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="Attribute" eSuperTypes="#//StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associationEnd" eType="#//AssociationEnd" eOpposite="#//AssociationEnd/qualifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1" eType="#//GeneralizableElement" eOpposite="#//GeneralizableElement/generalization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//GeneralizableElement" eOpposite="#//GeneralizableElement/specialization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powertype" eType="#//Classifier" eOpposite="#//Classifier/powertypeRange"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="discriminator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Relationship #//GeneralizableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="connection" lowerBound="2" upperBound="-1" eType="#//AssociationEnd" containment="true" eOpposite="#//AssociationEnd/association"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationEnd" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="association" lowerBound="1" eType="#//Association" eOpposite="#//Association/connection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participant" eType="#//Classifier" eOpposite="#//Classifier/association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//Classifier" eOpposite="#//Classifier/specifiedEnd"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" eType="#//AggregationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//Multiplicity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetScope" lowerBound="1" eType="#//ScopeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeability" lowerBound="1" eType="#//ChangeableKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//Attribute" containment="true" eOpposite="#//Attribute/associationEnd"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="supplier" lowerBound="1" upperBound="-1" eType="#//ModelElement" eOpposite="#//ModelElement/supplierDependency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="client" lowerBound="1" upperBound="-1" eType="#//ModelElement" eOpposite="#//ModelElement/clientDependency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Primitive" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" lowerBound="1" eType="#//Enumeration" eOpposite="#//Enumeration/literal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" eType="#//ModelElement" eOpposite="#//ModelElement/comments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementOwnership"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSpecification" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="public"/> <eLiterals name="protected" value="1"/> <eLiterals name="private" value="2"/> <eLiterals name="package" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OrderingKind"> <eLiterals name="unordered"/> <eLiterals name="ordered" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AggregationKind"> <eLiterals name="none"/> <eLiterals name="aggregate" value="1"/> <eLiterals name="composite" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChangeableKind"> <eLiterals name="changeable"/> <eLiterals name="frozen" value="1"/> <eLiterals name="addOnly" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScopeKind"> <eLiterals name="instance"/> <eLiterals name="classifier" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> <eLiterals name="inout" value="2"/> <eLiterals name="return" value="3"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/AlFranzis/SmartMatcher/SmartMatcherTrunk/models/SystemTests/TestCase_UML/UML_light/UML_1.4.2_CD.ecore
ecore
UML_14 ModelElement name constraint comments supplierDependency clientDependency Feature owner ownerScope visibility NameSpace GeneralizableElement isRoot isLeaf isAbstract generalization specialization Parameter type feature kind defaultValue Constraint constrainedElement body Classifier feature typedParameter typedFeature powertypeRange association specifiedEnd StructuralFeature type multiplicity changeability targetScope ordering BehavioralFeature isQuery parameter Multiplicity range MultiplicityRange lower upper multiplicity Operation isRoot isLeaf isAbstract specification Method operation body Attribute initialValue associationEnd Relationship Generalization child parent powertype discriminator Association connection AssociationEnd association participant specification isNavigable aggregation multiplicity visibility targetScope changeability qualifier Class isActive AssociationClass Element Dependency supplier client Binding Abstraction Usage Permission Interface DataType Primitive Enumeration literal EnumerationLiteral enumeration Comment body annotatedElement ElementOwnership visibility isSpecification VisibilityKind public public protected protected private private package package OrderingKind unordered unordered ordered ordered AggregationKind none none aggregate aggregate composite composite ChangeableKind changeable changeable frozen frozen addOnly addOnly ScopeKind instance instance classifier classifier ParameterDirectionKind in in out out inout inout return return
null
{"directed":true,"nodes":[{"nsPrefix":"UML","nsURI":"http://UML","name":"UML_14","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":"Feature","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpace","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizableElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplicity","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityRange","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationEnd","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementOwnership","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrderingKind","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationKind","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChangeableKind","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScopeKind","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":39,"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":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraint","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":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supplierDependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientDependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supplier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"client","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ownerScope","changeable":true,"lowerBound":0,"iD":false,"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":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","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":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":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":"isLeaf","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":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generalization","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":"specialization","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"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":"feature","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":"kind","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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"powertypeRange","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":"association","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":"specifiedEnd","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"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"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":"powertype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeability","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetScope","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"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":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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"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":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"isLeaf","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":"isAbstract","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":"specification","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":144,"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":"associationEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"discriminator","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connection","changeable":true,"resolveProxies":true,"lowerBound":2,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNavigable","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":0,"iD":false,"id":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":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"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":165,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetScope","changeable":true,"lowerBound":1,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeability","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"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":"isActive","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSpecification","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"name":"public","id":207,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":208,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"private","id":209,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"package","id":210,"value":3,"literal":"package","eClass":"EEnumLiteral"},{"name":"unordered","id":211,"value":0,"literal":"unordered","eClass":"EEnumLiteral"},{"name":"ordered","id":212,"value":1,"literal":"ordered","eClass":"EEnumLiteral"},{"name":"none","id":213,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"aggregate","id":214,"value":1,"literal":"aggregate","eClass":"EEnumLiteral"},{"name":"composite","id":215,"value":2,"literal":"composite","eClass":"EEnumLiteral"},{"name":"changeable","id":216,"value":0,"literal":"changeable","eClass":"EEnumLiteral"},{"name":"frozen","id":217,"value":1,"literal":"frozen","eClass":"EEnumLiteral"},{"name":"addOnly","id":218,"value":2,"literal":"addOnly","eClass":"EEnumLiteral"},{"name":"instance","id":219,"value":0,"literal":"instance","eClass":"EEnumLiteral"},{"name":"classifier","id":220,"value":1,"literal":"classifier","eClass":"EEnumLiteral"},{"name":"in","id":221,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":222,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":223,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"name":"return","id":224,"value":3,"literal":"return","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":21},{"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":40,"target":46},{"source":40,"target":1},{"source":41,"target":6},{"source":41,"target":47},{"source":41,"target":1},{"source":41,"target":48},{"source":47,"target":6},{"source":42,"target":32},{"source":42,"target":49},{"source":42,"target":1},{"source":42,"target":50},{"source":49,"target":32},{"source":43,"target":22},{"source":43,"target":51},{"source":43,"target":1},{"source":43,"target":52},{"source":51,"target":22},{"source":44,"target":22},{"source":44,"target":53},{"source":44,"target":1},{"source":44,"target":54},{"source":53,"target":22},{"source":45,"target":21},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":55,"target":7},{"source":55,"target":59},{"source":55,"target":2},{"source":55,"target":60},{"source":59,"target":7},{"source":56,"target":38},{"source":56,"target":61},{"source":56,"target":2},{"source":61,"target":38},{"source":57,"target":34},{"source":57,"target":62},{"source":57,"target":2},{"source":62,"target":34},{"source":58,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":63},{"source":63,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"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":70},{"source":64,"target":4},{"source":65,"target":71},{"source":65,"target":4},{"source":66,"target":72},{"source":66,"target":4},{"source":67,"target":16},{"source":67,"target":73},{"source":67,"target":4},{"source":67,"target":74},{"source":73,"target":16},{"source":68,"target":16},{"source":68,"target":75},{"source":68,"target":4},{"source":68,"target":76},{"source":75,"target":16},{"source":69,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":77,"target":7},{"source":77,"target":82},{"source":77,"target":5},{"source":77,"target":83},{"source":82,"target":7},{"source":78,"target":9},{"source":78,"target":84},{"source":78,"target":5},{"source":78,"target":85},{"source":84,"target":9},{"source":79,"target":39},{"source":79,"target":86},{"source":79,"target":5},{"source":86,"target":39},{"source":80,"target":87},{"source":80,"target":5},{"source":81,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":48},{"source":6,"target":88},{"source":6,"target":89},{"source":48,"target":1},{"source":48,"target":90},{"source":48,"target":6},{"source":48,"target":41},{"source":90,"target":1},{"source":88,"target":91},{"source":88,"target":6},{"source":89,"target":1},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":4},{"source":7,"target":60},{"source":7,"target":83},{"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":60,"target":2},{"source":60,"target":98},{"source":60,"target":7},{"source":60,"target":55},{"source":98,"target":2},{"source":83,"target":5},{"source":83,"target":99},{"source":83,"target":7},{"source":83,"target":77},{"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":16},{"source":93,"target":102},{"source":93,"target":7},{"source":93,"target":103},{"source":102,"target":16},{"source":94,"target":18},{"source":94,"target":104},{"source":94,"target":7},{"source":94,"target":105},{"source":104,"target":18},{"source":95,"target":18},{"source":95,"target":106},{"source":95,"target":7},{"source":95,"target":107},{"source":106,"target":18},{"source":96,"target":3},{"source":97,"target":4},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":101},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":8,"target":111},{"source":8,"target":112},{"source":101,"target":7},{"source":101,"target":113},{"source":101,"target":8},{"source":101,"target":92},{"source":113,"target":7},{"source":108,"target":10},{"source":108,"target":114},{"source":108,"target":8},{"source":114,"target":10},{"source":109,"target":37},{"source":109,"target":115},{"source":109,"target":8},{"source":115,"target":37},{"source":110,"target":38},{"source":110,"target":116},{"source":110,"target":8},{"source":116,"target":38},{"source":111,"target":35},{"source":111,"target":117},{"source":111,"target":8},{"source":117,"target":35},{"source":112,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":118},{"source":9,"target":85},{"source":9,"target":119},{"source":118,"target":120},{"source":118,"target":9},{"source":85,"target":5},{"source":85,"target":121},{"source":85,"target":9},{"source":85,"target":78},{"source":121,"target":5},{"source":119,"target":2},{"source":10,"target":0},{"source":10,"target":122},{"source":122,"target":11},{"source":122,"target":123},{"source":122,"target":10},{"source":122,"target":124},{"source":123,"target":11},{"source":11,"target":0},{"source":11,"target":125},{"source":11,"target":126},{"source":11,"target":124},{"source":125,"target":127},{"source":125,"target":11},{"source":126,"target":128},{"source":126,"target":11},{"source":124,"target":10},{"source":124,"target":129},{"source":124,"target":11},{"source":124,"target":122},{"source":129,"target":10},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":130},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":130,"target":135},{"source":130,"target":12},{"source":131,"target":136},{"source":131,"target":12},{"source":132,"target":137},{"source":132,"target":12},{"source":133,"target":138},{"source":133,"target":12},{"source":134,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":139},{"source":13,"target":140},{"source":13,"target":141},{"source":139,"target":12},{"source":139,"target":142},{"source":139,"target":13},{"source":142,"target":12},{"source":140,"target":143},{"source":140,"target":13},{"source":141,"target":9},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":144,"target":147},{"source":144,"target":14},{"source":145,"target":18},{"source":145,"target":148},{"source":145,"target":14},{"source":145,"target":149},{"source":148,"target":18},{"source":146,"target":8},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":150},{"source":150,"target":1},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":74},{"source":16,"target":76},{"source":16,"target":103},{"source":16,"target":151},{"source":16,"target":152},{"source":74,"target":4},{"source":74,"target":153},{"source":74,"target":16},{"source":74,"target":67},{"source":153,"target":4},{"source":76,"target":4},{"source":76,"target":154},{"source":76,"target":16},{"source":76,"target":68},{"source":154,"target":4},{"source":103,"target":7},{"source":103,"target":155},{"source":103,"target":16},{"source":103,"target":93},{"source":155,"target":7},{"source":151,"target":156},{"source":151,"target":16},{"source":152,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":4},{"source":17,"target":157},{"source":17,"target":158},{"source":17,"target":159},{"source":157,"target":18},{"source":157,"target":160},{"source":157,"target":17},{"source":157,"target":161},{"source":160,"target":18},{"source":158,"target":15},{"source":159,"target":4},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":161},{"source":18,"target":105},{"source":18,"target":107},{"source":18,"target":162},{"source":18,"target":163},{"source":18,"target":164},{"source":18,"target":165},{"source":18,"target":166},{"source":18,"target":167},{"source":18,"target":149},{"source":18,"target":168},{"source":161,"target":17},{"source":161,"target":169},{"source":161,"target":18},{"source":161,"target":157},{"source":169,"target":17},{"source":105,"target":7},{"source":105,"target":170},{"source":105,"target":18},{"source":105,"target":94},{"source":170,"target":7},{"source":107,"target":7},{"source":107,"target":171},{"source":107,"target":18},{"source":107,"target":95},{"source":171,"target":7},{"source":162,"target":172},{"source":162,"target":18},{"source":163,"target":36},{"source":163,"target":173},{"source":163,"target":18},{"source":173,"target":36},{"source":164,"target":10},{"source":164,"target":174},{"source":164,"target":18},{"source":174,"target":10},{"source":165,"target":34},{"source":165,"target":175},{"source":165,"target":18},{"source":175,"target":34},{"source":166,"target":38},{"source":166,"target":176},{"source":166,"target":18},{"source":176,"target":38},{"source":167,"target":37},{"source":167,"target":177},{"source":167,"target":18},{"source":177,"target":37},{"source":149,"target":14},{"source":149,"target":178},{"source":149,"target":18},{"source":149,"target":145},{"source":178,"target":14},{"source":168,"target":1},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":179},{"source":19,"target":180},{"source":179,"target":181},{"source":179,"target":19},{"source":180,"target":7},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":17},{"source":20,"target":182},{"source":20,"target":183},{"source":182,"target":19},{"source":183,"target":17},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":52},{"source":22,"target":54},{"source":22,"target":184},{"source":52,"target":1},{"source":52,"target":185},{"source":52,"target":22},{"source":52,"target":43},{"source":185,"target":1},{"source":54,"target":1},{"source":54,"target":186},{"source":54,"target":22},{"source":54,"target":44},{"source":186,"target":1},{"source":184,"target":15},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":187},{"source":187,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":188},{"source":188,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":189},{"source":189,"target":22},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":190},{"source":190,"target":22},{"source":27,"target":0},{"source":27,"target":7},{"source":27,"target":191},{"source":191,"target":7},{"source":28,"target":0},{"source":28,"target":7},{"source":28,"target":192},{"source":192,"target":7},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":193},{"source":193,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":194},{"source":30,"target":195},{"source":194,"target":31},{"source":194,"target":196},{"source":194,"target":30},{"source":194,"target":197},{"source":196,"target":31},{"source":195,"target":28},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":197},{"source":31,"target":198},{"source":197,"target":30},{"source":197,"target":199},{"source":197,"target":31},{"source":197,"target":194},{"source":199,"target":30},{"source":198,"target":1},{"source":32,"target":0},{"source":32,"target":200},{"source":32,"target":50},{"source":200,"target":201},{"source":200,"target":32},{"source":50,"target":1},{"source":50,"target":202},{"source":50,"target":32},{"source":50,"target":42},{"source":202,"target":1},{"source":33,"target":0},{"source":33,"target":203},{"source":33,"target":204},{"source":203,"target":34},{"source":203,"target":205},{"source":203,"target":33},{"source":205,"target":34},{"source":204,"target":206},{"source":204,"target":33},{"source":34,"target":0},{"source":34,"target":207},{"source":34,"target":208},{"source":34,"target":209},{"source":34,"target":210},{"source":207,"target":34},{"source":208,"target":34},{"source":209,"target":34},{"source":210,"target":34},{"source":35,"target":0},{"source":35,"target":211},{"source":35,"target":212},{"source":211,"target":35},{"source":212,"target":35},{"source":36,"target":0},{"source":36,"target":213},{"source":36,"target":214},{"source":36,"target":215},{"source":213,"target":36},{"source":214,"target":36},{"source":215,"target":36},{"source":37,"target":0},{"source":37,"target":216},{"source":37,"target":217},{"source":37,"target":218},{"source":216,"target":37},{"source":217,"target":37},{"source":218,"target":37},{"source":38,"target":0},{"source":38,"target":219},{"source":38,"target":220},{"source":219,"target":38},{"source":220,"target":38},{"source":39,"target":0},{"source":39,"target":221},{"source":39,"target":222},{"source":39,"target":223},{"source":39,"target":224},{"source":221,"target":39},{"source":222,"target":39},{"source":223,"target":39},{"source":224,"target":39}],"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="cspec" nsURI="http://www.eclipse.org/buckminster/CSpec-2.0" nsPrefix="cs"> <eClassifiers xsi:type="ecore:EClass" name="CSpec" eSuperTypes="../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentIdentifier"> <eOperations name="getDerivedAttributes" upperBound="-1" eType="#//Attribute"> <eParameters name="context" eType="#//IContext"/> <eParameters name="includePrivate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getAttribute" eType="#//Attribute"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentRequest" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generators" upperBound="-1" eType="#//Generator" containment="true" eOpposite="#//Generator/cspec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/cspec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentation" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//Documentation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shortDesc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//Filter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectInfo" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//URL"/> <eStructuralFeatures xsi:type="ecore:EReference" name="self" lowerBound="1" eType="#//SelfArtifact" changeable="false" volatile="true" transient="true" unsettable="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true"> <eOperations name="isDerived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="context" eType="#//IContext"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="public" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//Filter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cspec" lowerBound="1" eType="#//CSpec" eOpposite="#//CSpec/attributes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentation" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//Documentation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="prerequisites" upperBound="-1" eType="#//Prerequisite" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rebase" eType="#//IPath"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Prerequisite"> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentRequest"/> <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="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contributor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//Filter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includePattern" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//Pattern"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excludePattern" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//Pattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//Group"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//PropertyConstant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actorProperties" upperBound="-1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//PropertyConstant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="product" eType="#//PathGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="products" upperBound="-1" eType="#//ActionAttribute" eOpposite="#//ActionAttribute/action"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prerequisitesAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prerequisitesRebase" eType="#//IPath"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="productAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upToDatePolicy" eType="#//UpToDatePolicy" defaultValueLiteral="DEFAULT"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="productFileCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="ecore:EDataType ../../org.eclipse.buckminster.model.common/model/common.ecore#//Pattern"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replacement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Attribute #//PathGroup"/> <eClassifiers xsi:type="ecore:EClass" name="ActionAttribute" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//Action" eOpposite="#//Action/products"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathGroup"> <eOperations name="resolve" eType="#//PathGroup"> <eParameters name="path" eType="#//IPath"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="base" lowerBound="1" eType="#//IPath"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paths" upperBound="-1" eType="#//IPath"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentRequest"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generates" lowerBound="1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cspec" lowerBound="1" eType="#//CSpec" eOpposite="#//CSpec/generators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UpToDatePolicy"> <eLiterals name="DEFAULT"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Never trust a product defined as a folder since the expected number of files is unknown"/> </eAnnotations> </eLiterals> <eLiterals name="ACTOR" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Let the associated actor decide"/> </eAnnotations> </eLiterals> <eLiterals name="COUNT" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Trust timestamp only when the product contains the number of files denoted in attribute 'count'"/> </eAnnotations> </eLiterals> <eLiterals name="MAPPER" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Trust timestamp of a product that matches the action prerequisites in number and optional pattern. The 'count' attribute may be used to denote file additions"/> </eAnnotations> </eLiterals> <eLiterals name="NOT_EMPTY" value="4"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Trust timestamp of any product that contains at least one file"/> </eAnnotations> </eLiterals> <eLiterals name="NEVER" value="5"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The product is never up to date. The action must always be executed when its product is requested"/> </eAnnotations> </eLiterals> <eLiterals name="EEnumLiteral0" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlterAttribute" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="cspecext" lowerBound="1" eType="#//CSpecExtension" eOpposite="#//CSpecExtension/attributeAlterations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlterArtifact" eSuperTypes="#//Artifact #//AlterAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="removePaths" upperBound="-1" eType="#//Remove" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlterGroup" eSuperTypes="#//Group #//AlterAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="replacePrerequisites" upperBound="-1" eType="#//Prerequisite" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removePrerequisites" upperBound="-1" eType="#//Remove" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlterAction" eSuperTypes="#//Action #//AlterGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="replaceProperties" upperBound="-1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//PropertyConstant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replaceActorProperties" upperBound="-1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//PropertyConstant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removeProperties" upperBound="-1" eType="#//Remove" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removeActorProperties" upperBound="-1" eType="#//Remove" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removeProducts" upperBound="-1" eType="#//Remove" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removePaths" upperBound="-1" eType="#//Remove" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rename"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Remove"> <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="CSpecExtension" eSuperTypes="#//CSpec"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeAlterations" upperBound="-1" eType="#//AlterAttribute" containment="true" eOpposite="#//AlterAttribute/cspecext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renameAttributes" upperBound="-1" eType="#//Rename" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removeDependencies" upperBound="-1" eType="#//Remove" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removeGenerators" upperBound="-1" eType="#//Remove" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replaceGenerators" upperBound="-1" eType="#//Generator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replaceDependencies" upperBound="-1" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentRequest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IPath" instanceClassName="org.eclipse.core.runtime.IPath"/> <eClassifiers xsi:type="ecore:EClass" name="IContext" abstract="true" interface="true"> <eOperations name="findBestMatch" eType="#//CSpec"> <eParameters name="request" eType="ecore:EClass ../../org.eclipse.buckminster.model.common/model/common.ecore#//ComponentRequest"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelfArtifact" eSuperTypes="#//Artifact"/> </ecore:EPackage>
github:ecore:/data/eclipse-archived/buckminster/org.eclipse.buckminster.cspec/model/cspec.ecore
ecore
cspec CSpec getDerivedAttributes context includePrivate getAttribute name dependencies generators attributes documentation shortDesc filter projectInfo self Attribute isDerived context name public true filter cspec documentation Group prerequisites rebase Prerequisite component attribute alias contributor true optional filter includePattern excludePattern Action properties actorProperties actor product products prerequisitesAlias prerequisitesRebase productAlias upToDatePolicy DEFAULT productFileCount pattern replacement Artifact ActionAttribute alias action PathGroup resolve path base paths Generator attribute component generates cspec UpToDatePolicy DEFAULT DEFAULT ACTOR ACTOR COUNT COUNT MAPPER MAPPER NOT_EMPTY NOT_EMPTY NEVER NEVER EEnumLiteral0 EEnumLiteral0 AlterAttribute cspecext AlterArtifact removePaths AlterGroup replacePrerequisites removePrerequisites AlterAction replaceProperties replaceActorProperties removeProperties removeActorProperties removeProducts removePaths Rename oldName newName Remove name CSpecExtension attributeAlterations renameAttributes removeDependencies removeGenerators replaceGenerators replaceDependencies IPath org.eclipse.core.runtime.IPath org.eclipse.core.runtime.IPath IContext findBestMatch request SelfArtifact
null
{"directed":true,"nodes":[{"nsPrefix":"cs","nsURI":"http://www.eclipse.org/buckminster/CSpec-2.0","name":"cspec","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSpec","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"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":"Prerequisite","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionAttribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathGroup","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generator","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UpToDatePolicy","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterAttribute","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterArtifact","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterGroup","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rename","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remove","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSpecExtension","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.core.runtime.IPath","defaultValue":null,"instanceClassName":"org.eclipse.core.runtime.IPath","name":"IPath","instanceClass":"org.eclipse.core.runtime.IPath","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IContext","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfArtifact","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDerivedAttributes","lowerBound":0,"id":21,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttribute","lowerBound":0,"id":22,"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":"dependencies","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":"generators","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":"attributes","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":"documentation","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":"shortDesc","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":"filter","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":"projectInfo","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"self","changeable":false,"resolveProxies":false,"lowerBound":1,"id":30,"derived":true},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"includePrivate","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EParameter"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"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":"cspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isDerived","lowerBound":0,"id":50,"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":true,"id":51,"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":"public","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":"filter","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prerequisites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rebase","changeable":true,"lowerBound":0,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":1,"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":"alias","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"contributor","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":"optional","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":"filter","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":"includePattern","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":"excludePattern","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"actorProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actor","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"products","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":"prerequisitesAlias","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":"prerequisitesRebase","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"productAlias","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"DEFAULT","unsettable":false,"transient":false,"unique":true,"name":"upToDatePolicy","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"productFileCount","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":"pattern","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":"replacement","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"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":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":116,"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":"base","changeable":true,"lowerBound":1,"iD":false,"id":117,"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":"paths","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"path","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"generates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"name":"DEFAULT","id":131,"value":0,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"ACTOR","id":132,"value":1,"literal":"ACTOR","eClass":"EEnumLiteral"},{"name":"COUNT","id":133,"value":2,"literal":"COUNT","eClass":"EEnumLiteral"},{"name":"MAPPER","id":134,"value":3,"literal":"MAPPER","eClass":"EEnumLiteral"},{"name":"NOT_EMPTY","id":135,"value":4,"literal":"NOT_EMPTY","eClass":"EEnumLiteral"},{"name":"NEVER","id":136,"value":5,"literal":"NEVER","eClass":"EEnumLiteral"},{"name":"EEnumLiteral0","id":137,"value":6,"literal":"EEnumLiteral0","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cspecext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeAlterations","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":"removePaths","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"replacePrerequisites","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":"removePrerequisites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"replaceProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"replaceActorProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removeProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"removeActorProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removeProducts","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":"removePaths","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"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":"oldName","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":"newName","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":"name","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renameAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removeDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removeGenerators","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":"replaceGenerators","changeable":true,"resolveProxies":true,"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":"replaceDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findBestMatch","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"request","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EParameter"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":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":1,"target":31},{"source":21,"target":2},{"source":21,"target":32},{"source":21,"target":1},{"source":21,"target":33},{"source":21,"target":34},{"source":32,"target":2},{"source":33,"target":19},{"source":33,"target":35},{"source":33,"target":21},{"source":35,"target":19},{"source":34,"target":36},{"source":34,"target":21},{"source":22,"target":2},{"source":22,"target":37},{"source":22,"target":1},{"source":22,"target":38},{"source":37,"target":2},{"source":38,"target":39},{"source":38,"target":22},{"source":23,"target":40},{"source":23,"target":1},{"source":24,"target":9},{"source":24,"target":41},{"source":24,"target":1},{"source":24,"target":42},{"source":41,"target":9},{"source":25,"target":2},{"source":25,"target":43},{"source":25,"target":1},{"source":25,"target":44},{"source":43,"target":2},{"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":20},{"source":30,"target":49},{"source":30,"target":1},{"source":49,"target":20},{"source":2,"target":0},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":44},{"source":2,"target":54},{"source":50,"target":55},{"source":50,"target":2},{"source":50,"target":56},{"source":56,"target":19},{"source":56,"target":57},{"source":56,"target":50},{"source":57,"target":19},{"source":51,"target":58},{"source":51,"target":2},{"source":52,"target":59},{"source":52,"target":2},{"source":53,"target":60},{"source":53,"target":2},{"source":44,"target":1},{"source":44,"target":61},{"source":44,"target":2},{"source":44,"target":25},{"source":61,"target":1},{"source":54,"target":62},{"source":54,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":63,"target":4},{"source":63,"target":66},{"source":63,"target":3},{"source":66,"target":4},{"source":64,"target":18},{"source":64,"target":67},{"source":64,"target":3},{"source":67,"target":18},{"source":65,"target":2},{"source":4,"target":0},{"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":4,"target":74},{"source":4,"target":75},{"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":73,"target":81},{"source":73,"target":4},{"source":74,"target":82},{"source":74,"target":4},{"source":75,"target":83},{"source":75,"target":4},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":84},{"source":5,"target":85},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":84,"target":97},{"source":84,"target":5},{"source":85,"target":98},{"source":85,"target":5},{"source":86,"target":99},{"source":86,"target":5},{"source":87,"target":8},{"source":87,"target":100},{"source":87,"target":5},{"source":100,"target":8},{"source":88,"target":7},{"source":88,"target":101},{"source":88,"target":5},{"source":88,"target":102},{"source":101,"target":7},{"source":89,"target":103},{"source":89,"target":5},{"source":90,"target":18},{"source":90,"target":104},{"source":90,"target":5},{"source":104,"target":18},{"source":91,"target":105},{"source":91,"target":5},{"source":92,"target":10},{"source":92,"target":106},{"source":92,"target":5},{"source":106,"target":10},{"source":93,"target":107},{"source":93,"target":5},{"source":94,"target":108},{"source":94,"target":5},{"source":95,"target":109},{"source":95,"target":5},{"source":96,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":8},{"source":6,"target":110},{"source":6,"target":111},{"source":110,"target":2},{"source":111,"target":8},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":112},{"source":7,"target":102},{"source":7,"target":113},{"source":112,"target":114},{"source":112,"target":7},{"source":102,"target":5},{"source":102,"target":115},{"source":102,"target":7},{"source":102,"target":88},{"source":115,"target":5},{"source":113,"target":6},{"source":8,"target":0},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":116,"target":8},{"source":116,"target":119},{"source":116,"target":8},{"source":116,"target":120},{"source":119,"target":8},{"source":120,"target":18},{"source":120,"target":121},{"source":120,"target":116},{"source":121,"target":18},{"source":117,"target":18},{"source":117,"target":122},{"source":117,"target":8},{"source":122,"target":18},{"source":118,"target":18},{"source":118,"target":123},{"source":118,"target":8},{"source":123,"target":18},{"source":9,"target":0},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":9,"target":42},{"source":124,"target":127},{"source":124,"target":9},{"source":125,"target":128},{"source":125,"target":9},{"source":126,"target":129},{"source":126,"target":9},{"source":42,"target":1},{"source":42,"target":130},{"source":42,"target":9},{"source":42,"target":24},{"source":130,"target":1},{"source":10,"target":0},{"source":10,"target":131},{"source":10,"target":132},{"source":10,"target":133},{"source":10,"target":134},{"source":10,"target":135},{"source":10,"target":136},{"source":10,"target":137},{"source":131,"target":10},{"source":132,"target":10},{"source":133,"target":10},{"source":134,"target":10},{"source":135,"target":10},{"source":136,"target":10},{"source":137,"target":10},{"source":11,"target":0},{"source":11,"target":138},{"source":138,"target":17},{"source":138,"target":139},{"source":138,"target":11},{"source":138,"target":140},{"source":139,"target":17},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":11},{"source":12,"target":141},{"source":12,"target":142},{"source":12,"target":143},{"source":141,"target":16},{"source":141,"target":144},{"source":141,"target":12},{"source":144,"target":16},{"source":142,"target":6},{"source":143,"target":11},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":11},{"source":13,"target":145},{"source":13,"target":146},{"source":13,"target":147},{"source":13,"target":148},{"source":145,"target":4},{"source":145,"target":149},{"source":145,"target":13},{"source":149,"target":4},{"source":146,"target":16},{"source":146,"target":150},{"source":146,"target":13},{"source":150,"target":16},{"source":147,"target":3},{"source":148,"target":11},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":13},{"source":14,"target":151},{"source":14,"target":152},{"source":14,"target":153},{"source":14,"target":154},{"source":14,"target":155},{"source":14,"target":156},{"source":14,"target":157},{"source":14,"target":158},{"source":151,"target":159},{"source":151,"target":14},{"source":152,"target":160},{"source":152,"target":14},{"source":153,"target":16},{"source":153,"target":161},{"source":153,"target":14},{"source":161,"target":16},{"source":154,"target":16},{"source":154,"target":162},{"source":154,"target":14},{"source":162,"target":16},{"source":155,"target":16},{"source":155,"target":163},{"source":155,"target":14},{"source":163,"target":16},{"source":156,"target":16},{"source":156,"target":164},{"source":156,"target":14},{"source":164,"target":16},{"source":157,"target":5},{"source":158,"target":13},{"source":15,"target":0},{"source":15,"target":165},{"source":15,"target":166},{"source":165,"target":167},{"source":165,"target":15},{"source":166,"target":168},{"source":166,"target":15},{"source":16,"target":0},{"source":16,"target":169},{"source":169,"target":170},{"source":169,"target":16},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":140},{"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":140,"target":11},{"source":140,"target":177},{"source":140,"target":17},{"source":140,"target":138},{"source":177,"target":11},{"source":171,"target":15},{"source":171,"target":178},{"source":171,"target":17},{"source":178,"target":15},{"source":172,"target":16},{"source":172,"target":179},{"source":172,"target":17},{"source":179,"target":16},{"source":173,"target":16},{"source":173,"target":180},{"source":173,"target":17},{"source":180,"target":16},{"source":174,"target":9},{"source":174,"target":181},{"source":174,"target":17},{"source":181,"target":9},{"source":175,"target":182},{"source":175,"target":17},{"source":176,"target":1},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":183},{"source":183,"target":1},{"source":183,"target":184},{"source":183,"target":19},{"source":183,"target":185},{"source":184,"target":1},{"source":185,"target":186},{"source":185,"target":183},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":187},{"source":187,"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="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentTransient"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes DisjointFeatureAndOperationSignatures"/> </eAnnotations> <eOperations name="isSuperTypeOf" eType="#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="#//EString"/> </eOperations> <eOperations name="getOperationCount" eType="#//EInt"/> <eOperations name="getEOperation" eType="#//EOperation"> <eParameters name="operationID" eType="#//EInt"/> </eOperations> <eOperations name="getOperationID" eType="#//EInt"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eOperations name="getOverride" eType="#//EOperation"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes" upperBound="-1" eType="#//EGenericType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <eOperations name="isInstance" eType="#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eOperations name="create" eType="#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="#//EString"/> </eOperations> <eOperations name="convertToString" eType="#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true"> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eAllContents"> <eGenericType eClassifier="#//ETreeIterator"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eCrossReferences"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eInvoke" eType="#//EJavaObject" eExceptions="#//EInvocationTargetException"> <eParameters name="operation" eType="#//EOperation"/> <eParameters name="arguments"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <eOperations name="getOperationID" eType="#//EInt"/> <eOperations name="isOverrideOf" eType="#//EBoolean"> <eParameters name="someOperation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys ConsistentUnique ConsistentContainer"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidDefaultValueLiteral"/> </eAnnotations> <eOperations name="getFeatureID" eType="#//EInt"/> <eOperations name="getContainerClass"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="#//EGenericType" volatile="true" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="BigDecimal" 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="BigInteger" 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="Boolean" 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="BooleanObject" 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="Byte" 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="ByteArray" 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="ByteObject" 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="Char" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="CharacterObject" 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="Date" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="DiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="Double" 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="DoubleObject" 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="Float" 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="FloatObject" 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="Int" 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="IntegerObject" 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="Long" 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="LongObject" 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="Short" 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="ShortObject" 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="String" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EGenericType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1" eType="#//EClassifier" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="#//ETypeParameter" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="java.lang.reflect.InvocationTargetException" serializable="false"/> </ecore:EPackage>
github:ecore:/data/NMFCode/NMF/Interop/EcoreInterop/Ecore.ecore
ecore
ecore EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName getOperationCount getEOperation operationID getOperationID operation getOverride operation abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures eGenericSuperTypes eAllGenericSuperTypes EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue instanceTypeName ePackage eTypeParameters EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature eInvoke operation arguments EOperation getOperationID isOverrideOf someOperation eContainingClass eTypeParameters eParameters eExceptions eGenericExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType eKeys EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType eGenericType EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class T EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String BigDecimal java.math.BigDecimal java.math.BigDecimal BigInteger java.math.BigInteger java.math.BigInteger Boolean boolean boolean BooleanObject java.lang.Boolean java.lang.Boolean Byte byte byte ByteArray byte[] byte[] ByteObject java.lang.Byte java.lang.Byte Char char char CharacterObject java.lang.Character java.lang.Character Date java.util.Date java.util.Date DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain Double double double DoubleObject java.lang.Double java.lang.Double Float float float FloatObject java.lang.Float java.lang.Float Int int int IntegerObject java.lang.Integer java.lang.Integer Long long long LongObject java.lang.Long java.lang.Long Short short short ShortObject java.lang.Short java.lang.Short String java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E EGenericType eUpperBound eTypeArguments eRawType eLowerBound eTypeParameter eClassifier ETypeParameter eBounds EInvocationTargetException java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException
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":false,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":43,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":44,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":45,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"BigDecimal","instanceClass":"java.math.BigDecimal","id":49,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"BigInteger","instanceClass":"java.math.BigInteger","id":50,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":51,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"BooleanObject","instanceClass":"java.lang.Boolean","id":52,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"Byte","instanceClass":"byte","id":53,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"ByteArray","instanceClass":"[B","id":54,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"ByteObject","instanceClass":"java.lang.Byte","id":55,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"Char","instanceClass":"char","id":56,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"CharacterObject","instanceClass":"java.lang.Character","id":57,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"Date","instanceClass":"java.util.Date","id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"DiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":59,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":60,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"DoubleObject","instanceClass":"java.lang.Double","id":61,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"Float","instanceClass":"float","id":62,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"FloatObject","instanceClass":"java.lang.Float","id":63,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Int","instanceClass":"int","id":64,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"IntegerObject","instanceClass":"java.lang.Integer","id":65,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"Long","instanceClass":"long","id":66,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"LongObject","instanceClass":"java.lang.Long","id":67,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"Short","instanceClass":"short","id":68,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"ShortObject","instanceClass":"java.lang.Short","id":69,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":70,"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":71,"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":72,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.reflect.InvocationTargetException","defaultValue":null,"instanceClassName":"java.lang.reflect.InvocationTargetException","name":"EInvocationTargetException","instanceClass":"java.lang.reflect.InvocationTargetException","id":75,"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":76,"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":77,"derived":true},{"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":"source","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"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":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","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"},{"container":false,"ordered":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":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationCount","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEOperation","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOverride","lowerBound":0,"id":101,"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":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":"interface","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":105,"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":106,"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":107,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":108,"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":109,"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":110,"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":111,"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":112,"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":113,"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":114,"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":115,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllGenericSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":117,"derived":true},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EParameter"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationID","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EParameter"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"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":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"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":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":162,"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":163,"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":164,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":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":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EParameter"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EParameter"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"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":199,"derived":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":200,"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":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":210,"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":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EParameter"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EParameter"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EParameter"},{"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":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":227,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EParameter"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":239,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":248,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eInvoke","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EParameter"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":276,"many":false,"required":false,"eClass":"EParameter"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EParameter"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EParameter"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":287,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverrideOf","lowerBound":0,"id":288,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someOperation","lowerBound":0,"id":296,"many":false,"required":false,"eClass":"EParameter"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":304,"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":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"container":false,"ordered":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":307,"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":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EParameter"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"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":321,"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":322,"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":323,"derived":false},{"container":false,"ordered":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":324,"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":325,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":334,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":335,"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":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":339,"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":340,"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":341,"derived":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":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"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":355,"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":356,"derived":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":357,"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":358,"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":359,"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":360,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"name":"E","id":372,"eClass":"ETypeParameter"},{"name":"T","id":373,"eClass":"ETypeParameter"},{"name":"K","id":374,"eClass":"ETypeParameter"},{"name":"V","id":375,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"name":"E","id":380,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":383,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":1,"target":0},{"source":1,"target":16},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":76,"target":20},{"source":76,"target":79},{"source":76,"target":1},{"source":79,"target":20},{"source":77,"target":5},{"source":77,"target":80},{"source":77,"target":1},{"source":80,"target":5},{"source":78,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"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":81,"target":48},{"source":81,"target":87},{"source":81,"target":2},{"source":87,"target":48},{"source":82,"target":71},{"source":82,"target":88},{"source":82,"target":2},{"source":88,"target":71},{"source":83,"target":9},{"source":83,"target":89},{"source":83,"target":2},{"source":83,"target":90},{"source":89,"target":9},{"source":84,"target":11},{"source":84,"target":91},{"source":84,"target":2},{"source":91,"target":11},{"source":85,"target":11},{"source":85,"target":92},{"source":85,"target":2},{"source":92,"target":11},{"source":86,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":100},{"source":3,"target":101},{"source":3,"target":102},{"source":3,"target":103},{"source":3,"target":104},{"source":3,"target":105},{"source":3,"target":106},{"source":3,"target":107},{"source":3,"target":108},{"source":3,"target":109},{"source":3,"target":110},{"source":3,"target":111},{"source":3,"target":112},{"source":3,"target":113},{"source":3,"target":114},{"source":3,"target":115},{"source":3,"target":116},{"source":3,"target":117},{"source":3,"target":118},{"source":93,"target":20},{"source":93,"target":119},{"source":93,"target":3},{"source":93,"target":120},{"source":119,"target":20},{"source":120,"target":3},{"source":120,"target":121},{"source":120,"target":93},{"source":121,"target":3},{"source":94,"target":37},{"source":94,"target":122},{"source":94,"target":3},{"source":122,"target":37},{"source":95,"target":16},{"source":95,"target":123},{"source":95,"target":3},{"source":95,"target":124},{"source":123,"target":16},{"source":124,"target":37},{"source":124,"target":125},{"source":124,"target":95},{"source":125,"target":37},{"source":96,"target":37},{"source":96,"target":126},{"source":96,"target":3},{"source":96,"target":127},{"source":126,"target":37},{"source":127,"target":16},{"source":127,"target":128},{"source":127,"target":96},{"source":128,"target":16},{"source":97,"target":16},{"source":97,"target":129},{"source":97,"target":3},{"source":97,"target":130},{"source":129,"target":16},{"source":130,"target":48},{"source":130,"target":131},{"source":130,"target":97},{"source":131,"target":48},{"source":98,"target":37},{"source":98,"target":132},{"source":98,"target":3},{"source":132,"target":37},{"source":99,"target":12},{"source":99,"target":133},{"source":99,"target":3},{"source":99,"target":134},{"source":133,"target":12},{"source":134,"target":37},{"source":134,"target":135},{"source":134,"target":99},{"source":135,"target":37},{"source":100,"target":37},{"source":100,"target":136},{"source":100,"target":3},{"source":100,"target":137},{"source":136,"target":37},{"source":137,"target":12},{"source":137,"target":138},{"source":137,"target":100},{"source":138,"target":12},{"source":101,"target":12},{"source":101,"target":139},{"source":101,"target":3},{"source":101,"target":140},{"source":139,"target":12},{"source":140,"target":12},{"source":140,"target":141},{"source":140,"target":101},{"source":141,"target":12},{"source":102,"target":20},{"source":102,"target":142},{"source":102,"target":3},{"source":142,"target":20},{"source":103,"target":20},{"source":103,"target":143},{"source":103,"target":3},{"source":143,"target":20},{"source":104,"target":3},{"source":104,"target":144},{"source":104,"target":3},{"source":144,"target":3},{"source":105,"target":12},{"source":105,"target":145},{"source":105,"target":3},{"source":105,"target":146},{"source":145,"target":12},{"source":106,"target":1},{"source":106,"target":147},{"source":106,"target":3},{"source":147,"target":1},{"source":107,"target":15},{"source":107,"target":148},{"source":107,"target":3},{"source":148,"target":15},{"source":108,"target":15},{"source":108,"target":149},{"source":108,"target":3},{"source":149,"target":15},{"source":109,"target":1},{"source":109,"target":150},{"source":109,"target":3},{"source":150,"target":1},{"source":110,"target":15},{"source":110,"target":151},{"source":110,"target":3},{"source":151,"target":15},{"source":111,"target":12},{"source":111,"target":152},{"source":111,"target":3},{"source":152,"target":12},{"source":112,"target":16},{"source":112,"target":153},{"source":112,"target":3},{"source":153,"target":16},{"source":113,"target":3},{"source":113,"target":154},{"source":113,"target":3},{"source":154,"target":3},{"source":114,"target":1},{"source":114,"target":155},{"source":114,"target":3},{"source":155,"target":1},{"source":115,"target":16},{"source":115,"target":156},{"source":115,"target":3},{"source":115,"target":157},{"source":156,"target":16},{"source":116,"target":73},{"source":116,"target":158},{"source":116,"target":3},{"source":158,"target":73},{"source":117,"target":73},{"source":117,"target":159},{"source":117,"target":3},{"source":159,"target":73},{"source":118,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":160},{"source":4,"target":161},{"source":4,"target":162},{"source":4,"target":163},{"source":4,"target":164},{"source":4,"target":165},{"source":4,"target":166},{"source":4,"target":167},{"source":4,"target":168},{"source":160,"target":20},{"source":160,"target":169},{"source":160,"target":4},{"source":160,"target":170},{"source":169,"target":20},{"source":170,"target":40},{"source":170,"target":171},{"source":170,"target":160},{"source":171,"target":40},{"source":161,"target":37},{"source":161,"target":172},{"source":161,"target":4},{"source":172,"target":37},{"source":162,"target":48},{"source":162,"target":173},{"source":162,"target":4},{"source":173,"target":48},{"source":163,"target":39},{"source":163,"target":174},{"source":163,"target":4},{"source":174,"target":175},{"source":174,"target":39},{"source":164,"target":40},{"source":164,"target":176},{"source":164,"target":4},{"source":176,"target":40},{"source":165,"target":48},{"source":165,"target":177},{"source":165,"target":4},{"source":177,"target":48},{"source":166,"target":13},{"source":166,"target":178},{"source":166,"target":4},{"source":166,"target":179},{"source":178,"target":13},{"source":167,"target":74},{"source":167,"target":180},{"source":167,"target":4},{"source":180,"target":74},{"source":168,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":181},{"source":5,"target":182},{"source":181,"target":20},{"source":181,"target":183},{"source":181,"target":5},{"source":183,"target":20},{"source":182,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":184},{"source":6,"target":185},{"source":6,"target":186},{"source":6,"target":187},{"source":6,"target":188},{"source":184,"target":7},{"source":184,"target":189},{"source":184,"target":6},{"source":184,"target":190},{"source":189,"target":7},{"source":190,"target":48},{"source":190,"target":191},{"source":190,"target":184},{"source":191,"target":48},{"source":185,"target":7},{"source":185,"target":192},{"source":185,"target":6},{"source":185,"target":193},{"source":192,"target":7},{"source":193,"target":37},{"source":193,"target":194},{"source":193,"target":185},{"source":194,"target":37},{"source":186,"target":7},{"source":186,"target":195},{"source":186,"target":6},{"source":186,"target":196},{"source":195,"target":7},{"source":196,"target":48},{"source":196,"target":197},{"source":196,"target":186},{"source":197,"target":48},{"source":187,"target":7},{"source":187,"target":198},{"source":187,"target":6},{"source":187,"target":199},{"source":198,"target":7},{"source":188,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":200},{"source":7,"target":201},{"source":7,"target":202},{"source":7,"target":199},{"source":7,"target":203},{"source":200,"target":37},{"source":200,"target":204},{"source":200,"target":7},{"source":204,"target":37},{"source":201,"target":32},{"source":201,"target":205},{"source":201,"target":7},{"source":205,"target":32},{"source":202,"target":48},{"source":202,"target":206},{"source":202,"target":7},{"source":206,"target":48},{"source":199,"target":6},{"source":199,"target":207},{"source":199,"target":7},{"source":199,"target":187},{"source":207,"target":6},{"source":203,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":208},{"source":8,"target":209},{"source":8,"target":210},{"source":8,"target":211},{"source":8,"target":212},{"source":208,"target":11},{"source":208,"target":213},{"source":208,"target":8},{"source":208,"target":214},{"source":213,"target":11},{"source":214,"target":3},{"source":214,"target":215},{"source":214,"target":208},{"source":215,"target":3},{"source":209,"target":40},{"source":209,"target":216},{"source":209,"target":8},{"source":209,"target":217},{"source":209,"target":218},{"source":216,"target":40},{"source":217,"target":5},{"source":217,"target":219},{"source":217,"target":209},{"source":219,"target":5},{"source":218,"target":48},{"source":218,"target":220},{"source":218,"target":209},{"source":220,"target":48},{"source":210,"target":48},{"source":210,"target":221},{"source":210,"target":8},{"source":210,"target":222},{"source":210,"target":223},{"source":221,"target":48},{"source":222,"target":5},{"source":222,"target":224},{"source":222,"target":210},{"source":224,"target":5},{"source":223,"target":40},{"source":223,"target":225},{"source":223,"target":210},{"source":225,"target":40},{"source":211,"target":13},{"source":211,"target":226},{"source":211,"target":8},{"source":211,"target":227},{"source":226,"target":13},{"source":212,"target":9},{"source":9,"target":0},{"source":9,"target":228},{"source":9,"target":90},{"source":228,"target":2},{"source":228,"target":229},{"source":228,"target":9},{"source":228,"target":230},{"source":229,"target":2},{"source":230,"target":48},{"source":230,"target":231},{"source":230,"target":228},{"source":231,"target":48},{"source":90,"target":2},{"source":90,"target":232},{"source":90,"target":9},{"source":90,"target":83},{"source":232,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":233},{"source":10,"target":234},{"source":233,"target":48},{"source":233,"target":235},{"source":233,"target":10},{"source":235,"target":48},{"source":234,"target":9},{"source":11,"target":0},{"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":236,"target":3},{"source":236,"target":251},{"source":236,"target":11},{"source":251,"target":3},{"source":237,"target":20},{"source":237,"target":252},{"source":237,"target":11},{"source":252,"target":20},{"source":238,"target":44},{"source":238,"target":253},{"source":238,"target":11},{"source":253,"target":44},{"source":239,"target":11},{"source":239,"target":254},{"source":239,"target":11},{"source":254,"target":11},{"source":240,"target":16},{"source":240,"target":255},{"source":240,"target":11},{"source":255,"target":16},{"source":241,"target":15},{"source":241,"target":256},{"source":241,"target":11},{"source":256,"target":15},{"source":242,"target":31},{"source":242,"target":257},{"source":242,"target":11},{"source":257,"target":258},{"source":257,"target":31},{"source":258,"target":11},{"source":243,"target":72},{"source":243,"target":259},{"source":243,"target":11},{"source":259,"target":260},{"source":259,"target":72},{"source":260,"target":11},{"source":244,"target":31},{"source":244,"target":261},{"source":244,"target":11},{"source":261,"target":262},{"source":261,"target":31},{"source":262,"target":11},{"source":245,"target":40},{"source":245,"target":263},{"source":245,"target":11},{"source":245,"target":264},{"source":263,"target":40},{"source":264,"target":16},{"source":264,"target":265},{"source":264,"target":245},{"source":265,"target":16},{"source":246,"target":40},{"source":246,"target":266},{"source":246,"target":11},{"source":246,"target":267},{"source":246,"target":268},{"source":266,"target":40},{"source":267,"target":16},{"source":267,"target":269},{"source":267,"target":246},{"source":269,"target":16},{"source":268,"target":20},{"source":268,"target":270},{"source":268,"target":246},{"source":270,"target":20},{"source":247,"target":11},{"source":247,"target":271},{"source":247,"target":272},{"source":271,"target":16},{"source":271,"target":273},{"source":271,"target":247},{"source":273,"target":16},{"source":272,"target":40},{"source":272,"target":274},{"source":272,"target":247},{"source":274,"target":40},{"source":248,"target":20},{"source":248,"target":275},{"source":248,"target":11},{"source":248,"target":276},{"source":275,"target":20},{"source":276,"target":16},{"source":276,"target":277},{"source":276,"target":248},{"source":277,"target":16},{"source":249,"target":11},{"source":249,"target":278},{"source":278,"target":16},{"source":278,"target":279},{"source":278,"target":249},{"source":279,"target":16},{"source":250,"target":40},{"source":250,"target":280},{"source":250,"target":11},{"source":250,"target":281},{"source":250,"target":282},{"source":250,"target":75},{"source":250,"target":283},{"source":280,"target":40},{"source":281,"target":12},{"source":281,"target":284},{"source":281,"target":250},{"source":284,"target":12},{"source":282,"target":285},{"source":282,"target":250},{"source":285,"target":286},{"source":283,"target":75},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":287},{"source":12,"target":288},{"source":12,"target":146},{"source":12,"target":289},{"source":12,"target":290},{"source":12,"target":291},{"source":12,"target":292},{"source":12,"target":293},{"source":287,"target":37},{"source":287,"target":294},{"source":287,"target":12},{"source":294,"target":37},{"source":288,"target":20},{"source":288,"target":295},{"source":288,"target":12},{"source":288,"target":296},{"source":295,"target":20},{"source":296,"target":12},{"source":296,"target":297},{"source":296,"target":288},{"source":297,"target":12},{"source":146,"target":3},{"source":146,"target":298},{"source":146,"target":12},{"source":146,"target":105},{"source":298,"target":3},{"source":289,"target":74},{"source":289,"target":299},{"source":289,"target":12},{"source":299,"target":74},{"source":290,"target":14},{"source":290,"target":300},{"source":290,"target":12},{"source":290,"target":301},{"source":300,"target":14},{"source":291,"target":4},{"source":291,"target":302},{"source":291,"target":12},{"source":302,"target":4},{"source":292,"target":73},{"source":292,"target":303},{"source":292,"target":12},{"source":303,"target":73},{"source":293,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":304},{"source":13,"target":305},{"source":13,"target":306},{"source":13,"target":227},{"source":13,"target":179},{"source":13,"target":307},{"source":13,"target":308},{"source":13,"target":309},{"source":304,"target":4},{"source":304,"target":310},{"source":304,"target":13},{"source":304,"target":311},{"source":310,"target":4},{"source":311,"target":48},{"source":311,"target":312},{"source":311,"target":304},{"source":312,"target":48},{"source":305,"target":48},{"source":305,"target":313},{"source":305,"target":13},{"source":313,"target":48},{"source":306,"target":48},{"source":306,"target":314},{"source":306,"target":13},{"source":314,"target":48},{"source":227,"target":8},{"source":227,"target":315},{"source":227,"target":13},{"source":227,"target":211},{"source":315,"target":8},{"source":179,"target":4},{"source":179,"target":316},{"source":179,"target":13},{"source":179,"target":166},{"source":316,"target":4},{"source":307,"target":13},{"source":307,"target":317},{"source":307,"target":13},{"source":307,"target":308},{"source":317,"target":13},{"source":308,"target":13},{"source":308,"target":318},{"source":308,"target":13},{"source":308,"target":307},{"source":318,"target":13},{"source":309,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":301},{"source":14,"target":319},{"source":301,"target":12},{"source":301,"target":320},{"source":301,"target":14},{"source":301,"target":290},{"source":320,"target":12},{"source":319,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":321},{"source":15,"target":322},{"source":15,"target":323},{"source":15,"target":324},{"source":15,"target":325},{"source":15,"target":326},{"source":15,"target":327},{"source":321,"target":20},{"source":321,"target":328},{"source":321,"target":15},{"source":328,"target":20},{"source":322,"target":20},{"source":322,"target":329},{"source":322,"target":15},{"source":329,"target":20},{"source":323,"target":20},{"source":323,"target":330},{"source":323,"target":15},{"source":330,"target":20},{"source":324,"target":15},{"source":324,"target":331},{"source":324,"target":15},{"source":331,"target":15},{"source":325,"target":3},{"source":325,"target":332},{"source":325,"target":15},{"source":332,"target":3},{"source":326,"target":1},{"source":326,"target":333},{"source":326,"target":15},{"source":333,"target":1},{"source":327,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":334},{"source":16,"target":335},{"source":16,"target":336},{"source":16,"target":337},{"source":16,"target":338},{"source":16,"target":339},{"source":16,"target":340},{"source":16,"target":341},{"source":16,"target":342},{"source":16,"target":157},{"source":16,"target":343},{"source":334,"target":37},{"source":334,"target":344},{"source":334,"target":16},{"source":344,"target":37},{"source":335,"target":39},{"source":335,"target":345},{"source":335,"target":16},{"source":345,"target":346},{"source":345,"target":39},{"source":336,"target":20},{"source":336,"target":347},{"source":336,"target":16},{"source":347,"target":20},{"source":337,"target":20},{"source":337,"target":348},{"source":337,"target":16},{"source":348,"target":20},{"source":338,"target":20},{"source":338,"target":349},{"source":338,"target":16},{"source":349,"target":20},{"source":339,"target":48},{"source":339,"target":350},{"source":339,"target":16},{"source":350,"target":48},{"source":340,"target":40},{"source":340,"target":351},{"source":340,"target":16},{"source":351,"target":40},{"source":341,"target":20},{"source":341,"target":352},{"source":341,"target":16},{"source":352,"target":20},{"source":342,"target":20},{"source":342,"target":353},{"source":342,"target":16},{"source":353,"target":20},{"source":157,"target":3},{"source":157,"target":354},{"source":157,"target":16},{"source":157,"target":115},{"source":354,"target":3},{"source":343,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":355},{"source":17,"target":356},{"source":17,"target":357},{"source":17,"target":358},{"source":17,"target":359},{"source":17,"target":360},{"source":17,"target":361},{"source":17,"target":362},{"source":17,"target":363},{"source":355,"target":20},{"source":355,"target":364},{"source":355,"target":17},{"source":364,"target":20},{"source":356,"target":20},{"source":356,"target":365},{"source":356,"target":17},{"source":365,"target":20},{"source":357,"target":37},{"source":357,"target":366},{"source":357,"target":17},{"source":366,"target":37},{"source":358,"target":37},{"source":358,"target":367},{"source":358,"target":17},{"source":367,"target":37},{"source":359,"target":20},{"source":359,"target":368},{"source":359,"target":17},{"source":368,"target":20},{"source":360,"target":20},{"source":360,"target":369},{"source":360,"target":17},{"source":369,"target":20},{"source":361,"target":4},{"source":361,"target":370},{"source":361,"target":17},{"source":370,"target":4},{"source":362,"target":73},{"source":362,"target":371},{"source":362,"target":17},{"source":371,"target":73},{"source":363,"target":10},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":372},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":373},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":374},{"source":43,"target":375},{"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":50,"target":0},{"source":51,"target":0},{"source":52,"target":0},{"source":53,"target":0},{"source":54,"target":0},{"source":55,"target":0},{"source":56,"target":0},{"source":57,"target":0},{"source":58,"target":0},{"source":59,"target":0},{"source":60,"target":0},{"source":61,"target":0},{"source":62,"target":0},{"source":63,"target":0},{"source":64,"target":0},{"source":65,"target":0},{"source":66,"target":0},{"source":67,"target":0},{"source":68,"target":0},{"source":69,"target":0},{"source":70,"target":0},{"source":71,"target":0},{"source":71,"target":376},{"source":71,"target":377},{"source":376,"target":48},{"source":376,"target":378},{"source":376,"target":71},{"source":378,"target":48},{"source":377,"target":48},{"source":377,"target":379},{"source":377,"target":71},{"source":379,"target":48},{"source":72,"target":0},{"source":72,"target":380},{"source":73,"target":0},{"source":73,"target":381},{"source":73,"target":382},{"source":73,"target":383},{"source":73,"target":384},{"source":73,"target":385},{"source":73,"target":386},{"source":381,"target":73},{"source":381,"target":387},{"source":381,"target":73},{"source":387,"target":73},{"source":382,"target":73},{"source":382,"target":388},{"source":382,"target":73},{"source":388,"target":73},{"source":383,"target":4},{"source":383,"target":389},{"source":383,"target":73},{"source":389,"target":4},{"source":384,"target":73},{"source":384,"target":390},{"source":384,"target":73},{"source":390,"target":73},{"source":385,"target":74},{"source":385,"target":391},{"source":385,"target":73},{"source":391,"target":74},{"source":386,"target":4},{"source":386,"target":392},{"source":386,"target":73},{"source":392,"target":4},{"source":74,"target":0},{"source":74,"target":10},{"source":74,"target":393},{"source":74,"target":394},{"source":393,"target":73},{"source":393,"target":395},{"source":393,"target":74},{"source":395,"target":73},{"source":394,"target":10},{"source":75,"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="saltCommon" nsURI="saltCommon" nsPrefix="saltCommon"> <eClassifiers xsi:type="ecore:EClass" name="SaltProject"> <eOperations name="loadSaltProject"> <eParameters name="saltProjectURI" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eOperations name="loadSaltProject_GrAF"> <eParameters name="saltProjectUri" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> <eParameters name="properties" eType="#//Properties"/> </eOperations> <eOperations name="differences" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="obj" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="loadSCorpusGraph_GrAF" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eParameters name="sCorpusGraphURI" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> <eParameters name="properties" eType="#//Properties"/> </eOperations> <eOperations name="loadSDocumentGraph_GrAF"> <eParameters name="sDocumentGraphURI" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> <eParameters name="sDocument" eType="#//sCorpusStructure/SDocument"/> <eParameters name="properties" eType="#//Properties"/> </eOperations> <eOperations name="saveSCorpusGraph_DOT"> <eParameters name="uri" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> <eParameters name="sElementID" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"/> </eOperations> <eOperations name="saveSaltProject"> <eParameters name="saltProjectURI" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eOperations name="saveSaltProject_DOT"> <eParameters name="uri" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eOperations name="saveSDocumentGraph_DOT"> <eParameters name="uri" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> <eParameters name="sElementID" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"/> </eOperations> <eOperations name="loadSCorpusStructure"> <eParameters name="saltProjectURI" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eOperations name="getSDocumentGraphLocations"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"/> <eTypeArguments eClassifier="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusGraphs" upperBound="-1" eType="#//sCorpusStructure/SCorpusGraph" containment="true" eOpposite="#//sCorpusStructure/SCorpusGraph/saltProject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Properties" instanceClassName="java.util.Properties"/> <eClassifiers xsi:type="ecore:EEnum" name="SFEATURE_NAME"> <eLiterals name="SDOCUMENT_GRAPH_LOCATION"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Tokenizer" instanceClassName="de.hu_berlin.german.korpling.saltnpepper.salt.saltCommon.sDocumentStructure.tokenizer.Tokenizer"/> <eSubpackages name="sCorpusStructure" nsURI="sCorpusStructure" nsPrefix="sCorpusStructure"> <eClassifiers xsi:type="ecore:EClass" name="SCorpusGraph" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SGraph"> <eOperations name="getSCorpus" eType="#//sCorpusStructure/SCorpus"> <eParameters name="sCorpusId" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"/> </eOperations> <eOperations name="getSDocument" eType="#//sCorpusStructure/SDocument"> <eParameters name="sDocumentId" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"/> </eOperations> <eOperations name="addSSubCorpus" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"> <eParameters name="sSuperCorpus" eType="#//sCorpusStructure/SCorpus"/> <eParameters name="sSubCorpus" eType="#//sCorpusStructure/SCorpus"/> </eOperations> <eOperations name="addSDocument" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SElementId"> <eParameters name="sCorpus" eType="#//sCorpusStructure/SCorpus"/> <eParameters name="sDocument" eType="#//sCorpusStructure/SDocument"/> </eOperations> <eOperations name="getSCorpus" eType="#//sCorpusStructure/SCorpus"> <eParameters name="sDocument" eType="#//sCorpusStructure/SDocument"/> </eOperations> <eOperations name="getSRootCorpus" upperBound="-1" eType="#//sCorpusStructure/SCorpus"/> <eOperations name="load"> <eParameters name="sCorpusGraphUri" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocuments" upperBound="-1" eType="#//sCorpusStructure/SDocument" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sCorpusStructure/SDocument/sCorpusGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="saltProject" eType="#//SaltProject" eOpposite="#//SaltProject/sCorpusGraphs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpora" upperBound="-1" eType="#//sCorpusStructure/SCorpus" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sCorpusStructure/SCorpus/sCorpusGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusRelations" upperBound="-1" eType="#//sCorpusStructure/SCorpusRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sCorpusStructure/SCorpusRelation/sCorpusGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusDocumentRelations" upperBound="-1" eType="#//sCorpusStructure/SCorpusDocumentRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sCorpusStructure/SCorpusDocumentRelation/sCorpusGraph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SDocument" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"> <eOperations name="saveSDocumentGraph"> <eParameters name="sDocumentGraphLocation" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eOperations name="loadSDocumentGraph"/> <eOperations name="loadSDocumentGraph"> <eParameters name="sDocumentGraphLocation" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusGraph" eType="#//sCorpusStructure/SCorpusGraph" volatile="true" transient="true" derived="true" eOpposite="#//sCorpusStructure/SCorpusGraph/sDocuments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" eOpposite="#//sDocumentStructure/SDocumentGraph/sDocument"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SDocumentGraphLocation" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SCorpus" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusGraph" eType="#//sCorpusStructure/SCorpusGraph" volatile="true" transient="true" derived="true" eOpposite="#//sCorpusStructure/SCorpusGraph/sCorpora"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SCorpusRelation" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sSuperCorpus" eType="#//sCorpusStructure/SCorpus" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sSubCorpus" eType="#//sCorpusStructure/SCorpus" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusGraph" eType="#//sCorpusStructure/SCorpusGraph" volatile="true" transient="true" derived="true" eOpposite="#//sCorpusStructure/SCorpusGraph/sCorpusRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SCorpusDocumentRelation" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpus" eType="#//sCorpusStructure/SCorpus" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocument" eType="#//sCorpusStructure/SDocument" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sCorpusGraph" eType="#//sCorpusStructure/SCorpusGraph" volatile="true" transient="true" derived="true" eOpposite="#//sCorpusStructure/SCorpusGraph/sCorpusDocumentRelations"/> </eClassifiers> </eSubpackages> <eSubpackages name="sDocumentStructure" nsURI="sDocumentStructure" nsPrefix="sDocumentStructure"> <eClassifiers xsi:type="ecore:EClass" name="SDocumentGraph" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SGraph"> <eOperations name="addSNode" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eParameters name="sourceSNode" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> <eParameters name="targetSNode" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> <eParameters name="sRelationType" eType="#//sDocumentStructure/STYPE_NAME"/> </eOperations> <eOperations name="getSSpanBySequence" upperBound="-1" eType="#//sDocumentStructure/SSpan"> <eParameters name="sequence" eType="#//sDocumentStructure/SDataSourceSequence"/> </eOperations> <eOperations name="createSTextualDS" eType="#//sDocumentStructure/STextualDS"> <eParameters name="sText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="createSToken" eType="#//sDocumentStructure/SToken"> <eParameters name="sDSSequences" upperBound="-1" eType="#//sDocumentStructure/SDataSourceSequence"/> </eOperations> <eOperations name="createSToken" eType="#//sDocumentStructure/SToken"> <eParameters name="sDSSequence" eType="#//sDocumentStructure/SDataSourceSequence"/> </eOperations> <eOperations name="createSTimeline" eType="#//sDocumentStructure/STimeline"/> <eOperations name="getSTokensBySequence" upperBound="-1" eType="#//sDocumentStructure/SToken"> <eParameters name="sequence" eType="#//sDocumentStructure/SDataSourceSequence"/> </eOperations> <eOperations name="getSStructureBySequence" upperBound="-1" eType="#//sDocumentStructure/SStructure"> <eParameters name="sequence" eType="#//sDocumentStructure/SDataSourceSequence"/> </eOperations> <eOperations name="getSNodeBySequence" upperBound="-1" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"> <eParameters name="sequence" eType="#//sDocumentStructure/SDataSourceSequence"/> </eOperations> <eOperations name="getOverlappedDSSequences" upperBound="-1" eType="#//sDocumentStructure/SDataSourceSequence"> <eParameters name="sNode" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> <eParameters name="sRelationTypes" upperBound="-1" eType="#//sDocumentStructure/STYPE_NAME"/> </eOperations> <eOperations name="getOverlappedDSSequences" upperBound="-1" eType="#//sDocumentStructure/SDataSourceSequence"> <eParameters name="sNode" upperBound="-1" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> <eParameters name="sRelationTypes" upperBound="-1" eType="#//sDocumentStructure/STYPE_NAME"/> </eOperations> <eOperations name="isContinuousByText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="subSNodeList" upperBound="-1" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> <eParameters name="fullSNodeList" upperBound="-1" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> </eOperations> <eOperations name="isContinuousByText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="subSNodeList" upperBound="-1" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> </eOperations> <eOperations name="getSortedSTokenByText" upperBound="-1" eType="#//sDocumentStructure/SToken"> <eParameters name="sTokens2sort" upperBound="-1" eType="#//sDocumentStructure/SToken"/> </eOperations> <eOperations name="getSortedSTokenByText" upperBound="-1" eType="#//sDocumentStructure/SToken"/> <eOperations name="createSSpan" eType="#//sDocumentStructure/SSpan"> <eParameters name="sourceSToken" eType="#//sDocumentStructure/SToken"/> </eOperations> <eOperations name="createSSpan" eType="#//sDocumentStructure/SSpan"> <eParameters name="sTokens" upperBound="-1" eType="#//sDocumentStructure/SToken"/> </eOperations> <eOperations name="createSStructure" eType="#//sDocumentStructure/SStructure"> <eParameters name="sourceSNode" eType="#//sDocumentStructure/SStructuredNode"/> </eOperations> <eOperations name="sortSTokenByText"/> <eOperations name="createSStructure" eType="#//sDocumentStructure/SStructure"> <eParameters name="sStructures" upperBound="-1" eType="#//sDocumentStructure/SStructuredNode"/> </eOperations> <eOperations name="getRootsBySRelation" upperBound="-1" eType="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"> <eParameters name="sType" eType="#//sDocumentStructure/STYPE_NAME"/> </eOperations> <eOperations name="getRootsBySRelationSType"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EClass ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> </eTypeArguments> </eGenericType> <eParameters name="sType" eType="#//sDocumentStructure/STYPE_NAME"/> </eOperations> <eOperations name="createSToken" eType="#//sDocumentStructure/SToken"> <eParameters name="sSequentialDS" eType="#//sDocumentStructure/SSequentialDS"/> <eParameters name="sStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eParameters name="sEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eOperations> <eOperations name="tokenize" upperBound="-1" eType="#//sDocumentStructure/SToken"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tokenizes all {@link STextualDS} object being contained in this {@link SDocumentGraph} object. The Tokenization is similar to the tokenization made by the TreeTagger tokenizer. This method calls the method {@link #createTokenizer()} and initilizes with automatic detected values. The language will be detected automatically for each {@link STextualDS} object by use of the {@link TextCategorizer} (see: &lt;a href=&quot;http://textcat.sourceforge.net/doc/org/knallgrau/utils/textcat/TextCategorizer.html&quot;>http://textcat.sourceforge.net/doc/org/knallgrau/utils/textcat/TextCategorizer.html&lt;/a>). If the language is one of the given ones: english, french, italian and german, abbreviations also taken from the Treetagger will be used.&#xD;&#xA;To customize these settings use the method {@link #createTokenizer()}.&#xD;&#xA;&#xD;&#xA;The used Treetagger is a reimplementation in Java with permission from the original TreeTagger tokenizer in Perl by Helmut Schmid (see: &lt;a href=&quot;http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/&quot;>http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/&lt;/a>).&#xD;&#xA;For each token detected in the text given by &lt;code>sTextualDS.getSText()&lt;/code> an {@link SToken} object is created and linked with the {@link STextualDS} object via a new {@link STextualRelation} object containing the textual offset."/> </eAnnotations> </eOperations> <eOperations name="createTokenizer" eType="#//Tokenizer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Creates a new {@link Tokenizer} object to tokenize the set {@link STextualDS} objects being contained in this {@link SDocumentGraph} object. To customize the tokenization, set take a look to the properties of the returned {@link Tokenizer} object. This method is used by the method {@link #tokenize()}.&#xD;&#xA;The used Treetagger is a reimplementation in Java with permission from the original TreeTagger tokenizer in Perl by Helmut Schmid (see: &lt;a href=&quot;http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/&quot;>http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/&lt;/a>).&#xD;&#xA;For each token detected in the text given by &lt;code>sTextualDS.getSText()&lt;/code> an {@link SToken} object is created and linked with the {@link STextualDS} object via a new {@link STextualRelation} object containing the textual offset. &#xD;&#xA;If the set {@link STextualDS} object is empty or if it does not belong to this {@link SDocumentGraph} object an exception is thrown. "/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocument" eType="#//sCorpusStructure/SDocument" eOpposite="#//sCorpusStructure/SDocument/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sTextualDSs" upperBound="-1" eType="#//sDocumentStructure/STextualDS" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/STextualDS/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sTextualRelations" upperBound="-1" eType="#//sDocumentStructure/STextualRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/STextualRelation/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sTokens" upperBound="-1" eType="#//sDocumentStructure/SToken" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SToken/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sTimeline" eType="#//sDocumentStructure/STimeline" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/STimeline/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sTimelineRelations" upperBound="-1" eType="#//sDocumentStructure/STimelineRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/STimelineRelation/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sSpanningRelations" upperBound="-1" eType="#//sDocumentStructure/SSpanningRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SSpanningRelation/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sSpans" upperBound="-1" eType="#//sDocumentStructure/SSpan" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SSpan/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sStructures" upperBound="-1" eType="#//sDocumentStructure/SStructure" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SStructure/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDominanceRelations" upperBound="-1" eType="#//sDocumentStructure/SDominanceRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SDominanceRelation/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sPointingRelations" upperBound="-1" eType="#//sDocumentStructure/SPointingRelation" volatile="true" transient="true" containment="true" eOpposite="#//sDocumentStructure/SPointingRelation/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sAudioDSRelations" upperBound="-1" eType="#//sDocumentStructure/SAudioDSRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SAudioDSRelation/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sAudioDataSources" upperBound="-1" eType="#//sDocumentStructure/SAudioDataSource" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SAudioDataSource/sDocumentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sOrderRelations" upperBound="-1" eType="#//sDocumentStructure/SOrderRelation" volatile="true" transient="true" derived="true" containment="true" eOpposite="#//sDocumentStructure/SOrderRelation/sDocumentGraph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STextualDS" eSuperTypes="#//sDocumentStructure/SSequentialDS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sTextualDSs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SToken" eSuperTypes="#//sDocumentStructure/SStructuredNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sTokens"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STextualRelation" eSuperTypes="#//sDocumentStructure/SSequentialRelation #//sDocumentStructure/STextOverlappingRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sToken" eType="#//sDocumentStructure/SToken" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sTextualDS" eType="#//sDocumentStructure/STextualDS" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sTextualRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SSequentialRelation" abstract="true" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SSequentialDS" abstract="true" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This value represents the first position of where the data starts. In general this value is 0. In case of the {@link SSequentialDS} is a {@link STextualDS}, this value determines the position where the text starts. This value is null if the value {@link #SData} is null."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This value represents the last position of where the data ends. In case of the {@link SSequentialDS} is a {@link STextualDS}, this value determines the position of the last character of the text. This value is null if the value {@link #SData} is null."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STimeline" eSuperTypes="#//sDocumentStructure/SSequentialDS"> <eOperations name="addSPointOfTime"> <eParameters name="sPointOfTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sTimeline"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sPointsOfTime" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STimelineRelation" eSuperTypes="#//sDocumentStructure/SSequentialRelation #//sDocumentStructure/STimeOverlappingRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sTimeline" eType="#//sDocumentStructure/STimeline" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sToken" eType="#//sDocumentStructure/SToken" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sTimelineRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SSpan" eSuperTypes="#//sDocumentStructure/SStructuredNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sSpans"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SSpanningRelation" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation #//sDocumentStructure/STextOverlappingRelation #//sDocumentStructure/STimeOverlappingRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sToken" eType="#//sDocumentStructure/SToken" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sSpan" eType="#//sDocumentStructure/SSpan" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sSpanningRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SFEATURE_NAMES"> <eLiterals name="STEXT_OVERLAPPING" literal="salt::STEXT_OVERLAPPING"/> <eLiterals name="SSTART" value="1"/> <eLiterals name="SEND" value="2"/> <eLiterals name="STEXT" value="3"/> <eLiterals name="SDATA" value="4"/> <eLiterals name="STIME_OVERLAPPING" value="5"/> <eLiterals name="STYPE_SRELATION" value="6" literal="SType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STextOverlappingRelation" abstract="true" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eOperations name="isSTextOverlapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STimeOverlappingRelation" abstract="true" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eOperations name="isSTimeOverlapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SStructuredNode" abstract="true" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SNode"/> <eClassifiers xsi:type="ecore:EClass" name="SStructure" eSuperTypes="#//sDocumentStructure/SStructuredNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sStructures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SPointingRelation" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="SStructuredSource" eType="#//sDocumentStructure/SStructuredNode" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SStructuredTarget" eType="#//sDocumentStructure/SStructuredNode" volatile="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sPointingRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SDominanceRelation" eSuperTypes="#//sDocumentStructure/STextOverlappingRelation #//sDocumentStructure/STimeOverlappingRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sStructure" eType="#//sDocumentStructure/SStructure" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sStructuredTarget" eType="#//sDocumentStructure/SStructuredNode" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sDominanceRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="STYPE_NAME"> <eLiterals name="STEXTUAL_DS" literal="STextualDS"/> <eLiterals name="STOKEN" value="1" literal="SToken"/> <eLiterals name="SSPAN" value="2" literal="SSpan"/> <eLiterals name="SSTRUCTURE" value="3" literal="SStructure"/> <eLiterals name="STEXTUAL_RELATION" value="4" literal="STextualRelation"/> <eLiterals name="SSPANNING_RELATION" value="5" literal="SSpanningRelation"/> <eLiterals name="SDOMINANCE_RELATION" value="6" literal="SDominanceRelation"/> <eLiterals name="SPOINTING_RELATION" value="7" literal="SPointingRelation"/> <eLiterals name="STEXT_OVERLAPPING_RELATION" value="8"/> <eLiterals name="STIME_OVERLAPPING_RELATION" value="9"/> <eLiterals name="SSEQUENTIAL_RELATION" value="10"/> <eLiterals name="SORDER_RELATION" value="11"/> <eLiterals name="SDOCUMENT" value="12"/> <eLiterals name="SCORPUS" value="13"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SDataSourceSequence"> <eOperations name="validate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sSequentialDS" eType="#//sDocumentStructure/SSequentialDS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SAudioDataSource" eSuperTypes="#//sDocumentStructure/SSequentialDS"> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sAudioDataSources"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sAudioReference" eType="ecore:EDataType ../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//URI" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SAudioDSRelation" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sToken" eType="#//sDocumentStructure/SToken" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sAudioDS" eType="#//sDocumentStructure/SAudioDataSource" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sAudioDSRelations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOrderRelation" eSuperTypes="../../../../../salt-saltCore/src/main/resources/model/saltCore.ecore#//SRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sDocumentGraph" eType="#//sDocumentStructure/SDocumentGraph" volatile="true" transient="true" derived="true" eOpposite="#//sDocumentStructure/SDocumentGraph/sOrderRelations"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/saltCommon.ecore
ecore
saltCommon SaltProject loadSaltProject saltProjectURI loadSaltProject_GrAF saltProjectUri properties differences obj loadSCorpusGraph_GrAF sCorpusGraphURI properties loadSDocumentGraph_GrAF sDocumentGraphURI sDocument properties saveSCorpusGraph_DOT uri sElementID saveSaltProject saltProjectURI saveSaltProject_DOT uri saveSDocumentGraph_DOT uri sElementID loadSCorpusStructure saltProjectURI getSDocumentGraphLocations sCorpusGraphs sName Properties java.util.Properties java.util.Properties SFEATURE_NAME SDOCUMENT_GRAPH_LOCATION SDOCUMENT_GRAPH_LOCATION Tokenizer de.hu_berlin.german.korpling.saltnpepper.salt.saltCommon.sDocumentStructure.tokenizer.Tokenizer de.hu_berlin.german.korpling.saltnpepper.salt.saltCommon.sDocumentStructure.tokenizer.Tokenizer sCorpusStructure SCorpusGraph getSCorpus sCorpusId getSDocument sDocumentId addSSubCorpus sSuperCorpus sSubCorpus addSDocument sCorpus sDocument getSCorpus sDocument getSRootCorpus load sCorpusGraphUri sDocuments saltProject sCorpora sCorpusRelations sCorpusDocumentRelations SDocument saveSDocumentGraph sDocumentGraphLocation loadSDocumentGraph loadSDocumentGraph sDocumentGraphLocation sCorpusGraph sDocumentGraph SDocumentGraphLocation SCorpus sCorpusGraph SCorpusRelation sSuperCorpus sSubCorpus sCorpusGraph SCorpusDocumentRelation sCorpus sDocument sCorpusGraph sDocumentStructure SDocumentGraph addSNode sourceSNode targetSNode sRelationType getSSpanBySequence sequence createSTextualDS sText createSToken sDSSequences createSToken sDSSequence createSTimeline getSTokensBySequence sequence getSStructureBySequence sequence getSNodeBySequence sequence getOverlappedDSSequences sNode sRelationTypes getOverlappedDSSequences sNode sRelationTypes isContinuousByText subSNodeList fullSNodeList isContinuousByText subSNodeList getSortedSTokenByText sTokens2sort getSortedSTokenByText createSSpan sourceSToken createSSpan sTokens createSStructure sourceSNode sortSTokenByText createSStructure sStructures getRootsBySRelation sType getRootsBySRelationSType sType createSToken sSequentialDS sStart sEnd tokenize createTokenizer sDocument sTextualDSs sTextualRelations sTokens sTimeline sTimelineRelations sSpanningRelations sSpans sStructures sDominanceRelations sPointingRelations sAudioDSRelations sAudioDataSources sOrderRelations STextualDS sText sDocumentGraph SToken sDocumentGraph STextualRelation sToken sTextualDS sDocumentGraph SSequentialRelation sStart sEnd SSequentialDS sData sStart sEnd STimeline addSPointOfTime sPointOfTime sDocumentGraph sPointsOfTime STimelineRelation sTimeline sToken sDocumentGraph SSpan sDocumentGraph SSpanningRelation sToken sSpan sDocumentGraph SFEATURE_NAMES STEXT_OVERLAPPING salt::STEXT_OVERLAPPING SSTART SSTART SEND SEND STEXT STEXT SDATA SDATA STIME_OVERLAPPING STIME_OVERLAPPING STYPE_SRELATION SType STextOverlappingRelation isSTextOverlapping STimeOverlappingRelation isSTimeOverlapping SStructuredNode SStructure sDocumentGraph SPointingRelation SStructuredSource SStructuredTarget sDocumentGraph SDominanceRelation sStructure sStructuredTarget sDocumentGraph STYPE_NAME STEXTUAL_DS STextualDS STOKEN SToken SSPAN SSpan SSTRUCTURE SStructure STEXTUAL_RELATION STextualRelation SSPANNING_RELATION SSpanningRelation SDOMINANCE_RELATION SDominanceRelation SPOINTING_RELATION SPointingRelation STEXT_OVERLAPPING_RELATION STEXT_OVERLAPPING_RELATION STIME_OVERLAPPING_RELATION STIME_OVERLAPPING_RELATION SSEQUENTIAL_RELATION SSEQUENTIAL_RELATION SORDER_RELATION SORDER_RELATION SDOCUMENT SDOCUMENT SCORPUS SCORPUS SDataSourceSequence validate sStart sEnd sSequentialDS SAudioDataSource sDocumentGraph sAudioReference SAudioDSRelation sStart sEnd sToken sAudioDS sDocumentGraph SOrderRelation sDocumentGraph
null
{"directed":true,"nodes":[{"nsPrefix":"saltCommon","nsURI":"saltCommon","name":"saltCommon","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SaltProject","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Properties","defaultValue":null,"instanceClassName":"java.util.Properties","name":"Properties","instanceClass":"java.util.Properties","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"SFEATURE_NAME","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"de.hu_berlin.german.korpling.saltnpepper.salt.saltCommon.sDocumentStructure.tokenizer.Tokenizer","defaultValue":null,"instanceClassName":"de.hu_berlin.german.korpling.saltnpepper.salt.saltCommon.sDocumentStructure.tokenizer.Tokenizer","name":"Tokenizer","instanceClass":null,"id":4,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"sCorpusStructure","nsURI":"sCorpusStructure","name":"sCorpusStructure","id":5,"eClass":"EPackage"},{"nsPrefix":"sDocumentStructure","nsURI":"sDocumentStructure","name":"sDocumentStructure","id":6,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSaltProject","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSaltProject_GrAF","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"differences","lowerBound":0,"id":9,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSCorpusGraph_GrAF","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSDocumentGraph_GrAF","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveSCorpusGraph_DOT","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveSaltProject","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveSaltProject_DOT","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"saveSDocumentGraph_DOT","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSCorpusStructure","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSDocumentGraphLocations","lowerBound":0,"id":17,"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":"sCorpusGraphs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"sName","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"saltProjectURI","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EParameter"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"saltProjectUri","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"properties","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EParameter"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"obj","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sCorpusGraphURI","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"properties","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocumentGraphURI","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocument","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"properties","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"id":37,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SDocument","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sElementID","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"saltProjectURI","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sElementID","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"saltProjectURI","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SCorpusGraph","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"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":"saltProject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"name":"SDOCUMENT_GRAPH_LOCATION","id":62,"value":0,"literal":"SDOCUMENT_GRAPH_LOCATION","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SCorpus","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SCorpusRelation","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SCorpusDocumentRelation","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSCorpus","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSDocument","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSSubCorpus","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSDocument","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSCorpus","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSRootCorpus","lowerBound":0,"id":71,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"load","lowerBound":0,"id":72,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"sDocuments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sCorpora","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sCorpusRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"sCorpusDocumentRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":true},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sCorpusId","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocumentId","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EParameter"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sSuperCorpus","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sSubCorpus","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sCorpus","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocument","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocument","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sCorpusGraphUri","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sCorpusGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":true},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sCorpusGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":true},{"id":105,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sCorpusGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":true},{"id":107,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sCorpusGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":true},{"ordered":true,"upperBound":1,"unique":true,"name":"saveSDocumentGraph","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSDocumentGraph","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadSDocumentGraph","lowerBound":0,"id":111,"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":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"SDocumentGraphLocation","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":true},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocumentGraphLocation","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDocumentGraphLocation","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SDocumentGraph","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sDocument","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":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sSuperCorpus","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"sSubCorpus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":true},{"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":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sCorpus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"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":"sDocument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":true},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STextualDS","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SToken","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STextualRelation","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SSequentialRelation","instanceClass":null,"abstract":true,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SSequentialDS","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STimeline","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STimelineRelation","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SSpan","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SSpanningRelation","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SFEATURE_NAMES","instanceClass":null,"id":147,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STextOverlappingRelation","instanceClass":null,"abstract":true,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STimeOverlappingRelation","instanceClass":null,"abstract":true,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SStructuredNode","instanceClass":null,"abstract":true,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SStructure","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SPointingRelation","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SDominanceRelation","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"STYPE_NAME","instanceClass":null,"id":154,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SDataSourceSequence","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SAudioDataSource","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SAudioDSRelation","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOrderRelation","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSNode","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSSpanBySequence","lowerBound":0,"id":160,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSTextualDS","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSToken","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSToken","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSTimeline","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSTokensBySequence","lowerBound":0,"id":165,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSStructureBySequence","lowerBound":0,"id":166,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSNodeBySequence","lowerBound":0,"id":167,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOverlappedDSSequences","lowerBound":0,"id":168,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOverlappedDSSequences","lowerBound":0,"id":169,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isContinuousByText","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isContinuousByText","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSortedSTokenByText","lowerBound":0,"id":172,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSortedSTokenByText","lowerBound":0,"id":173,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSSpan","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSSpan","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSStructure","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sortSTokenByText","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSStructure","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getRootsBySRelation","lowerBound":0,"id":179,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootsBySRelationSType","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSToken","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"tokenize","lowerBound":0,"id":182,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createTokenizer","lowerBound":0,"id":183,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"sTextualDSs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"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":"sTextualRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"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":"sTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"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":"sTimeline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"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":"sTimelineRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"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":"sSpanningRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"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":"sSpans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"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":"sStructures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"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":"sDominanceRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"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":"sPointingRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"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":"sAudioDSRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"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":"sAudioDataSources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"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":"sOrderRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":true},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sourceSNode","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetSNode","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sRelationType","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sequence","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EParameter"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sText","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EParameter"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sDSSequences","lowerBound":0,"id":212,"many":true,"required":false,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sDSSequence","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EParameter"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sequence","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":"sequence","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EParameter"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sequence","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sNode","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sRelationTypes","lowerBound":0,"id":229,"many":true,"required":false,"eClass":"EParameter"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sNode","lowerBound":0,"id":233,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sRelationTypes","lowerBound":0,"id":234,"many":true,"required":false,"eClass":"EParameter"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"subSNodeList","lowerBound":0,"id":238,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"fullSNodeList","lowerBound":0,"id":239,"many":true,"required":false,"eClass":"EParameter"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"subSNodeList","lowerBound":0,"id":243,"many":true,"required":false,"eClass":"EParameter"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sTokens2sort","lowerBound":0,"id":246,"many":true,"required":false,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sourceSToken","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sTokens","lowerBound":0,"id":253,"many":true,"required":false,"eClass":"EParameter"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sourceSNode","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sStructures","lowerBound":0,"id":259,"many":true,"required":false,"eClass":"EParameter"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sType","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EParameter"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sType","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EParameter"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sSequentialDS","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sStart","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sEnd","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"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":true},{"id":282,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":true},{"id":284,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":true},{"id":286,"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":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":true},{"id":288,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":true},{"id":290,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":true},{"id":294,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":true},{"id":296,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":true},{"id":298,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":true},{"id":300,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":true},{"id":302,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":true},{"id":304,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sDocumentGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"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":"sText","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":true},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sToken","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"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":"sTextualDS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":true},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sStart","changeable":true,"lowerBound":0,"iD":false,"id":319,"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":"sEnd","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":true},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"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":"sData","changeable":true,"lowerBound":0,"iD":false,"id":324,"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":"sStart","changeable":false,"lowerBound":0,"iD":false,"id":325,"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":"sEnd","changeable":false,"lowerBound":0,"iD":false,"id":326,"derived":true},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSPointOfTime","lowerBound":0,"id":331,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sPointsOfTime","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":true},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sPointOfTime","lowerBound":0,"id":334,"many":false,"required":false,"eClass":"EParameter"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"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":"sTimeline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sToken","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":true},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sToken","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"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":"sSpan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":true},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"name":"STEXT_OVERLAPPING","id":355,"value":0,"literal":"salt::STEXT_OVERLAPPING","eClass":"EEnumLiteral"},{"name":"SSTART","id":356,"value":1,"literal":"SSTART","eClass":"EEnumLiteral"},{"name":"SEND","id":357,"value":2,"literal":"SEND","eClass":"EEnumLiteral"},{"name":"STEXT","id":358,"value":3,"literal":"STEXT","eClass":"EEnumLiteral"},{"name":"SDATA","id":359,"value":4,"literal":"SDATA","eClass":"EEnumLiteral"},{"name":"STIME_OVERLAPPING","id":360,"value":5,"literal":"STIME_OVERLAPPING","eClass":"EEnumLiteral"},{"name":"STYPE_SRELATION","id":361,"value":6,"literal":"SType","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSTextOverlapping","lowerBound":0,"id":362,"many":false,"required":false,"eClass":"EOperation"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSTimeOverlapping","lowerBound":0,"id":365,"many":false,"required":false,"eClass":"EOperation"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"SStructuredSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"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":false,"unique":true,"name":"SStructuredTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":true},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"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":"sStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"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":"sStructuredTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":true},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"name":"STEXTUAL_DS","id":384,"value":0,"literal":"STextualDS","eClass":"EEnumLiteral"},{"name":"STOKEN","id":385,"value":1,"literal":"SToken","eClass":"EEnumLiteral"},{"name":"SSPAN","id":386,"value":2,"literal":"SSpan","eClass":"EEnumLiteral"},{"name":"SSTRUCTURE","id":387,"value":3,"literal":"SStructure","eClass":"EEnumLiteral"},{"name":"STEXTUAL_RELATION","id":388,"value":4,"literal":"STextualRelation","eClass":"EEnumLiteral"},{"name":"SSPANNING_RELATION","id":389,"value":5,"literal":"SSpanningRelation","eClass":"EEnumLiteral"},{"name":"SDOMINANCE_RELATION","id":390,"value":6,"literal":"SDominanceRelation","eClass":"EEnumLiteral"},{"name":"SPOINTING_RELATION","id":391,"value":7,"literal":"SPointingRelation","eClass":"EEnumLiteral"},{"name":"STEXT_OVERLAPPING_RELATION","id":392,"value":8,"literal":"STEXT_OVERLAPPING_RELATION","eClass":"EEnumLiteral"},{"name":"STIME_OVERLAPPING_RELATION","id":393,"value":9,"literal":"STIME_OVERLAPPING_RELATION","eClass":"EEnumLiteral"},{"name":"SSEQUENTIAL_RELATION","id":394,"value":10,"literal":"SSEQUENTIAL_RELATION","eClass":"EEnumLiteral"},{"name":"SORDER_RELATION","id":395,"value":11,"literal":"SORDER_RELATION","eClass":"EEnumLiteral"},{"name":"SDOCUMENT","id":396,"value":12,"literal":"SDOCUMENT","eClass":"EEnumLiteral"},{"name":"SCORPUS","id":397,"value":13,"literal":"SCORPUS","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"validate","lowerBound":0,"id":398,"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":"sStart","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sEnd","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sSequentialDS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"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":"sAudioReference","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":true},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"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":"sStart","changeable":true,"lowerBound":0,"iD":false,"id":410,"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":"sEnd","changeable":true,"lowerBound":0,"iD":false,"id":411,"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":"sToken","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"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":"sAudioDS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":true},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":7,"target":1},{"source":7,"target":20},{"source":20,"target":21},{"source":20,"target":7},{"source":8,"target":1},{"source":8,"target":22},{"source":8,"target":23},{"source":22,"target":24},{"source":22,"target":8},{"source":23,"target":2},{"source":23,"target":25},{"source":23,"target":8},{"source":25,"target":2},{"source":9,"target":26},{"source":9,"target":1},{"source":9,"target":27},{"source":27,"target":28},{"source":27,"target":9},{"source":10,"target":29},{"source":10,"target":1},{"source":10,"target":30},{"source":10,"target":31},{"source":30,"target":32},{"source":30,"target":10},{"source":31,"target":2},{"source":31,"target":33},{"source":31,"target":10},{"source":33,"target":2},{"source":11,"target":1},{"source":11,"target":34},{"source":11,"target":35},{"source":11,"target":36},{"source":34,"target":37},{"source":34,"target":11},{"source":35,"target":38},{"source":35,"target":39},{"source":35,"target":11},{"source":39,"target":38},{"source":36,"target":2},{"source":36,"target":40},{"source":36,"target":11},{"source":40,"target":2},{"source":12,"target":1},{"source":12,"target":41},{"source":12,"target":42},{"source":41,"target":43},{"source":41,"target":12},{"source":42,"target":44},{"source":42,"target":12},{"source":13,"target":1},{"source":13,"target":45},{"source":45,"target":46},{"source":45,"target":13},{"source":14,"target":1},{"source":14,"target":47},{"source":47,"target":48},{"source":47,"target":14},{"source":15,"target":1},{"source":15,"target":49},{"source":15,"target":50},{"source":49,"target":51},{"source":49,"target":15},{"source":50,"target":52},{"source":50,"target":15},{"source":16,"target":1},{"source":16,"target":53},{"source":53,"target":54},{"source":53,"target":16},{"source":17,"target":55},{"source":17,"target":1},{"source":55,"target":56},{"source":55,"target":57},{"source":18,"target":58},{"source":18,"target":59},{"source":18,"target":1},{"source":18,"target":60},{"source":59,"target":58},{"source":19,"target":61},{"source":19,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":62},{"source":62,"target":3},{"source":4,"target":0},{"source":5,"target":58},{"source":5,"target":38},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":0},{"source":58,"target":5},{"source":58,"target":66},{"source":58,"target":67},{"source":58,"target":68},{"source":58,"target":69},{"source":58,"target":70},{"source":58,"target":71},{"source":58,"target":72},{"source":58,"target":73},{"source":58,"target":60},{"source":58,"target":74},{"source":58,"target":75},{"source":58,"target":76},{"source":58,"target":77},{"source":66,"target":63},{"source":66,"target":78},{"source":66,"target":58},{"source":66,"target":79},{"source":78,"target":63},{"source":79,"target":80},{"source":79,"target":66},{"source":67,"target":38},{"source":67,"target":81},{"source":67,"target":58},{"source":67,"target":82},{"source":81,"target":38},{"source":82,"target":83},{"source":82,"target":67},{"source":68,"target":84},{"source":68,"target":58},{"source":68,"target":85},{"source":68,"target":86},{"source":85,"target":63},{"source":85,"target":87},{"source":85,"target":68},{"source":87,"target":63},{"source":86,"target":63},{"source":86,"target":88},{"source":86,"target":68},{"source":88,"target":63},{"source":69,"target":89},{"source":69,"target":58},{"source":69,"target":90},{"source":69,"target":91},{"source":90,"target":63},{"source":90,"target":92},{"source":90,"target":69},{"source":92,"target":63},{"source":91,"target":38},{"source":91,"target":93},{"source":91,"target":69},{"source":93,"target":38},{"source":70,"target":63},{"source":70,"target":94},{"source":70,"target":58},{"source":70,"target":95},{"source":94,"target":63},{"source":95,"target":38},{"source":95,"target":96},{"source":95,"target":70},{"source":96,"target":38},{"source":71,"target":63},{"source":71,"target":97},{"source":71,"target":58},{"source":97,"target":63},{"source":72,"target":58},{"source":72,"target":98},{"source":98,"target":99},{"source":98,"target":72},{"source":73,"target":38},{"source":73,"target":100},{"source":73,"target":58},{"source":73,"target":101},{"source":100,"target":38},{"source":60,"target":1},{"source":60,"target":102},{"source":60,"target":58},{"source":60,"target":18},{"source":102,"target":1},{"source":74,"target":63},{"source":74,"target":103},{"source":74,"target":58},{"source":74,"target":104},{"source":103,"target":63},{"source":75,"target":64},{"source":75,"target":105},{"source":75,"target":58},{"source":75,"target":106},{"source":105,"target":64},{"source":76,"target":65},{"source":76,"target":107},{"source":76,"target":58},{"source":76,"target":108},{"source":107,"target":65},{"source":38,"target":5},{"source":38,"target":109},{"source":38,"target":110},{"source":38,"target":111},{"source":38,"target":101},{"source":38,"target":112},{"source":38,"target":113},{"source":38,"target":114},{"source":109,"target":38},{"source":109,"target":115},{"source":115,"target":116},{"source":115,"target":109},{"source":110,"target":38},{"source":111,"target":38},{"source":111,"target":117},{"source":117,"target":118},{"source":117,"target":111},{"source":101,"target":58},{"source":101,"target":119},{"source":101,"target":38},{"source":101,"target":73},{"source":119,"target":58},{"source":112,"target":120},{"source":112,"target":121},{"source":112,"target":38},{"source":112,"target":122},{"source":121,"target":120},{"source":113,"target":123},{"source":113,"target":38},{"source":63,"target":5},{"source":63,"target":104},{"source":63,"target":124},{"source":104,"target":58},{"source":104,"target":125},{"source":104,"target":63},{"source":104,"target":74},{"source":125,"target":58},{"source":64,"target":5},{"source":64,"target":126},{"source":64,"target":127},{"source":64,"target":106},{"source":64,"target":128},{"source":126,"target":63},{"source":126,"target":129},{"source":126,"target":64},{"source":129,"target":63},{"source":127,"target":63},{"source":127,"target":130},{"source":127,"target":64},{"source":130,"target":63},{"source":106,"target":58},{"source":106,"target":131},{"source":106,"target":64},{"source":106,"target":75},{"source":131,"target":58},{"source":65,"target":5},{"source":65,"target":132},{"source":65,"target":133},{"source":65,"target":108},{"source":65,"target":134},{"source":132,"target":63},{"source":132,"target":135},{"source":132,"target":65},{"source":135,"target":63},{"source":133,"target":38},{"source":133,"target":136},{"source":133,"target":65},{"source":136,"target":38},{"source":108,"target":58},{"source":108,"target":137},{"source":108,"target":65},{"source":108,"target":76},{"source":137,"target":58},{"source":6,"target":120},{"source":6,"target":138},{"source":6,"target":139},{"source":6,"target":140},{"source":6,"target":141},{"source":6,"target":142},{"source":6,"target":143},{"source":6,"target":144},{"source":6,"target":145},{"source":6,"target":146},{"source":6,"target":147},{"source":6,"target":148},{"source":6,"target":149},{"source":6,"target":150},{"source":6,"target":151},{"source":6,"target":152},{"source":6,"target":153},{"source":6,"target":154},{"source":6,"target":155},{"source":6,"target":156},{"source":6,"target":157},{"source":6,"target":158},{"source":6,"target":0},{"source":120,"target":6},{"source":120,"target":159},{"source":120,"target":160},{"source":120,"target":161},{"source":120,"target":162},{"source":120,"target":163},{"source":120,"target":164},{"source":120,"target":165},{"source":120,"target":166},{"source":120,"target":167},{"source":120,"target":168},{"source":120,"target":169},{"source":120,"target":170},{"source":120,"target":171},{"source":120,"target":172},{"source":120,"target":173},{"source":120,"target":174},{"source":120,"target":175},{"source":120,"target":176},{"source":120,"target":177},{"source":120,"target":178},{"source":120,"target":179},{"source":120,"target":180},{"source":120,"target":181},{"source":120,"target":182},{"source":120,"target":183},{"source":120,"target":122},{"source":120,"target":184},{"source":120,"target":185},{"source":120,"target":186},{"source":120,"target":187},{"source":120,"target":188},{"source":120,"target":189},{"source":120,"target":190},{"source":120,"target":191},{"source":120,"target":192},{"source":120,"target":193},{"source":120,"target":194},{"source":120,"target":195},{"source":120,"target":196},{"source":120,"target":197},{"source":159,"target":198},{"source":159,"target":120},{"source":159,"target":199},{"source":159,"target":200},{"source":159,"target":201},{"source":199,"target":202},{"source":199,"target":159},{"source":200,"target":203},{"source":200,"target":159},{"source":201,"target":154},{"source":201,"target":204},{"source":201,"target":159},{"source":204,"target":154},{"source":160,"target":145},{"source":160,"target":205},{"source":160,"target":120},{"source":160,"target":206},{"source":205,"target":145},{"source":206,"target":155},{"source":206,"target":207},{"source":206,"target":160},{"source":207,"target":155},{"source":161,"target":138},{"source":161,"target":208},{"source":161,"target":120},{"source":161,"target":209},{"source":208,"target":138},{"source":209,"target":210},{"source":209,"target":161},{"source":162,"target":139},{"source":162,"target":211},{"source":162,"target":120},{"source":162,"target":212},{"source":211,"target":139},{"source":212,"target":155},{"source":212,"target":213},{"source":212,"target":162},{"source":213,"target":155},{"source":163,"target":139},{"source":163,"target":214},{"source":163,"target":120},{"source":163,"target":215},{"source":214,"target":139},{"source":215,"target":155},{"source":215,"target":216},{"source":215,"target":163},{"source":216,"target":155},{"source":164,"target":143},{"source":164,"target":217},{"source":164,"target":120},{"source":217,"target":143},{"source":165,"target":139},{"source":165,"target":218},{"source":165,"target":120},{"source":165,"target":219},{"source":218,"target":139},{"source":219,"target":155},{"source":219,"target":220},{"source":219,"target":165},{"source":220,"target":155},{"source":166,"target":151},{"source":166,"target":221},{"source":166,"target":120},{"source":166,"target":222},{"source":221,"target":151},{"source":222,"target":155},{"source":222,"target":223},{"source":222,"target":166},{"source":223,"target":155},{"source":167,"target":224},{"source":167,"target":120},{"source":167,"target":225},{"source":225,"target":155},{"source":225,"target":226},{"source":225,"target":167},{"source":226,"target":155},{"source":168,"target":155},{"source":168,"target":227},{"source":168,"target":120},{"source":168,"target":228},{"source":168,"target":229},{"source":227,"target":155},{"source":228,"target":230},{"source":228,"target":168},{"source":229,"target":154},{"source":229,"target":231},{"source":229,"target":168},{"source":231,"target":154},{"source":169,"target":155},{"source":169,"target":232},{"source":169,"target":120},{"source":169,"target":233},{"source":169,"target":234},{"source":232,"target":155},{"source":233,"target":235},{"source":233,"target":169},{"source":234,"target":154},{"source":234,"target":236},{"source":234,"target":169},{"source":236,"target":154},{"source":170,"target":237},{"source":170,"target":120},{"source":170,"target":238},{"source":170,"target":239},{"source":238,"target":240},{"source":238,"target":170},{"source":239,"target":241},{"source":239,"target":170},{"source":171,"target":242},{"source":171,"target":120},{"source":171,"target":243},{"source":243,"target":244},{"source":243,"target":171},{"source":172,"target":139},{"source":172,"target":245},{"source":172,"target":120},{"source":172,"target":246},{"source":245,"target":139},{"source":246,"target":139},{"source":246,"target":247},{"source":246,"target":172},{"source":247,"target":139},{"source":173,"target":139},{"source":173,"target":248},{"source":173,"target":120},{"source":248,"target":139},{"source":174,"target":145},{"source":174,"target":249},{"source":174,"target":120},{"source":174,"target":250},{"source":249,"target":145},{"source":250,"target":139},{"source":250,"target":251},{"source":250,"target":174},{"source":251,"target":139},{"source":175,"target":145},{"source":175,"target":252},{"source":175,"target":120},{"source":175,"target":253},{"source":252,"target":145},{"source":253,"target":139},{"source":253,"target":254},{"source":253,"target":175},{"source":254,"target":139},{"source":176,"target":151},{"source":176,"target":255},{"source":176,"target":120},{"source":176,"target":256},{"source":255,"target":151},{"source":256,"target":150},{"source":256,"target":257},{"source":256,"target":176},{"source":257,"target":150},{"source":177,"target":120},{"source":178,"target":151},{"source":178,"target":258},{"source":178,"target":120},{"source":178,"target":259},{"source":258,"target":151},{"source":259,"target":150},{"source":259,"target":260},{"source":259,"target":178},{"source":260,"target":150},{"source":179,"target":261},{"source":179,"target":120},{"source":179,"target":262},{"source":262,"target":154},{"source":262,"target":263},{"source":262,"target":179},{"source":263,"target":154},{"source":180,"target":264},{"source":180,"target":120},{"source":180,"target":265},{"source":264,"target":266},{"source":264,"target":267},{"source":267,"target":268},{"source":265,"target":154},{"source":265,"target":269},{"source":265,"target":180},{"source":269,"target":154},{"source":181,"target":139},{"source":181,"target":270},{"source":181,"target":120},{"source":181,"target":271},{"source":181,"target":272},{"source":181,"target":273},{"source":270,"target":139},{"source":271,"target":142},{"source":271,"target":274},{"source":271,"target":181},{"source":274,"target":142},{"source":272,"target":275},{"source":272,"target":181},{"source":273,"target":276},{"source":273,"target":181},{"source":182,"target":139},{"source":182,"target":277},{"source":182,"target":120},{"source":277,"target":139},{"source":183,"target":4},{"source":183,"target":278},{"source":183,"target":120},{"source":278,"target":4},{"source":122,"target":38},{"source":122,"target":279},{"source":122,"target":120},{"source":122,"target":112},{"source":279,"target":38},{"source":184,"target":138},{"source":184,"target":280},{"source":184,"target":120},{"source":184,"target":281},{"source":280,"target":138},{"source":185,"target":140},{"source":185,"target":282},{"source":185,"target":120},{"source":185,"target":283},{"source":282,"target":140},{"source":186,"target":139},{"source":186,"target":284},{"source":186,"target":120},{"source":186,"target":285},{"source":284,"target":139},{"source":187,"target":143},{"source":187,"target":286},{"source":187,"target":120},{"source":187,"target":287},{"source":286,"target":143},{"source":188,"target":144},{"source":188,"target":288},{"source":188,"target":120},{"source":188,"target":289},{"source":288,"target":144},{"source":189,"target":146},{"source":189,"target":290},{"source":189,"target":120},{"source":189,"target":291},{"source":290,"target":146},{"source":190,"target":145},{"source":190,"target":292},{"source":190,"target":120},{"source":190,"target":293},{"source":292,"target":145},{"source":191,"target":151},{"source":191,"target":294},{"source":191,"target":120},{"source":191,"target":295},{"source":294,"target":151},{"source":192,"target":153},{"source":192,"target":296},{"source":192,"target":120},{"source":192,"target":297},{"source":296,"target":153},{"source":193,"target":152},{"source":193,"target":298},{"source":193,"target":120},{"source":193,"target":299},{"source":298,"target":152},{"source":194,"target":157},{"source":194,"target":300},{"source":194,"target":120},{"source":194,"target":301},{"source":300,"target":157},{"source":195,"target":156},{"source":195,"target":302},{"source":195,"target":120},{"source":195,"target":303},{"source":302,"target":156},{"source":196,"target":158},{"source":196,"target":304},{"source":196,"target":120},{"source":196,"target":305},{"source":304,"target":158},{"source":138,"target":6},{"source":138,"target":142},{"source":138,"target":306},{"source":138,"target":281},{"source":138,"target":307},{"source":306,"target":308},{"source":306,"target":138},{"source":281,"target":120},{"source":281,"target":309},{"source":281,"target":138},{"source":281,"target":184},{"source":309,"target":120},{"source":307,"target":142},{"source":139,"target":6},{"source":139,"target":150},{"source":139,"target":285},{"source":139,"target":310},{"source":285,"target":120},{"source":285,"target":311},{"source":285,"target":139},{"source":285,"target":186},{"source":311,"target":120},{"source":310,"target":150},{"source":140,"target":6},{"source":140,"target":141},{"source":140,"target":148},{"source":140,"target":312},{"source":140,"target":313},{"source":140,"target":283},{"source":140,"target":314},{"source":140,"target":315},{"source":312,"target":139},{"source":312,"target":316},{"source":312,"target":140},{"source":316,"target":139},{"source":313,"target":138},{"source":313,"target":317},{"source":313,"target":140},{"source":317,"target":138},{"source":283,"target":120},{"source":283,"target":318},{"source":283,"target":140},{"source":283,"target":185},{"source":318,"target":120},{"source":314,"target":141},{"source":315,"target":148},{"source":141,"target":6},{"source":141,"target":319},{"source":141,"target":320},{"source":141,"target":321},{"source":319,"target":322},{"source":319,"target":141},{"source":320,"target":323},{"source":320,"target":141},{"source":142,"target":6},{"source":142,"target":324},{"source":142,"target":325},{"source":142,"target":326},{"source":142,"target":327},{"source":324,"target":328},{"source":324,"target":142},{"source":325,"target":329},{"source":325,"target":142},{"source":326,"target":330},{"source":326,"target":142},{"source":143,"target":6},{"source":143,"target":142},{"source":143,"target":331},{"source":143,"target":287},{"source":143,"target":332},{"source":143,"target":333},{"source":331,"target":143},{"source":331,"target":334},{"source":334,"target":335},{"source":334,"target":331},{"source":287,"target":120},{"source":287,"target":336},{"source":287,"target":143},{"source":287,"target":187},{"source":336,"target":120},{"source":332,"target":337},{"source":332,"target":143},{"source":333,"target":142},{"source":144,"target":6},{"source":144,"target":141},{"source":144,"target":149},{"source":144,"target":338},{"source":144,"target":339},{"source":144,"target":289},{"source":144,"target":340},{"source":144,"target":341},{"source":338,"target":143},{"source":338,"target":342},{"source":338,"target":144},{"source":342,"target":143},{"source":339,"target":139},{"source":339,"target":343},{"source":339,"target":144},{"source":343,"target":139},{"source":289,"target":120},{"source":289,"target":344},{"source":289,"target":144},{"source":289,"target":188},{"source":344,"target":120},{"source":340,"target":141},{"source":341,"target":149},{"source":145,"target":6},{"source":145,"target":150},{"source":145,"target":293},{"source":145,"target":345},{"source":293,"target":120},{"source":293,"target":346},{"source":293,"target":145},{"source":293,"target":190},{"source":346,"target":120},{"source":345,"target":150},{"source":146,"target":6},{"source":146,"target":148},{"source":146,"target":149},{"source":146,"target":347},{"source":146,"target":348},{"source":146,"target":291},{"source":146,"target":349},{"source":146,"target":350},{"source":146,"target":351},{"source":347,"target":139},{"source":347,"target":352},{"source":347,"target":146},{"source":352,"target":139},{"source":348,"target":145},{"source":348,"target":353},{"source":348,"target":146},{"source":353,"target":145},{"source":291,"target":120},{"source":291,"target":354},{"source":291,"target":146},{"source":291,"target":189},{"source":354,"target":120},{"source":350,"target":148},{"source":351,"target":149},{"source":147,"target":6},{"source":147,"target":355},{"source":147,"target":356},{"source":147,"target":357},{"source":147,"target":358},{"source":147,"target":359},{"source":147,"target":360},{"source":147,"target":361},{"source":355,"target":147},{"source":356,"target":147},{"source":357,"target":147},{"source":358,"target":147},{"source":359,"target":147},{"source":360,"target":147},{"source":361,"target":147},{"source":148,"target":6},{"source":148,"target":362},{"source":148,"target":363},{"source":362,"target":364},{"source":362,"target":148},{"source":149,"target":6},{"source":149,"target":365},{"source":149,"target":366},{"source":365,"target":367},{"source":365,"target":149},{"source":150,"target":6},{"source":150,"target":368},{"source":151,"target":6},{"source":151,"target":150},{"source":151,"target":295},{"source":151,"target":369},{"source":295,"target":120},{"source":295,"target":370},{"source":295,"target":151},{"source":295,"target":191},{"source":370,"target":120},{"source":369,"target":150},{"source":152,"target":6},{"source":152,"target":371},{"source":152,"target":372},{"source":152,"target":299},{"source":152,"target":373},{"source":371,"target":150},{"source":371,"target":374},{"source":371,"target":152},{"source":374,"target":150},{"source":372,"target":150},{"source":372,"target":375},{"source":372,"target":152},{"source":375,"target":150},{"source":299,"target":120},{"source":299,"target":376},{"source":299,"target":152},{"source":299,"target":193},{"source":376,"target":120},{"source":153,"target":6},{"source":153,"target":148},{"source":153,"target":149},{"source":153,"target":377},{"source":153,"target":378},{"source":153,"target":297},{"source":153,"target":379},{"source":153,"target":380},{"source":377,"target":151},{"source":377,"target":381},{"source":377,"target":153},{"source":381,"target":151},{"source":378,"target":150},{"source":378,"target":382},{"source":378,"target":153},{"source":382,"target":150},{"source":297,"target":120},{"source":297,"target":383},{"source":297,"target":153},{"source":297,"target":192},{"source":383,"target":120},{"source":379,"target":148},{"source":380,"target":149},{"source":154,"target":6},{"source":154,"target":384},{"source":154,"target":385},{"source":154,"target":386},{"source":154,"target":387},{"source":154,"target":388},{"source":154,"target":389},{"source":154,"target":390},{"source":154,"target":391},{"source":154,"target":392},{"source":154,"target":393},{"source":154,"target":394},{"source":154,"target":395},{"source":154,"target":396},{"source":154,"target":397},{"source":384,"target":154},{"source":385,"target":154},{"source":386,"target":154},{"source":387,"target":154},{"source":388,"target":154},{"source":389,"target":154},{"source":390,"target":154},{"source":391,"target":154},{"source":392,"target":154},{"source":393,"target":154},{"source":394,"target":154},{"source":395,"target":154},{"source":396,"target":154},{"source":397,"target":154},{"source":155,"target":6},{"source":155,"target":398},{"source":155,"target":399},{"source":155,"target":400},{"source":155,"target":401},{"source":398,"target":402},{"source":398,"target":155},{"source":399,"target":403},{"source":399,"target":155},{"source":400,"target":404},{"source":400,"target":155},{"source":401,"target":142},{"source":401,"target":405},{"source":401,"target":155},{"source":405,"target":142},{"source":156,"target":6},{"source":156,"target":142},{"source":156,"target":303},{"source":156,"target":406},{"source":156,"target":407},{"source":303,"target":120},{"source":303,"target":408},{"source":303,"target":156},{"source":303,"target":195},{"source":408,"target":120},{"source":406,"target":409},{"source":406,"target":156},{"source":407,"target":142},{"source":157,"target":6},{"source":157,"target":410},{"source":157,"target":411},{"source":157,"target":412},{"source":157,"target":413},{"source":157,"target":301},{"source":157,"target":414},{"source":410,"target":415},{"source":410,"target":157},{"source":411,"target":416},{"source":411,"target":157},{"source":412,"target":139},{"source":412,"target":417},{"source":412,"target":157},{"source":417,"target":139},{"source":413,"target":156},{"source":413,"target":418},{"source":413,"target":157},{"source":418,"target":156},{"source":301,"target":120},{"source":301,"target":419},{"source":301,"target":157},{"source":301,"target":194},{"source":419,"target":120},{"source":158,"target":6},{"source":158,"target":305},{"source":158,"target":420},{"source":305,"target":120},{"source":305,"target":421},{"source":305,"target":158},{"source":305,"target":196},{"source":421,"target":120}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="di" nsURI="http://www.omg.org/spec/BPMN/20100524/DI-XMI" nsPrefix="bpmndi"> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNDiagram" upperBound="-2" eType="#//BPMNDiagram" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNDiagram"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNEdge" upperBound="-2" eType="#//BPMNEdge" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNEdge"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> <details key="affiliation" value="http://www.omg.org/spec/DD/20100524/DI#DiagramElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNLabel" upperBound="-2" eType="#//BPMNLabel" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNLabelStyle" upperBound="-2" eType="#//BPMNLabelStyle" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabelStyle"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNPlane" upperBound="-2" eType="#//BPMNPlane" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNPlane"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNShape" upperBound="-2" eType="#//BPMNShape" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNShape"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> <details key="affiliation" value="http://www.omg.org/spec/DD/20100524/DI#DiagramElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNDiagram" eSuperTypes="DI.ecore#//Diagram"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNDiagram"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="plane" ordered="false" lowerBound="1" eType="#//BPMNPlane" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNPlane"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labelStyle" ordered="false" upperBound="-1" eType="#//BPMNLabelStyle" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabelStyle"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNEdge" eSuperTypes="DI.ecore#//LabeledEdge"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNEdge"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//BPMNLabel" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass ../../proto.mbpmn.foundation/model/foundation.ecore#//foundation/BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageVisibleKind" ordered="false" eType="#//MessageVisibleKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="messageVisibleKind"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="ecore:EClass DI.ecore#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sourceElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" ordered="false" eType="ecore:EClass DI.ecore#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="targetElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNLabel" eSuperTypes="DI.ecore#//Label"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNLabel"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="labelStyle" ordered="false" eType="#//BPMNLabelStyle"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="labelStyle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNLabelStyle" eSuperTypes="DI.ecore#//Style"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNLabelStyle"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="font" ordered="false" lowerBound="1" eType="ecore:EClass DC.ecore#//Font" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Font"/> <details key="namespace" value="http://www.omg.org/spec/DD/20100524/DC"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNPlane" eSuperTypes="DI.ecore#//Plane"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNPlane"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass ../../proto.mbpmn.foundation/model/foundation.ecore#//foundation/BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNShape" eSuperTypes="DI.ecore#//LabeledShape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNShape"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//BPMNLabel" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass ../../proto.mbpmn.foundation/model/foundation.ecore#//foundation/BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="choreographyActivityShape" ordered="false" eType="#//BPMNShape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="choreographyActivityShape"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExpanded" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isExpanded"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isHorizontal" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isHorizontal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMarkerVisible" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isMarkerVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMessageVisible" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isMessageVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="participantBandKind" ordered="false" eType="#//ParticipantBandKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="participantBandKind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageVisibleKind"> <eLiterals name="initiating"/> <eLiterals name="non_initiating" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParticipantBandKind"> <eLiterals name="top_initiating"/> <eLiterals name="middle_initiating" value="1"/> <eLiterals name="bottom_initiating" value="2"/> <eLiterals name="top_non_initiating" value="3"/> <eLiterals name="middle_non_initiating" value="4"/> <eLiterals name="bottom_non_initiating" value="5"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kit-sdq/Metamodel-Reference-Architecture-Validation/casestudies/bpmn/metamodel/interim/proto.mbpmn/model/BPMNDI.ecore
ecore
di DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation bPMNDiagram bPMNEdge bPMNLabel bPMNLabelStyle bPMNPlane bPMNShape BPMNDiagram plane labelStyle BPMNEdge label bpmnElement messageVisibleKind sourceElement targetElement BPMNLabel labelStyle BPMNLabelStyle font BPMNPlane bpmnElement BPMNShape label bpmnElement choreographyActivityShape isExpanded isHorizontal isMarkerVisible isMessageVisible participantBandKind MessageVisibleKind initiating initiating non_initiating non_initiating ParticipantBandKind top_initiating top_initiating middle_initiating middle_initiating bottom_initiating bottom_initiating top_non_initiating top_non_initiating middle_non_initiating middle_non_initiating bottom_non_initiating bottom_non_initiating
null
{"directed":true,"nodes":[{"nsPrefix":"bpmndi","nsURI":"http://www.omg.org/spec/BPMN/20100524/DI-XMI","name":"di","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNDiagram","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNEdge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNLabel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNLabelStyle","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNPlane","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNShape","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageVisibleKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParticipantBandKind","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNDiagram","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNEdge","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNLabel","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNLabelStyle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNPlane","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNShape","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":true},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plane","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messageVisibleKind","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"choreographyActivityShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExpanded","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isHorizontal","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMarkerVisible","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMessageVisible","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"participantBandKind","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"initiating","id":70,"value":0,"literal":"initiating","eClass":"EEnumLiteral"},{"name":"non_initiating","id":71,"value":1,"literal":"non_initiating","eClass":"EEnumLiteral"},{"name":"top_initiating","id":72,"value":0,"literal":"top_initiating","eClass":"EEnumLiteral"},{"name":"middle_initiating","id":73,"value":1,"literal":"middle_initiating","eClass":"EEnumLiteral"},{"name":"bottom_initiating","id":74,"value":2,"literal":"bottom_initiating","eClass":"EEnumLiteral"},{"name":"top_non_initiating","id":75,"value":3,"literal":"top_non_initiating","eClass":"EEnumLiteral"},{"name":"middle_non_initiating","id":76,"value":4,"literal":"middle_non_initiating","eClass":"EEnumLiteral"},{"name":"bottom_non_initiating","id":77,"value":5,"literal":"bottom_non_initiating","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":10,"target":19},{"source":10,"target":1},{"source":11,"target":20},{"source":11,"target":1},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":22},{"source":13,"target":1},{"source":22,"target":2},{"source":14,"target":3},{"source":14,"target":23},{"source":14,"target":1},{"source":23,"target":3},{"source":15,"target":4},{"source":15,"target":24},{"source":15,"target":1},{"source":24,"target":4},{"source":16,"target":5},{"source":16,"target":25},{"source":16,"target":1},{"source":25,"target":5},{"source":17,"target":6},{"source":17,"target":26},{"source":17,"target":1},{"source":26,"target":6},{"source":18,"target":7},{"source":18,"target":27},{"source":18,"target":1},{"source":27,"target":7},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":28,"target":6},{"source":28,"target":31},{"source":28,"target":2},{"source":31,"target":6},{"source":29,"target":5},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":5},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":33,"target":4},{"source":33,"target":39},{"source":33,"target":3},{"source":39,"target":4},{"source":34,"target":40},{"source":34,"target":3},{"source":35,"target":8},{"source":35,"target":41},{"source":35,"target":3},{"source":41,"target":8},{"source":36,"target":42},{"source":36,"target":3},{"source":37,"target":43},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":45},{"source":44,"target":5},{"source":44,"target":46},{"source":44,"target":4},{"source":46,"target":5},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":48},{"source":47,"target":49},{"source":47,"target":5},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":52},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":53,"target":4},{"source":53,"target":62},{"source":53,"target":7},{"source":62,"target":4},{"source":54,"target":63},{"source":54,"target":7},{"source":55,"target":7},{"source":55,"target":64},{"source":55,"target":7},{"source":64,"target":7},{"source":56,"target":65},{"source":56,"target":7},{"source":57,"target":66},{"source":57,"target":7},{"source":58,"target":67},{"source":58,"target":7},{"source":59,"target":68},{"source":59,"target":7},{"source":60,"target":9},{"source":60,"target":69},{"source":60,"target":7},{"source":69,"target":9},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":71},{"source":70,"target":8},{"source":71,"target":8},{"source":9,"target":0},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":72,"target":9},{"source":73,"target":9},{"source":74,"target":9},{"source":75,"target":9},{"source":76,"target":9},{"source":77,"target":9}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="extlibrary" nsURI="http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0" nsPrefix="extlib"> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//CirculatingItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" eOpposite="#//Writer/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lendable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copies" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowers" ordered="false" upperBound="-1" eType="#//Borrower" eOpposite="#//Borrower/borrowed"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CirculatingItem" abstract="true" eSuperTypes="#//Item #//Lendable"/> <eClassifiers xsi:type="ecore:EClass" name="Periodical" abstract="true" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="issuesPerYear" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AudioVisualItem" abstract="true" eSuperTypes="#//CirculatingItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minutesLength" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="damaged" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookOnTape" eSuperTypes="#//AudioVisualItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="reader" eType="#//Person"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Writer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VideoCassette" eSuperTypes="#//AudioVisualItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="cast" upperBound="-1" eType="#//Person"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Borrower" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowed" upperBound="-1" eType="#//Lendable" eOpposite="#//Lendable/borrowers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Addressable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="manager" eType="#//Employee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Addressable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/AlmazNasibullin/GitTestProject/org.eclipse.emf.examples.library/model/extlibrary.ecore
ecore
extlibrary Book title pages 100 category author Writer name books BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography Item publicationDate Lendable copies borrowers CirculatingItem Periodical title issuesPerYear AudioVisualItem title minutesLength damaged BookOnTape reader author VideoCassette cast Borrower borrowed Person firstName lastName Employee manager Addressable address
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":"Writer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lendable","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CirculatingItem","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Periodical","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"},{"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":15,"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":16,"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":17,"derived":false},{"container":false,"ordered":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":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"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":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"name":"Mystery","id":29,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":30,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":31,"value":2,"literal":"Biography","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicationDate","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"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":"copies","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"borrowers","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"borrowed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"issuesPerYear","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minutesLength","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":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":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reader","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":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":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":"lastName","changeable":true,"lowerBound":1,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"manager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":15,"target":20},{"source":15,"target":1},{"source":16,"target":21},{"source":16,"target":1},{"source":17,"target":3},{"source":17,"target":22},{"source":17,"target":1},{"source":22,"target":3},{"source":18,"target":2},{"source":18,"target":23},{"source":18,"target":1},{"source":18,"target":24},{"source":23,"target":2},{"source":19,"target":6},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":25},{"source":2,"target":24},{"source":2,"target":26},{"source":25,"target":27},{"source":25,"target":2},{"source":24,"target":1},{"source":24,"target":28},{"source":24,"target":2},{"source":24,"target":18},{"source":28,"target":1},{"source":26,"target":12},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":29,"target":3},{"source":30,"target":3},{"source":31,"target":3},{"source":4,"target":0},{"source":4,"target":32},{"source":32,"target":33},{"source":32,"target":4},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":35},{"source":34,"target":36},{"source":34,"target":5},{"source":35,"target":11},{"source":35,"target":37},{"source":35,"target":5},{"source":35,"target":38},{"source":37,"target":11},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":39},{"source":6,"target":40},{"source":39,"target":4},{"source":40,"target":5},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":41,"target":44},{"source":41,"target":7},{"source":42,"target":45},{"source":42,"target":7},{"source":43,"target":4},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":46,"target":50},{"source":46,"target":8},{"source":47,"target":51},{"source":47,"target":8},{"source":48,"target":52},{"source":48,"target":8},{"source":49,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":53,"target":12},{"source":53,"target":56},{"source":53,"target":9},{"source":56,"target":12},{"source":54,"target":2},{"source":54,"target":57},{"source":54,"target":9},{"source":57,"target":2},{"source":55,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":58},{"source":10,"target":59},{"source":58,"target":12},{"source":58,"target":60},{"source":58,"target":10},{"source":60,"target":12},{"source":59,"target":8},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":38},{"source":11,"target":61},{"source":38,"target":5},{"source":38,"target":62},{"source":38,"target":11},{"source":38,"target":35},{"source":62,"target":5},{"source":61,"target":12},{"source":12,"target":0},{"source":12,"target":14},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":63,"target":66},{"source":63,"target":12},{"source":64,"target":67},{"source":64,"target":12},{"source":65,"target":14},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":68},{"source":13,"target":69},{"source":68,"target":13},{"source":68,"target":70},{"source":68,"target":13},{"source":70,"target":13},{"source":69,"target":12},{"source":14,"target":0},{"source":14,"target":71},{"source":71,"target":72},{"source":71,"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="freemarker" nsURI="http://www.milyn.org/xsd/smooks/freemarker-1.1.xsd" nsPrefix="flt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="FreeMarker Templating Configuration"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="BindTo" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Bind the templating result into the bean context under the specified &quot;id&quot;. This makes the&#xA; templating result available for routing or other operations.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="bindTo"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The bean context ID under which the templating result is to be bound if the &quot;bindTo&quot; action is chosen.&#xA; "/> </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="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="freemarker" upperBound="-2" eType="#//Freemarker" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; FreeMarker Templating Configuration.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="freemarker"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.milyn.org/xsd/smooks-1.1.xsd#abstract-resource-config"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Freemarker" eSuperTypes="smooks-1.1.ecore#//ElementVisitor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; FreeMarker Templating Configuration Type.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="freemarker"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" eType="#//Template" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="template"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="use" eType="#//Use" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="use"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1" eType="ecore:EClass smooks-1.1.ecore#//ParamType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="param"/> <details key="namespace" value="http://www.milyn.org/xsd/smooks-1.1.xsd"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyBefore" 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="&#xA; Apply the template before visiting the elements child content.&lt;p/>Default is 'false'.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applyBefore"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyOnElement" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The name of the element on which the template is to be applied.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applyOnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyOnElementNS" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The namespace of the element on which the template is to be applied.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applyOnElementNS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inline" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Inline the templating result into the &lt;b>Smooks.filter&lt;/b> Result message.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inline"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directive" lowerBound="1" eType="#//InlineDirective" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; How the templating result is to be used (relative to the element on which it&#xA; is applied).&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="directive"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InlineDirective"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inlineDirective"/> </eAnnotations> <eLiterals name="addto"/> <eLiterals name="replace" value="1"/> <eLiterals name="insertbefore" value="2"/> <eLiterals name="insertafter" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="InlineDirectiveObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inlineDirective:Object"/> <details key="baseType" value="inlineDirective"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputTo" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Output the templating result to a named OutputStreamResource.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="outputTo"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputStreamResource" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The name of the &quot;outputStreamResource&quot; to which the templating result is to be written. By default,&#xA; the templating result is written to the Smooks.filter result if (if a StreamResult is provided).&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="outputStreamResource"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The FreeMarker Template.&#xA; &lt;p/>&#xA; This can be an inline template, or a reference (URI) to an externally defined template (filesystem, classpath, www).&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="template"/> <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="encoding" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="UTF-8" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Template character encodng.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="encoding"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Use" eSuperTypes="common.ecore#//AbstractAnyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; The &amp;lt;use&amp;gt; element allows you to define how the templating result is to be used.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="use"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inline" eType="#//Inline" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="inline"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindTo" eType="#//BindTo" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="bindTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outputTo" eType="#//OutputTo" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="outputTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/robstryker/jbosstools-smooks/plugins/org.jboss.tools.smooks.core/model/freemarker-1.1.ecore
ecore
freemarker BindTo id DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation freemarker Freemarker template use param applyBefore false applyOnElement applyOnElementNS Inline directive InlineDirective addto addto replace replace insertbefore insertbefore insertafter insertafter InlineDirectiveObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator OutputTo outputStreamResource Template value encoding UTF-8 Use inline bindTo outputTo
null
{"directed":true,"nodes":[{"nsPrefix":"flt","nsURI":"http://www.milyn.org/xsd/smooks/freemarker-1.1.xsd","name":"freemarker","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindTo","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Freemarker","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inline","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InlineDirective","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":"InlineDirectiveObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputTo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Use","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"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":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"freemarker","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":true},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":false,"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":"param","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"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":"applyBefore","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applyOnElement","changeable":true,"lowerBound":1,"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":"applyOnElementNS","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"directive","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"name":"addto","id":37,"value":0,"literal":"addto","eClass":"EEnumLiteral"},{"name":"replace","id":38,"value":1,"literal":"replace","eClass":"EEnumLiteral"},{"name":"insertbefore","id":39,"value":2,"literal":"insertbefore","eClass":"EEnumLiteral"},{"name":"insertafter","id":40,"value":3,"literal":"insertafter","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":"outputStreamResource","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"UTF-8","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UTF-8","unsettable":true,"transient":false,"unique":true,"name":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inline","changeable":true,"resolveProxies":false,"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":"bindTo","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":"outputTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":13,"target":17},{"source":13,"target":2},{"source":14,"target":18},{"source":14,"target":2},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":3},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":21,"target":8},{"source":21,"target":28},{"source":21,"target":3},{"source":28,"target":8},{"source":22,"target":9},{"source":22,"target":29},{"source":22,"target":3},{"source":29,"target":9},{"source":23,"target":30},{"source":23,"target":3},{"source":24,"target":31},{"source":24,"target":3},{"source":25,"target":32},{"source":25,"target":3},{"source":26,"target":33},{"source":26,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":34,"target":5},{"source":34,"target":36},{"source":34,"target":4},{"source":36,"target":5},{"source":5,"target":0},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":37,"target":5},{"source":38,"target":5},{"source":39,"target":5},{"source":40,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":41,"target":43},{"source":41,"target":7},{"source":8,"target":0},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":44,"target":47},{"source":44,"target":8},{"source":45,"target":48},{"source":45,"target":8},{"source":9,"target":0},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":49,"target":4},{"source":49,"target":53},{"source":49,"target":9},{"source":53,"target":4},{"source":50,"target":1},{"source":50,"target":54},{"source":50,"target":9},{"source":54,"target":1},{"source":51,"target":7},{"source":51,"target":55},{"source":51,"target":9},{"source":55,"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="meningococcal" nsURI="http://www.openhealthtools.org/mdht/uml/cda/phcr/meningococcal" nsPrefix="meningococcal"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml"> <details key="initializers" value="org.openhealthtools.mdht.uml.cda.phcr.meningococcal"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="MeningococcalCaseReport" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//PublicHealthCaseReport"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="MeningococcalCaseReportTemplateId MeningococcalCaseReportTitle MeningococcalCaseReportMeningococcalPhcrClinicalInformationSection"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.1.15"/> <details key="title.mixed" value="Public Health Case Report - Meningococcal"/> <details key="constraints.validation.warning" value="MeningococcalCaseReportMeningococcalPhcrRelevantDxTestsSection"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="PublicHealthCaseReportTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.1.15')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.1.15')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//PublicHealthCaseReport/PublicHealthCaseReportTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eOperations name="MeningococcalCaseReportTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.title.oclIsUndefined() or self.title.isNullFlavorUndefined()) implies (not self.title.oclIsUndefined() and self.title.getText() = 'Public Health Case Report - Meningococcal')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="(self.title.oclIsUndefined() or self.title.isNullFlavorUndefined()) implies (not self.title.oclIsUndefined() and self.title.getText() = 'Public Health Case Report - Meningococcal')"/> </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="MeningococcalCaseReportMeningococcalPhcrClinicalInformationSection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getAllSections()->one(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(meningococcal::MeningococcalPhcrClinicalInformationSection))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getAllSections()->one(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(meningococcal::MeningococcalPhcrClinicalInformationSection))"/> </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="MeningococcalCaseReportMeningococcalPhcrRelevantDxTestsSection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getAllSections()->one(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(meningococcal::MeningococcalPhcrRelevantDxTestsSection))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getAllSections()->one(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(meningococcal::MeningococcalPhcrRelevantDxTestsSection))"/> </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="getMeningococcalPhcrClinicalInformationSection" ordered="false" lowerBound="1" eType="#//MeningococcalPhcrClinicalInformationSection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getAllSections()->select(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(meningococcal::MeningococcalPhcrClinicalInformationSection))->asSequence()->any(true).oclAsType(meningococcal::MeningococcalPhcrClinicalInformationSection)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getAllSections()->select(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(meningococcal::MeningococcalPhcrClinicalInformationSection))->asSequence()->any(true).oclAsType(meningococcal::MeningococcalPhcrClinicalInformationSection)"/> </eAnnotations> </eOperations> <eOperations name="getMeningococcalPhcrRelevantDxTestsSection" ordered="false" lowerBound="1" eType="#//MeningococcalPhcrRelevantDxTestsSection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getAllSections()->select(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(meningococcal::MeningococcalPhcrRelevantDxTestsSection))->asSequence()->any(true).oclAsType(meningococcal::MeningococcalPhcrRelevantDxTestsSection)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getAllSections()->select(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(meningococcal::MeningococcalPhcrRelevantDxTestsSection))->asSequence()->any(true).oclAsType(meningococcal::MeningococcalPhcrRelevantDxTestsSection)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeningococcalPhcrClinicalInformationSection" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//PhcrClinicalInformationSection"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="MeningococcalPhcrClinicalInformationSectionTemplateId MeningococcalPhcrClinicalInformationSectionMeningococcalCaseObservation"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.2.59"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="PhcrClinicalInformationSectionTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.2.59')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.2.59')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//PhcrClinicalInformationSection/PhcrClinicalInformationSectionTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eOperations name="MeningococcalPhcrClinicalInformationSectionMeningococcalCaseObservation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.entry->one(entry : cda::Entry | not entry.observation.oclIsUndefined() and entry.observation.oclIsKindOf(meningococcal::MeningococcalCaseObservation) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.entry->one(entry : cda::Entry | not entry.observation.oclIsUndefined() and entry.observation.oclIsKindOf(meningococcal::MeningococcalCaseObservation) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getMeningococcalCaseObservation" ordered="false" lowerBound="1" eType="#//MeningococcalCaseObservation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(meningococcal::MeningococcalCaseObservation))->asSequence()->any(true).oclAsType(meningococcal::MeningococcalCaseObservation)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(meningococcal::MeningococcalCaseObservation))->asSequence()->any(true).oclAsType(meningococcal::MeningococcalCaseObservation)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeningococcalCaseObservation" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//CaseObservation"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="MeningococcalCaseObservationTemplateId"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.3.138"/> <details key="constraints.validation.warning" value="MeningococcalCaseObservationMeningococcalSignsAndSymptomsObservation"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="ProblemObservationTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.138')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.138')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ProblemObservation/ProblemObservationTemplateId ../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//CaseObservation/%duplicates%/ProblemObservationTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eOperations name="MeningococcalCaseObservationMeningococcalSignsAndSymptomsObservation" 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.entryRelationship->exists(entryRelationship : cda::EntryRelationship | not entryRelationship.observation.oclIsUndefined() and entryRelationship.observation.oclIsKindOf(meningococcal::MeningococcalSignsAndSymptomsObservation) and entryRelationship.typeCode = vocab::x_ActRelationshipEntryRelationship::MFST)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.entryRelationship->exists(entryRelationship : cda::EntryRelationship | not entryRelationship.observation.oclIsUndefined() and entryRelationship.observation.oclIsKindOf(meningococcal::MeningococcalSignsAndSymptomsObservation) and entryRelationship.typeCode = vocab::x_ActRelationshipEntryRelationship::MFST)"/> </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="getMeningococcalSignsAndSymptomsObservations" ordered="false" lowerBound="1" upperBound="-1" eType="#//MeningococcalSignsAndSymptomsObservation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(meningococcal::MeningococcalSignsAndSymptomsObservation)).oclAsType(meningococcal::MeningococcalSignsAndSymptomsObservation)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(meningococcal::MeningococcalSignsAndSymptomsObservation)).oclAsType(meningococcal::MeningococcalSignsAndSymptomsObservation)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeningococcalSignsAndSymptomsObservation" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//SignsAndSymptomsObservation"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="MeningococcalSignsAndSymptomsObservationTemplateId"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.3.139"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="SignsAndSymptomsObservationTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.139')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.139')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//SignsAndSymptomsObservation/SignsAndSymptomsObservationTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeningococcalPhcrRelevantDxTestsSection" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//PhcrRelevantDxTestsSection"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="MeningococcalPhcrRelevantDxTestsSectionTemplateId"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.2.60"/> <details key="constraints.validation.warning" value="MeningococcalPhcrRelevantDxTestsSectionMeningococcalResultObservation"/> <details key="constraints.validation.info" value="MeningococcalPhcrRelevantDxTestsSectionMeningococcalResultOrganizer"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="ResultsSectionTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.2.60')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.2.60')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultsSection/ResultsSectionTemplateId ../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//PhcrRelevantDxTestsSection/%duplicates%/ResultsSectionTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eOperations name="MeningococcalPhcrRelevantDxTestsSectionMeningococcalResultObservation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.entry->exists(entry : cda::Entry | not entry.observation.oclIsUndefined() and entry.observation.oclIsKindOf(meningococcal::MeningococcalResultObservation) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.entry->exists(entry : cda::Entry | not entry.observation.oclIsUndefined() and entry.observation.oclIsKindOf(meningococcal::MeningococcalResultObservation) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="MeningococcalPhcrRelevantDxTestsSectionMeningococcalResultOrganizer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.entry->exists(entry : cda::Entry | not entry.organizer.oclIsUndefined() and entry.organizer.oclIsKindOf(meningococcal::MeningococcalResultOrganizer) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.entry->exists(entry : cda::Entry | not entry.organizer.oclIsUndefined() and entry.organizer.oclIsKindOf(meningococcal::MeningococcalResultOrganizer) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getMeningococcalResultObservations" ordered="false" lowerBound="1" upperBound="-1" eType="#//MeningococcalResultObservation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(meningococcal::MeningococcalResultObservation)).oclAsType(meningococcal::MeningococcalResultObservation)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(meningococcal::MeningococcalResultObservation)).oclAsType(meningococcal::MeningococcalResultObservation)"/> </eAnnotations> </eOperations> <eOperations name="getMeningococcalResultOrganizers" ordered="false" lowerBound="1" upperBound="-1" eType="#//MeningococcalResultOrganizer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getOrganizers()->select(organizer : cda::Organizer | not organizer.oclIsUndefined() and organizer.oclIsKindOf(meningococcal::MeningococcalResultOrganizer)).oclAsType(meningococcal::MeningococcalResultOrganizer)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getOrganizers()->select(organizer : cda::Organizer | not organizer.oclIsUndefined() and organizer.oclIsKindOf(meningococcal::MeningococcalResultOrganizer)).oclAsType(meningococcal::MeningococcalResultOrganizer)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeningococcalResultObservation" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//ResultObservation"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="MeningococcalResultObservationTemplateId"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.3.141"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="ResultObservationTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.141')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.141')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultObservation/ResultObservationTemplateId ../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//ResultObservation/%duplicates%/ResultObservationTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeningococcalResultOrganizer" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//ResultOrganizer"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="MeningococcalResultOrganizerTemplateId"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.3.140"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="ResultOrganizerTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.140')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.140')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultOrganizer/ResultOrganizerTemplateId ../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//ResultOrganizer/%duplicates%/ResultOrganizerTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eOperations name="getMeningococcalResultObservation" ordered="false" lowerBound="1" eType="#//MeningococcalResultObservation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(meningococcal::MeningococcalResultObservation))->asSequence()->any(true).oclAsType(meningococcal::MeningococcalResultObservation)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(meningococcal::MeningococcalResultObservation))->asSequence()->any(true).oclAsType(meningococcal::MeningococcalResultObservation)"/> </eAnnotations> </eOperations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mdht/mdht-models/PublicHealthCaseReporting/generated/org.openhealthtools.mdht.uml.cda.phcr.meningococcal/model/meningococcal.ecore
ecore
meningococcal MeningococcalCaseReport PublicHealthCaseReportTemplateId diagnostics context MeningococcalCaseReportTitle diagnostics context MeningococcalCaseReportMeningococcalPhcrClinicalInformationSection diagnostics context MeningococcalCaseReportMeningococcalPhcrRelevantDxTestsSection diagnostics context getMeningococcalPhcrClinicalInformationSection getMeningococcalPhcrRelevantDxTestsSection MeningococcalPhcrClinicalInformationSection PhcrClinicalInformationSectionTemplateId diagnostics context MeningococcalPhcrClinicalInformationSectionMeningococcalCaseObservation diagnostics context getMeningococcalCaseObservation MeningococcalCaseObservation ProblemObservationTemplateId diagnostics context MeningococcalCaseObservationMeningococcalSignsAndSymptomsObservation diagnostics context getMeningococcalSignsAndSymptomsObservations MeningococcalSignsAndSymptomsObservation SignsAndSymptomsObservationTemplateId diagnostics context MeningococcalPhcrRelevantDxTestsSection ResultsSectionTemplateId diagnostics context MeningococcalPhcrRelevantDxTestsSectionMeningococcalResultObservation diagnostics context MeningococcalPhcrRelevantDxTestsSectionMeningococcalResultOrganizer diagnostics context getMeningococcalResultObservations getMeningococcalResultOrganizers MeningococcalResultObservation ResultObservationTemplateId diagnostics context MeningococcalResultOrganizer ResultOrganizerTemplateId diagnostics context getMeningococcalResultObservation
null
{"directed":true,"nodes":[{"nsPrefix":"meningococcal","nsURI":"http://www.openhealthtools.org/mdht/uml/cda/phcr/meningococcal","name":"meningococcal","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeningococcalCaseReport","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeningococcalPhcrClinicalInformationSection","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeningococcalCaseObservation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeningococcalSignsAndSymptomsObservation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeningococcalPhcrRelevantDxTestsSection","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeningococcalResultObservation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeningococcalResultOrganizer","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"MeningococcalCaseReportTitle","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"MeningococcalCaseReportMeningococcalPhcrClinicalInformationSection","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"MeningococcalCaseReportMeningococcalPhcrRelevantDxTestsSection","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getMeningococcalPhcrClinicalInformationSection","lowerBound":1,"id":11,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getMeningococcalPhcrRelevantDxTestsSection","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EOperation"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"PublicHealthCaseReportTemplateId","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EParameter"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"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"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"MeningococcalPhcrClinicalInformationSectionMeningococcalCaseObservation","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getMeningococcalCaseObservation","lowerBound":1,"id":46,"many":false,"required":true,"eClass":"EOperation"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"PhcrClinicalInformationSectionTemplateId","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"MeningococcalCaseObservationMeningococcalSignsAndSymptomsObservation","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getMeningococcalSignsAndSymptomsObservations","lowerBound":1,"id":65,"many":true,"required":true,"eClass":"EOperation"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProblemObservationTemplateId","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"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":"diagnostics","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EParameter"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignsAndSymptomsObservationTemplateId","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"MeningococcalPhcrRelevantDxTestsSectionMeningococcalResultObservation","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"MeningococcalPhcrRelevantDxTestsSectionMeningococcalResultOrganizer","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getMeningococcalResultObservations","lowerBound":1,"id":94,"many":true,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getMeningococcalResultOrganizers","lowerBound":1,"id":95,"many":true,"required":true,"eClass":"EOperation"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultsSectionTemplateId","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EParameter"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultObservationTemplateId","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EOperation"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getMeningococcalResultObservation","lowerBound":1,"id":130,"many":false,"required":true,"eClass":"EOperation"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultOrganizerTemplateId","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EOperation"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":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":14,"target":15},{"source":14,"target":16},{"source":14,"target":17},{"source":16,"target":18},{"source":16,"target":14},{"source":17,"target":19},{"source":17,"target":14},{"source":19,"target":20},{"source":19,"target":21},{"source":8,"target":22},{"source":8,"target":1},{"source":8,"target":23},{"source":8,"target":24},{"source":23,"target":25},{"source":23,"target":8},{"source":24,"target":26},{"source":24,"target":8},{"source":26,"target":27},{"source":26,"target":28},{"source":9,"target":29},{"source":9,"target":1},{"source":9,"target":30},{"source":9,"target":31},{"source":30,"target":32},{"source":30,"target":9},{"source":31,"target":33},{"source":31,"target":9},{"source":33,"target":34},{"source":33,"target":35},{"source":10,"target":36},{"source":10,"target":1},{"source":10,"target":37},{"source":10,"target":38},{"source":37,"target":39},{"source":37,"target":10},{"source":38,"target":40},{"source":38,"target":10},{"source":40,"target":41},{"source":40,"target":42},{"source":11,"target":2},{"source":11,"target":43},{"source":11,"target":1},{"source":43,"target":2},{"source":12,"target":5},{"source":12,"target":44},{"source":12,"target":1},{"source":44,"target":5},{"source":2,"target":0},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":48,"target":49},{"source":48,"target":50},{"source":48,"target":51},{"source":50,"target":52},{"source":50,"target":48},{"source":51,"target":53},{"source":51,"target":48},{"source":53,"target":54},{"source":53,"target":55},{"source":45,"target":56},{"source":45,"target":2},{"source":45,"target":57},{"source":45,"target":58},{"source":57,"target":59},{"source":57,"target":45},{"source":58,"target":60},{"source":58,"target":45},{"source":60,"target":61},{"source":60,"target":62},{"source":46,"target":3},{"source":46,"target":63},{"source":46,"target":2},{"source":63,"target":3},{"source":3,"target":0},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":67,"target":68},{"source":67,"target":69},{"source":67,"target":70},{"source":69,"target":71},{"source":69,"target":67},{"source":70,"target":72},{"source":70,"target":67},{"source":72,"target":73},{"source":72,"target":74},{"source":64,"target":75},{"source":64,"target":3},{"source":64,"target":76},{"source":64,"target":77},{"source":76,"target":78},{"source":76,"target":64},{"source":77,"target":79},{"source":77,"target":64},{"source":79,"target":80},{"source":79,"target":81},{"source":65,"target":4},{"source":65,"target":82},{"source":65,"target":3},{"source":82,"target":4},{"source":4,"target":0},{"source":4,"target":83},{"source":84,"target":85},{"source":84,"target":86},{"source":84,"target":87},{"source":86,"target":88},{"source":86,"target":84},{"source":87,"target":89},{"source":87,"target":84},{"source":89,"target":90},{"source":89,"target":91},{"source":5,"target":0},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":97,"target":98},{"source":97,"target":99},{"source":97,"target":100},{"source":99,"target":101},{"source":99,"target":97},{"source":100,"target":102},{"source":100,"target":97},{"source":102,"target":103},{"source":102,"target":104},{"source":92,"target":105},{"source":92,"target":5},{"source":92,"target":106},{"source":92,"target":107},{"source":106,"target":108},{"source":106,"target":92},{"source":107,"target":109},{"source":107,"target":92},{"source":109,"target":110},{"source":109,"target":111},{"source":93,"target":112},{"source":93,"target":5},{"source":93,"target":113},{"source":93,"target":114},{"source":113,"target":115},{"source":113,"target":93},{"source":114,"target":116},{"source":114,"target":93},{"source":116,"target":117},{"source":116,"target":118},{"source":94,"target":6},{"source":94,"target":119},{"source":94,"target":5},{"source":119,"target":6},{"source":95,"target":7},{"source":95,"target":120},{"source":95,"target":5},{"source":120,"target":7},{"source":6,"target":0},{"source":6,"target":121},{"source":122,"target":123},{"source":122,"target":124},{"source":122,"target":125},{"source":124,"target":126},{"source":124,"target":122},{"source":125,"target":127},{"source":125,"target":122},{"source":127,"target":128},{"source":127,"target":129},{"source":7,"target":0},{"source":7,"target":130},{"source":7,"target":131},{"source":132,"target":133},{"source":132,"target":134},{"source":132,"target":135},{"source":134,"target":136},{"source":134,"target":132},{"source":135,"target":137},{"source":135,"target":132},{"source":137,"target":138},{"source":137,"target":139},{"source":130,"target":6},{"source":130,"target":140},{"source":130,"target":7},{"source":140,"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="views" nsURI="http://www.eclipse.org/emf/eef/views/1.0.0" nsPrefix="eef-views"> <eClassifiers xsi:type="ecore:EClass" name="ViewsRepository" eSuperTypes="#//DocumentedElement #//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//View" containment="true" eOpposite="#//View/repository"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RepositoryKind" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category" containment="true" eOpposite="#//Category/repository"/> <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="View" eSuperTypes="#//Container #//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//ViewsRepository" eOpposite="#//ViewsRepository/views"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="explicit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" eType="#//Category" eOpposite="#//Category/views"/> <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="ElementEditor" eSuperTypes="#//ViewElement #//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnly" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameAsLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//DocumentedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//View" containment="true" eOpposite="#//View/category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//ViewsRepository" eOpposite="#//ViewsRepository/categories"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Container" eSuperTypes="#//ViewElement #//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ViewElement" containment="true" eOpposite="#//ViewElement/container"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewElement" abstract="true" eSuperTypes="#//DocumentedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="representation" eType="#//toolkits/Widget"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//Container" eOpposite="#//Container/elements"/> <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="CustomElementEditor" eSuperTypes="#//ElementEditor"/> <eClassifiers xsi:type="ecore:EClass" name="CustomView" eSuperTypes="#//View"/> <eClassifiers xsi:type="ecore:EClass" name="DocumentedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewReference" eSuperTypes="#//ViewElement #//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="view" lowerBound="1" eType="#//ViewElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifiedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedIdentifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eSubpackages name="toolkits" nsURI="http://www.eclipse.org/emf/eef/views/toolkits/1.0.0" nsPrefix="eef-views"> <eClassifiers xsi:type="ecore:EClass" name="Toolkit"> <eStructuralFeatures xsi:type="ecore:EReference" name="widgets" upperBound="-1" eType="#//toolkits/Widget" containment="true" eOpposite="#//toolkits/Widget/toolkit"/> <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="Widget"> <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="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolkit" eType="#//toolkits/Toolkit" eOpposite="#//toolkits/Toolkit/widgets"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/eclipse/eef/plugins/org.eclipse.emf.eef.views/model/views.ecore
ecore
views ViewsRepository views RepositoryKind categories name View repository explicit true category label ElementEditor readOnly nameAsLabel Category views repository categories name Container elements ViewElement representation container name CustomElementEditor CustomView DocumentedElement documentation ViewReference view IdentifiedElement qualifiedIdentifier toolkits Toolkit widgets name Widget name icon implementation toolkit
null
{"directed":true,"nodes":[{"nsPrefix":"eef-views","nsURI":"http://www.eclipse.org/emf/eef/views/1.0.0","name":"views","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewsRepository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementEditor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomElementEditor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomView","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewReference","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiedElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"nsPrefix":"eef-views","nsURI":"http://www.eclipse.org/emf/eef/views/toolkits/1.0.0","name":"toolkits","id":12,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"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":"RepositoryKind","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":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"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":"explicit","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":"category","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":"label","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"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":"readOnly","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameAsLabel","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"name","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":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":48,"derived":false},{"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":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representation","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"view","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"qualifiedIdentifier","changeable":false,"lowerBound":1,"iD":false,"id":68,"derived":true},{"id":69,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Toolkit","instanceClass":null,"abstract":false,"id":70,"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":"widgets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toolkit","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":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":"implementation","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":9},{"source":1,"target":11},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":13,"target":2},{"source":13,"target":19},{"source":13,"target":1},{"source":13,"target":20},{"source":19,"target":2},{"source":14,"target":21},{"source":14,"target":1},{"source":15,"target":4},{"source":15,"target":22},{"source":15,"target":1},{"source":15,"target":23},{"source":22,"target":4},{"source":16,"target":24},{"source":16,"target":1},{"source":17,"target":9},{"source":18,"target":11},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":11},{"source":2,"target":20},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":20,"target":1},{"source":20,"target":30},{"source":20,"target":2},{"source":20,"target":13},{"source":30,"target":1},{"source":25,"target":31},{"source":25,"target":2},{"source":26,"target":4},{"source":26,"target":32},{"source":26,"target":2},{"source":26,"target":33},{"source":32,"target":4},{"source":27,"target":34},{"source":27,"target":2},{"source":28,"target":5},{"source":29,"target":11},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":11},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":35,"target":39},{"source":35,"target":3},{"source":36,"target":40},{"source":36,"target":3},{"source":37,"target":6},{"source":38,"target":11},{"source":4,"target":0},{"source":4,"target":9},{"source":4,"target":33},{"source":4,"target":23},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":33,"target":2},{"source":33,"target":44},{"source":33,"target":4},{"source":33,"target":26},{"source":44,"target":2},{"source":23,"target":1},{"source":23,"target":45},{"source":23,"target":4},{"source":23,"target":15},{"source":45,"target":1},{"source":41,"target":4},{"source":41,"target":46},{"source":41,"target":4},{"source":46,"target":4},{"source":42,"target":47},{"source":42,"target":4},{"source":43,"target":9},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":11},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":48,"target":6},{"source":48,"target":51},{"source":48,"target":5},{"source":48,"target":52},{"source":51,"target":6},{"source":49,"target":6},{"source":50,"target":11},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":53},{"source":6,"target":52},{"source":6,"target":54},{"source":6,"target":55},{"source":53,"target":56},{"source":53,"target":57},{"source":53,"target":6},{"source":57,"target":56},{"source":52,"target":5},{"source":52,"target":58},{"source":52,"target":6},{"source":52,"target":48},{"source":58,"target":5},{"source":54,"target":59},{"source":54,"target":6},{"source":55,"target":9},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":60},{"source":60,"target":3},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":61},{"source":61,"target":2},{"source":9,"target":0},{"source":9,"target":62},{"source":62,"target":63},{"source":62,"target":9},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":11},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":64,"target":6},{"source":64,"target":67},{"source":64,"target":10},{"source":67,"target":6},{"source":65,"target":6},{"source":66,"target":11},{"source":11,"target":0},{"source":11,"target":68},{"source":68,"target":69},{"source":68,"target":11},{"source":12,"target":70},{"source":12,"target":56},{"source":12,"target":0},{"source":70,"target":12},{"source":70,"target":71},{"source":70,"target":72},{"source":71,"target":56},{"source":71,"target":73},{"source":71,"target":70},{"source":71,"target":74},{"source":73,"target":56},{"source":72,"target":75},{"source":72,"target":70},{"source":56,"target":12},{"source":56,"target":76},{"source":56,"target":77},{"source":56,"target":78},{"source":56,"target":74},{"source":76,"target":79},{"source":76,"target":56},{"source":77,"target":80},{"source":77,"target":56},{"source":78,"target":81},{"source":78,"target":56},{"source":74,"target":70},{"source":74,"target":82},{"source":74,"target":56},{"source":74,"target":71},{"source":82,"target":70}],"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="dependencylanguage" nsURI="http://www.muml.org/cbs/dependencylanguage/1.0.0" nsPrefix="dependencylanguage"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="actionlanguage" value="/resource/org.muml.pim.actionlanguage/model/actionlanguage.ecore#/"/> <details key="core" value="/resource/org.muml.core/model/core.ecore#/"/> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/> <details key="behavior" value="/resource/org.muml.pim/model/pim.ecore#//behavior"/> <details key="component" value="/resource/org.muml.pim/model/pim.ecore#//component"/> <details key="expr" value="/resource/org.muml.core/model/core.ecore#//expressions"/> <details key="realtimestatechart" value="/resource/org.muml.pim/model/pim.ecore#//realtimestatechart"/> <details key="valueType" value="/resource/org.muml.pim/model/pim.ecore#//valuetype"/> <details key="sdcec" value="/resource/org.muml.core/model/core.ecore#//expressions/common"/> </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> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package provides a the possiblity to describe dependencies between multiple RTCSs.&#xD;&#xA;The dependencies can be appended to AtomicComponent through the SynthesizableBehavior.&#xD;&#xA;&#xD;&#xA;@author Sebastian Goschin"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SynthesizableBehavior" eSuperTypes="../../org.muml.core/model/core.ecore#//Extension ../../org.muml.pim/model/pim.ecore#//behavior/BehavioralElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class is the container for the dependencies.&#xD;&#xA;It inherits from BehavioralElement to store the inner-behavior.&#xD;&#xA;It can be stored at a AtomicComponent through the Extension inheritance."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencyModel" eType="#//DependencyModel" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container for all Dependency of one Atomic Component, Input for the XText Editor."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if(not self.base.oclIsUndefined() and self.base.oclIsKindOf(component::AtomicComponent))&#xA;then (self.base).oclAsType(component::AtomicComponent).name.concat('-synth')&#xA;else&#xA;null endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Name of the Atomic Component + '-synth'"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DependencyModel" eSuperTypes="../../org.muml.core/model/core.ecore#//CommentableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The dependency model is the container for all dependencies and it builds the root for the XText grammar."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//Dependency" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" see Dependency"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" abstract="true" eSuperTypes="../../org.muml.core/model/core.ecore#//CommentableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each dependency must at least contain two references that lead to two different RealtimeStatecharts.&#xD;&#xA;This could be check by constraints."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Synchronization" eSuperTypes="#//Dependency"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Synchronization describes which Transitions should be coupled.&#xD;&#xA;Each Transition can only be referenced once in this expression.&#xD;&#xA;This could be check by constraints."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sendingEvents" upperBound="-1" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="They can be SimpleEvents or SynchronizationEvents.&#xD;&#xA;The second can only be used when a selectorType is defined."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="receivingEvents" upperBound="-1" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="They can be SimpleEvents or SynchronizationEvents.&#xD;&#xA;The second can only be used when a selectorType is defined."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="channelName" 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 for a new SynchronizationChannel. If channel with same name already exists, it is used, instead of a new created SynchronizationChannel.&#xD;&#xA;If it is empty an unique name is generated."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="selectorType" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//types/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Is optional and allows to specify a channel which uses the chosen selectortype.&#xD;&#xA;If it is empty it is a simple channel."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="generalSelectorExpression" eType="ecore:EClass ../../org.muml.core/model/core.ecore#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This expression is used as default selector expression.&#xD;&#xA;Thereby, it can be used either SynchronizationEvent or any other SimpleEvent."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForbiddenStateCombination" eSuperTypes="#//Dependency"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It forbids the combination of states. This dependency requires to add channels and an auxiliary region."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="states" lowerBound="2" upperBound="-1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//realtimestatechart/State"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Those states are not allowed to be entered in combination.&#xD;&#xA;If it contains more than two states, it does not forbid each possible combination, but only the one which is specified."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClockMerge" eSuperTypes="#//Dependency"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It merges multiple clocks into one global."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="clocks" lowerBound="2" upperBound="-1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//realtimestatechart/Clock"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Clocks from different regions which are merged."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clockName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If not specified the name of the first clock will be used for the global clock."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataMerge" eSuperTypes="#//Dependency"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It merges multiple variable into one global."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//behavior/Variable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Variables from different regions which are merged."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If not specified the name of the first variable will be used for the global variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//component/HybridPort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalDependency" eSuperTypes="#//Dependency"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A conditional dependency can be used to restrict Transition by Constraints, which have to be specified as Conditions.&#xD;&#xA;Through enable and disable the resolved Constraint will be attached to transitions.&#xD;&#xA;Also clock resets and data assignments can be specified.&#xD;&#xA;Those are applied for the specified event or when the Condition changes from false to true."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Either event or condition can be used.&#xD;&#xA;Event cannot be combined with EnableDisableEffect."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="see Condition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="effects" upperBound="-1" eType="#//Effect" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="see Effect"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Effect" abstract="true" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The effect species for what the condition is used, e.g.,&#xD;&#xA;as Expression or as Position for Assignments."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnableDisableEffect" eSuperTypes="#//Effect"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It restricts its event that the event can only occur if the condition is met.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Transition or EntryOrExitEvent that shall be restricted (see Event)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It is used to invert the &#xD;&#xA;If it is false the Expression is invertingly applied as the restriction."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClockResetEffect" eSuperTypes="#//Effect"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies which Clocks should be reset, when the Condition or Event happens."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="clocks" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//realtimestatechart/Clock"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Clocks that shall be reset."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataAssignmentEffect" eSuperTypes="#//Effect ../../org.muml.pim.actionlanguage/model/actionlanguage.ecore#//Assignment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies which Assignments that should be applied, when the Condition or Event happens."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1" eType="#//AssignmentDirection" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Direction of the dependency (see AssignmentDirection)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentDirection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If a DataAssignmentEffect is specified for an Event and Variable of the same region and only reads from others, its called PULL.&#xD;&#xA;Otherwise, it is called PUSH, because the Variable is modified outside of the original owner."/> </eAnnotations> <eLiterals name="PUSH"/> <eLiterals name="PULL" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoundedActiveState" eSuperTypes="#//Dependency"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It can specify invariants for states. Those invariants must include references of elements from other regions.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="states" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//realtimestatechart/State"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" lowerBound="1" eType="#//ClockCondition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It is currently only allowed to specify UpperBoundClockConditions, because invariants only support UpperBoundClockConstraints.&#xD;&#xA;However, it might be possible to drop the restriction, because also other Conditions might be simulatable through UpperBoundClockConstraints."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Those Conditions can evaluate to true or false and thereby specify intervals."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateStatusCondition" eSuperTypes="#//Condition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This condition specifies the interval that a state (combination) is active or inactive."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="states" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//realtimestatechart/State"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//StateStatusKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="see StateStatusKind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventConstrainedIntervalCondition" eSuperTypes="#//Condition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This condition specifies an interval in relation to two Events.&#xD;&#xA;initialEnabled and enabledInfinite should not be used, because it would be the same as writing true as Condition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fromEvent" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When this event occurs, the condition evaluation is changed to true."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialEnabled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When it is true, the evaluation after initialization true."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="untilEvent" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When this event occurs, the condition evaluation is changed to false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabledInfite" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When it is true, the evaluation never changes after it is true."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StateStatusKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It is used to specify that a state (combination) is active or inactive."/> </eAnnotations> <eLiterals name="UNDEFIEND"/> <eLiterals name="ACTIVE" value="1" literal="ACTIVE"/> <eLiterals name="INACTIVE" value="2" literal="INACTIVE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClockCondition" eSuperTypes="#//Condition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A clock condition describes a ClockConstraint that can be either be resolved to an existing or an auxiliary clock."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuxiliaryClockCondition" eSuperTypes="#//ClockCondition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This specifies a time dependency to an events last occurence.&#xD;&#xA;It leads to an introduction of an auxiliary clock."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" lowerBound="1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//valuetype/TimeValue" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="ecore:EEnum ../../org.muml.core/model/core.ecore#//expressions/common/ComparingOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HybridClockCondition" eSuperTypes="#//ClockCondition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a abreviation of a AuxiliaryClockCondition and a Condtion (mainly for StateStatusConditions).&#xD;&#xA;For example:&#xD;&#xA;HybridClockCondition(condition:= state 1 active , operation:= &lt; , bound:= 5s )&#xD;&#xA;&lt;=>&#xD;&#xA;AuxiliaryClockCondition(event:= entering state 1, operation:= &lt; , bound:= 5s ) and StateStatusCondition(states:= state 1 , kind:= active)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Condition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" lowerBound="1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//valuetype/TimeValue" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="ecore:EEnum ../../org.muml.core/model/core.ecore#//expressions/common/ComparingOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicClockCondition" eSuperTypes="../../org.muml.pim/model/pim.ecore#//realtimestatechart/ClockConstraint #//ClockCondition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It is just a ClockConstraint with the additional of ClockCondition, to better integratable into the DependencyLanguage."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataCondition" eSuperTypes="#//Condition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This Condition can contain any Expression which can be specified for TypedNamedElements.&#xD;&#xA;This is also just required for an easier integration of Expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="ecore:EClass ../../org.muml.core/model/core.ecore#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositionCondition" eSuperTypes="#//Condition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This can be used to logically compose multiple conditions.&#xD;&#xA;It is mostly required to shorten specifications, but also the OR composition is otherwise not possible."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="leftCondition" eType="#//Condition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="ecore:EEnum ../../org.muml.core/model/core.ecore#//expressions/common/LogicOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rightCondition" eType="#//Condition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Events can be resolved to existing or auxiliary Transitions and EntryOrExitEvents."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleEvent" abstract="true" eSuperTypes="#//Event"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="They should be always resolveable to existing elements."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositionEvent" eSuperTypes="#//Event"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This can be used to logically compose multiple events.&#xD;&#xA;If an And composition is chosen it could require to introduce auxiliary elements."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="leftEvent" lowerBound="1" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="ecore:EEnum ../../org.muml.core/model/core.ecore#//expressions/common/LogicOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rightEvent" lowerBound="1" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CountedEvent" eSuperTypes="#//Event"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This event counts the occurences of its subevent. Its own occurence is triggered when the threshold defined in counter is reached."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="counter" 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="DelayedEvent" eSuperTypes="#//Event"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This event occurs with the specified delay after its subevent occured.&#xD;&#xA;It requires an auxiliary elements such that event can happen without any other dependencies."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="delay" lowerBound="1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//valuetype/TimeValue" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronizationEvent" eSuperTypes="#//Event"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It is required to specify selector expressions for single events that are referenced in Synchronization.&#xD;&#xA;It is only allowed to be used if a selector type is specified.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="selectorExpression" eType="ecore:EClass ../../org.muml.core/model/core.ecore#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionEvent" eSuperTypes="#//SimpleEvent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Resolves to the single Transition it references.&#xD;&#xA;It is the simplest Event."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" lowerBound="1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//realtimestatechart/Transition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StateEventKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is used to reference the EntryEvent and ExitEvent of a state.&#xD;&#xA;Even it is was not instantiate yet."/> </eAnnotations> <eLiterals name="UNDEFIEND"/> <eLiterals name="ENTRY" value="1"/> <eLiterals name="EXIT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateEvent" eSuperTypes="#//SimpleEvent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Can be resolved either to a Set of Transitions or to an EntryOrExitEvent."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//realtimestatechart/State"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//StateEventKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="see StateEventKind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateCombinationEvent" eSuperTypes="#//SimpleEvent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Can be resolved either to a Set of Transitions or to a Set of EntryOrExitEvents."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="states" lowerBound="2" upperBound="-1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//realtimestatechart/State"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//StateEventKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="see StateEventKind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageEventKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A message can either be send or consumed at a Transition."/> </eAnnotations> <eLiterals name="UNDEFIEND"/> <eLiterals name="CONSUMING" value="1"/> <eLiterals name="SENDING" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageEvent" eSuperTypes="#//SimpleEvent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Can be resolved to a Set of Transitions, that uses the declared Message."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//MessageEventKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" see MessageEventKind"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//msgtype/MessageType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Message which is send or consumed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//connector/DiscreteInteractionEndpoint"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Message Event can be optionally bound to one port."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TriggerMessage" eSuperTypes="#//Dependency"> <eStructuralFeatures xsi:type="ecore:EReference" name="effects" upperBound="-1" eType="#//Effect" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageEvent" lowerBound="1" eType="#//MessageEvent" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/fraunhofer-iem/mechatronicuml/ComponentBehaviorSynthesis/org.muml.cbs.dependencylanguage/model/dependencylanguage.ecore
ecore
dependencylanguage SynthesizableBehavior dependencyModel name DependencyModel dependencies Dependency Synchronization sendingEvents receivingEvents channelName selectorType generalSelectorExpression ForbiddenStateCombination states ClockMerge clocks clockName DataMerge variables variableName port ConditionalDependency event condition effects Effect EnableDisableEffect event isEnable false ClockResetEffect clocks DataAssignmentEffect direction AssignmentDirection PUSH PUSH PULL PULL BoundedActiveState states constraint Condition StateStatusCondition states kind EventConstrainedIntervalCondition fromEvent initialEnabled false untilEvent enabledInfite false StateStatusKind UNDEFIEND UNDEFIEND ACTIVE ACTIVE INACTIVE INACTIVE ClockCondition AuxiliaryClockCondition event bound operator HybridClockCondition condition bound operator BasicClockCondition DataCondition expression CompositionCondition leftCondition kind rightCondition Event SimpleEvent CompositionEvent leftEvent kind rightEvent CountedEvent event counter DelayedEvent delay event SynchronizationEvent selectorExpression event TransitionEvent transition StateEventKind UNDEFIEND UNDEFIEND ENTRY ENTRY EXIT EXIT StateEvent state kind StateCombinationEvent states kind MessageEventKind UNDEFIEND UNDEFIEND CONSUMING CONSUMING SENDING SENDING MessageEvent kind type port TriggerMessage effects messageEvent
null
{"directed":true,"nodes":[{"nsPrefix":"dependencylanguage","nsURI":"http://www.muml.org/cbs/dependencylanguage/1.0.0","name":"dependencylanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynthesizableBehavior","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DependencyModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronization","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForbiddenStateCombination","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockMerge","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataMerge","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalDependency","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Effect","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnableDisableEffect","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockResetEffect","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAssignmentEffect","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentDirection","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundedActiveState","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateStatusCondition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventConstrainedIntervalCondition","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StateStatusKind","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockCondition","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuxiliaryClockCondition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HybridClockCondition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicClockCondition","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataCondition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositionCondition","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleEvent","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositionEvent","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CountedEvent","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelayedEvent","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizationEvent","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionEvent","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StateEventKind","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateEvent","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateCombinationEvent","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageEventKind","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEvent","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerMessage","instanceClass":null,"abstract":false,"id":37,"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":"dependencyModel","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":"name","changeable":false,"lowerBound":0,"iD":false,"id":39,"derived":true},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sendingEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receivingEvents","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":"channelName","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectorType","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":true,"unsettable":false,"transient":false,"unique":true,"name":"generalSelectorExpression","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"},{"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":"states","changeable":true,"resolveProxies":true,"lowerBound":2,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clocks","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"clockName","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"variableName","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":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"condition","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":"effects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"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":"isEnable","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clocks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":true},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"name":"PUSH","id":94,"value":0,"literal":"PUSH","eClass":"EEnumLiteral"},{"name":"PULL","id":95,"value":1,"literal":"PULL","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"states","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":true,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"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":"states","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"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":"initialEnabled","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"untilEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"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":"enabledInfite","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"name":"UNDEFIEND","id":116,"value":0,"literal":"UNDEFIEND","eClass":"EEnumLiteral"},{"name":"ACTIVE","id":117,"value":1,"literal":"ACTIVE","eClass":"EEnumLiteral"},{"name":"INACTIVE","id":118,"value":2,"literal":"INACTIVE","eClass":"EEnumLiteral"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":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":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"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":"rightCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightEvent","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"counter","changeable":true,"lowerBound":0,"iD":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"delay","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":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectorExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"name":"UNDEFIEND","id":173,"value":0,"literal":"UNDEFIEND","eClass":"EEnumLiteral"},{"name":"ENTRY","id":174,"value":1,"literal":"ENTRY","eClass":"EEnumLiteral"},{"name":"EXIT","id":175,"value":2,"literal":"EXIT","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":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"kind","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"name":"UNDEFIEND","id":186,"value":0,"literal":"UNDEFIEND","eClass":"EEnumLiteral"},{"name":"CONSUMING","id":187,"value":1,"literal":"CONSUMING","eClass":"EEnumLiteral"},{"name":"SENDING","id":188,"value":2,"literal":"SENDING","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":189,"derived":false},{"container":false,"ordered":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":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":"port","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"effects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":38,"target":2},{"source":38,"target":42},{"source":38,"target":1},{"source":42,"target":2},{"source":39,"target":43},{"source":39,"target":1},{"source":2,"target":0},{"source":2,"target":44},{"source":2,"target":45},{"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":4,"target":0},{"source":4,"target":3},{"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":48,"target":25},{"source":48,"target":54},{"source":48,"target":4},{"source":54,"target":25},{"source":49,"target":25},{"source":49,"target":55},{"source":49,"target":4},{"source":55,"target":25},{"source":50,"target":56},{"source":50,"target":4},{"source":51,"target":57},{"source":51,"target":4},{"source":52,"target":58},{"source":52,"target":4},{"source":53,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":59},{"source":5,"target":60},{"source":59,"target":61},{"source":59,"target":5},{"source":60,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":62,"target":65},{"source":62,"target":6},{"source":63,"target":66},{"source":63,"target":6},{"source":64,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":67,"target":71},{"source":67,"target":7},{"source":68,"target":72},{"source":68,"target":7},{"source":69,"target":73},{"source":69,"target":7},{"source":70,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":74,"target":25},{"source":74,"target":78},{"source":74,"target":8},{"source":78,"target":25},{"source":75,"target":15},{"source":75,"target":79},{"source":75,"target":8},{"source":79,"target":15},{"source":76,"target":9},{"source":76,"target":80},{"source":76,"target":8},{"source":80,"target":9},{"source":77,"target":3},{"source":9,"target":0},{"source":9,"target":81},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":82,"target":25},{"source":82,"target":85},{"source":82,"target":10},{"source":85,"target":25},{"source":83,"target":86},{"source":83,"target":10},{"source":84,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":87},{"source":11,"target":88},{"source":87,"target":89},{"source":87,"target":11},{"source":88,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":90},{"source":12,"target":91},{"source":12,"target":92},{"source":90,"target":13},{"source":90,"target":93},{"source":90,"target":12},{"source":93,"target":13},{"source":91,"target":9},{"source":13,"target":0},{"source":13,"target":94},{"source":13,"target":95},{"source":94,"target":13},{"source":95,"target":13},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":96},{"source":14,"target":97},{"source":14,"target":98},{"source":96,"target":99},{"source":96,"target":14},{"source":97,"target":19},{"source":97,"target":100},{"source":97,"target":14},{"source":100,"target":19},{"source":98,"target":3},{"source":15,"target":0},{"source":15,"target":101},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":102},{"source":16,"target":103},{"source":16,"target":104},{"source":102,"target":105},{"source":102,"target":16},{"source":103,"target":18},{"source":103,"target":106},{"source":103,"target":16},{"source":106,"target":18},{"source":104,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":107},{"source":17,"target":108},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":107,"target":25},{"source":107,"target":112},{"source":107,"target":17},{"source":112,"target":25},{"source":108,"target":113},{"source":108,"target":17},{"source":109,"target":25},{"source":109,"target":114},{"source":109,"target":17},{"source":114,"target":25},{"source":110,"target":115},{"source":110,"target":17},{"source":111,"target":15},{"source":18,"target":0},{"source":18,"target":116},{"source":18,"target":117},{"source":18,"target":118},{"source":116,"target":18},{"source":117,"target":18},{"source":118,"target":18},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":119},{"source":119,"target":15},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":120},{"source":20,"target":121},{"source":20,"target":122},{"source":20,"target":123},{"source":120,"target":25},{"source":120,"target":124},{"source":120,"target":20},{"source":124,"target":25},{"source":121,"target":125},{"source":121,"target":20},{"source":122,"target":126},{"source":122,"target":20},{"source":123,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":127},{"source":21,"target":128},{"source":21,"target":129},{"source":21,"target":130},{"source":127,"target":15},{"source":127,"target":131},{"source":127,"target":21},{"source":131,"target":15},{"source":128,"target":132},{"source":128,"target":21},{"source":129,"target":133},{"source":129,"target":21},{"source":130,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":134},{"source":22,"target":135},{"source":135,"target":19},{"source":23,"target":0},{"source":23,"target":15},{"source":23,"target":136},{"source":23,"target":137},{"source":136,"target":138},{"source":136,"target":23},{"source":137,"target":15},{"source":24,"target":0},{"source":24,"target":15},{"source":24,"target":139},{"source":24,"target":140},{"source":24,"target":141},{"source":24,"target":142},{"source":139,"target":15},{"source":139,"target":143},{"source":139,"target":24},{"source":143,"target":15},{"source":140,"target":144},{"source":140,"target":24},{"source":141,"target":15},{"source":141,"target":145},{"source":141,"target":24},{"source":145,"target":15},{"source":142,"target":15},{"source":25,"target":0},{"source":25,"target":146},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":147},{"source":147,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":148},{"source":27,"target":149},{"source":27,"target":150},{"source":27,"target":151},{"source":148,"target":25},{"source":148,"target":152},{"source":148,"target":27},{"source":152,"target":25},{"source":149,"target":153},{"source":149,"target":27},{"source":150,"target":25},{"source":150,"target":154},{"source":150,"target":27},{"source":154,"target":25},{"source":151,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":155},{"source":28,"target":156},{"source":28,"target":157},{"source":155,"target":25},{"source":155,"target":158},{"source":155,"target":28},{"source":158,"target":25},{"source":156,"target":159},{"source":156,"target":28},{"source":157,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":160},{"source":29,"target":161},{"source":29,"target":162},{"source":160,"target":163},{"source":160,"target":29},{"source":161,"target":25},{"source":161,"target":164},{"source":161,"target":29},{"source":164,"target":25},{"source":162,"target":25},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":165},{"source":30,"target":166},{"source":30,"target":167},{"source":165,"target":168},{"source":165,"target":30},{"source":166,"target":25},{"source":166,"target":169},{"source":166,"target":30},{"source":169,"target":25},{"source":167,"target":25},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":170},{"source":31,"target":171},{"source":170,"target":172},{"source":170,"target":31},{"source":171,"target":26},{"source":32,"target":0},{"source":32,"target":173},{"source":32,"target":174},{"source":32,"target":175},{"source":173,"target":32},{"source":174,"target":32},{"source":175,"target":32},{"source":33,"target":0},{"source":33,"target":26},{"source":33,"target":176},{"source":33,"target":177},{"source":33,"target":178},{"source":176,"target":179},{"source":176,"target":33},{"source":177,"target":32},{"source":177,"target":180},{"source":177,"target":33},{"source":180,"target":32},{"source":178,"target":26},{"source":34,"target":0},{"source":34,"target":26},{"source":34,"target":181},{"source":34,"target":182},{"source":34,"target":183},{"source":181,"target":184},{"source":181,"target":34},{"source":182,"target":32},{"source":182,"target":185},{"source":182,"target":34},{"source":185,"target":32},{"source":183,"target":26},{"source":35,"target":0},{"source":35,"target":186},{"source":35,"target":187},{"source":35,"target":188},{"source":186,"target":35},{"source":187,"target":35},{"source":188,"target":35},{"source":36,"target":0},{"source":36,"target":26},{"source":36,"target":189},{"source":36,"target":190},{"source":36,"target":191},{"source":36,"target":192},{"source":189,"target":35},{"source":189,"target":193},{"source":189,"target":36},{"source":193,"target":35},{"source":190,"target":194},{"source":190,"target":36},{"source":191,"target":195},{"source":191,"target":36},{"source":192,"target":26},{"source":37,"target":0},{"source":37,"target":3},{"source":37,"target":196},{"source":37,"target":197},{"source":37,"target":198},{"source":196,"target":9},{"source":196,"target":199},{"source":196,"target":37},{"source":199,"target":9},{"source":197,"target":36},{"source":197,"target":200},{"source":197,"target":37},{"source":200,"target":36},{"source":198,"target":3}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="C_Cpp" nsURI="http://www.eclipse.org/papyrus/C_Cpp/1" nsPrefix="C_Cpp"> <eClassifiers xsi:type="ecore:EClass" name="Ptr"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&quot;declaration&quot; attribute should only be used, if more than one indirections of pointers (often &quot;**&quot;)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_parameter" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_property" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="declaration" ordered="false" unique="false" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Include"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An arbitrary string that is added to header and body file. Although primarily intended for manual include directives, it can be used for arbitrary definitions.&#xA;&quot;preBody&quot; is added to a C++ body file before automatic include statements, &quot;body&quot; after"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preBody" ordered="false" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="header" ordered="false" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_package" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_class" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_PackageImport" ordered="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//PackageImport"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManualGeneration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Some toolkits require a quite particular way of use. For instance, LTTng requires the use of C (not C++) for the declaration of a trace provider and the header file is read several time with redefined macros. Therefore, the code generator supports a &quot;manual&quot; generation mode, in which primarily the contents of the CppInclude directive is written."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extensionBody" ordered="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternLibrary"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Mark a package as External Library. If this package is used, the associated CDT project will be configured accordingly."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includePaths" ordered="false" unique="false" upperBound="-1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_package" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libPaths" ordered="false" upperBound="-1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="macros" ordered="false" upperBound="-1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libs" ordered="false" upperBound="-1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includes" ordered="false" upperBound="-1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NoCodeGen"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="No code generation should be done for this element. This also means that no include directive is generated, if the class is referenced."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_element" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CppRoot"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that this package shoudl be a root package, i.e. its contents should appear on top level folder during generation. Currently not used"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="base_package" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="private"/> <eLiterals name="protected" value="1"/> <eLiterals name="public" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Array"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_parameter" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="definition" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_property" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_association" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Association"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Const"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_parameter" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_property" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_operation" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ref"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_parameter" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_property" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="External"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Classifier" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstInit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialisation" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_operation" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Friend"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_dependency" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Dependency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_operation" ordered="false" unique="false" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inline"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_operation" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Virtual"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_operation" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Typedef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="definition" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_primitivetype" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//PrimitiveType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Visibility"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_generalization" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Generalization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CppInit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_enumerationliteral" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//EnumerationLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Template"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="declaration" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_class" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateBinding"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binding" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_templatebinding" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//TemplateBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_templateparameter" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//TemplateParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Union"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_DataType" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EAccessKind"> <eLiterals name="read"/> <eLiterals name="write" value="1"/> <eLiterals name="readWrite" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EStorageClass"> <eLiterals name="volatile"/> <eLiterals name="register" value="1"/> <eLiterals name="extern" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storageClass" ordered="false" unique="false" lowerBound="1" eType="#//EStorageClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Volatile"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_parameter" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_property" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_operation" ordered="false" unique="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Operation"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/juancadavid/papyrus/extraplugins/codegen/org.eclipse.papyrus.cpp.profile/profiles/C_Cpp.ecore
ecore
C_Cpp Ptr base_parameter base_property declaration Include body preBody header base_package base_class base_PackageImport ManualGeneration extensionBody base_Class ExternLibrary includePaths base_package libPaths macros libs includes NoCodeGen base_element CppRoot base_package VisibilityKind private private protected protected public public Array base_parameter definition base_property base_association Const base_parameter base_property base_operation Ref base_parameter base_property External name base_Classifier ConstInit initialisation base_operation Friend base_dependency base_operation Inline base_operation Virtual base_operation Typedef definition base_primitivetype Visibility value base_generalization CppInit value base_enumerationliteral Template declaration base_class TemplateBinding binding base_templatebinding TemplateParameter name base_templateparameter Union base_DataType EAccessKind read read write write readWrite readWrite EStorageClass volatile volatile register register extern extern StorageClass storageClass Volatile base_parameter base_property base_operation
null
{"directed":true,"nodes":[{"nsPrefix":"C_Cpp","nsURI":"http://www.eclipse.org/papyrus/C_Cpp/1","name":"C_Cpp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ptr","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManualGeneration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternLibrary","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoCodeGen","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppRoot","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Array","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Const","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ref","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"External","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstInit","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Friend","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inline","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virtual","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typedef","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Visibility","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppInit","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBinding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Union","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EAccessKind","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EStorageClass","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageClass","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Volatile","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"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":"declaration","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"preBody","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"header","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_PackageImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extensionBody","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"includePaths","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libPaths","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"macros","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libs","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includes","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"name":"private","id":65,"value":0,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":66,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":67,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"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":"definition","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"initialisation","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"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":false,"name":"base_dependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"id":101,"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":"definition","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_primitivetype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_generalization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_enumerationliteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"declaration","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"binding","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_templatebinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"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":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_templateparameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_DataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"name":"read","id":128,"value":0,"literal":"read","eClass":"EEnumLiteral"},{"name":"write","id":129,"value":1,"literal":"write","eClass":"EEnumLiteral"},{"name":"readWrite","id":130,"value":2,"literal":"readWrite","eClass":"EEnumLiteral"},{"name":"volatile","id":131,"value":0,"literal":"volatile","eClass":"EEnumLiteral"},{"name":"register","id":132,"value":1,"literal":"register","eClass":"EEnumLiteral"},{"name":"extern","id":133,"value":2,"literal":"extern","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"storageClass","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"base_operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":27,"target":30},{"source":27,"target":1},{"source":28,"target":31},{"source":28,"target":1},{"source":29,"target":32},{"source":29,"target":1},{"source":2,"target":0},{"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":33,"target":39},{"source":33,"target":2},{"source":34,"target":40},{"source":34,"target":2},{"source":35,"target":41},{"source":35,"target":2},{"source":36,"target":42},{"source":36,"target":2},{"source":37,"target":43},{"source":37,"target":2},{"source":38,"target":44},{"source":38,"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":48},{"source":46,"target":3},{"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":4,"target":54},{"source":49,"target":55},{"source":49,"target":4},{"source":50,"target":56},{"source":50,"target":4},{"source":51,"target":57},{"source":51,"target":4},{"source":52,"target":58},{"source":52,"target":4},{"source":53,"target":59},{"source":53,"target":4},{"source":54,"target":60},{"source":54,"target":4},{"source":5,"target":0},{"source":5,"target":61},{"source":61,"target":62},{"source":61,"target":5},{"source":6,"target":0},{"source":6,"target":63},{"source":63,"target":64},{"source":63,"target":6},{"source":7,"target":0},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":65,"target":7},{"source":66,"target":7},{"source":67,"target":7},{"source":8,"target":0},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":68,"target":72},{"source":68,"target":8},{"source":69,"target":73},{"source":69,"target":8},{"source":70,"target":74},{"source":70,"target":8},{"source":71,"target":75},{"source":71,"target":8},{"source":9,"target":0},{"source":9,"target":76},{"source":9,"target":77},{"source":9,"target":78},{"source":76,"target":79},{"source":76,"target":9},{"source":77,"target":80},{"source":77,"target":9},{"source":78,"target":81},{"source":78,"target":9},{"source":10,"target":0},{"source":10,"target":82},{"source":10,"target":83},{"source":82,"target":84},{"source":82,"target":10},{"source":83,"target":85},{"source":83,"target":10},{"source":11,"target":0},{"source":11,"target":86},{"source":11,"target":87},{"source":86,"target":88},{"source":86,"target":11},{"source":87,"target":89},{"source":87,"target":11},{"source":12,"target":0},{"source":12,"target":90},{"source":12,"target":91},{"source":90,"target":92},{"source":90,"target":12},{"source":91,"target":93},{"source":91,"target":12},{"source":13,"target":0},{"source":13,"target":94},{"source":13,"target":95},{"source":94,"target":96},{"source":94,"target":13},{"source":95,"target":97},{"source":95,"target":13},{"source":14,"target":0},{"source":14,"target":98},{"source":98,"target":99},{"source":98,"target":14},{"source":15,"target":0},{"source":15,"target":100},{"source":100,"target":101},{"source":100,"target":15},{"source":16,"target":0},{"source":16,"target":102},{"source":16,"target":103},{"source":102,"target":104},{"source":102,"target":16},{"source":103,"target":105},{"source":103,"target":16},{"source":17,"target":0},{"source":17,"target":106},{"source":17,"target":107},{"source":106,"target":108},{"source":106,"target":17},{"source":107,"target":109},{"source":107,"target":17},{"source":18,"target":0},{"source":18,"target":110},{"source":18,"target":111},{"source":110,"target":112},{"source":110,"target":18},{"source":111,"target":113},{"source":111,"target":18},{"source":19,"target":0},{"source":19,"target":114},{"source":19,"target":115},{"source":114,"target":116},{"source":114,"target":19},{"source":115,"target":117},{"source":115,"target":19},{"source":20,"target":0},{"source":20,"target":118},{"source":20,"target":119},{"source":118,"target":120},{"source":118,"target":20},{"source":119,"target":121},{"source":119,"target":20},{"source":21,"target":0},{"source":21,"target":122},{"source":21,"target":123},{"source":122,"target":124},{"source":122,"target":21},{"source":123,"target":125},{"source":123,"target":21},{"source":22,"target":0},{"source":22,"target":126},{"source":126,"target":127},{"source":126,"target":22},{"source":23,"target":0},{"source":23,"target":128},{"source":23,"target":129},{"source":23,"target":130},{"source":128,"target":23},{"source":129,"target":23},{"source":130,"target":23},{"source":24,"target":0},{"source":24,"target":131},{"source":24,"target":132},{"source":24,"target":133},{"source":131,"target":24},{"source":132,"target":24},{"source":133,"target":24},{"source":25,"target":0},{"source":25,"target":134},{"source":134,"target":24},{"source":134,"target":135},{"source":134,"target":25},{"source":135,"target":24},{"source":26,"target":0},{"source":26,"target":136},{"source":26,"target":137},{"source":26,"target":138},{"source":136,"target":139},{"source":136,"target":26},{"source":137,"target":140},{"source":137,"target":26},{"source":138,"target":141},{"source":138,"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="eTMap" nsURI="http://www.eclipse.org/etrice/core/etmap/ETMap" nsPrefix="eTMap"> <eClassifiers xsi:type="ecore:EClass" name="MappingModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>The root object for the mapping model. It gives access to the mappings defined.&#xD;&#xA;"/> </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="&lt;br>The model name is a dot separated fully qualified name and is&#xD;&#xA;used to provide a name space.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.etrice.core.common/model/generated/Base.ecore#//Import" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>A list of all imported models.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//Mapping" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>A list of all defined mappings.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the mapping of a logical system (defined in a ROOM model) to a&#xD;&#xA;physical system (defined in a physical model).&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalSys" eType="ecore:EClass platform:/resource/org.eclipse.etrice.core.room/model/generated/Room.ecore#//LogicalSystem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the logical system being mapped.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalSys" eType="ecore:EClass platform:/resource/org.eclipse.etrice.core.etphys/model/generated/ETPhys.ecore#//PhysicalSystem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the physical system being mapped to.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subsysMappings" upperBound="-1" eType="#//SubSystemMapping" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is a list of nested mappings of the sub systems of this system.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubSystemMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the mapping of a sub system (defined in a ROOM model) to a&#xD;&#xA;node (defined in a physical model).&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalSubSys" eType="ecore:EClass platform:/resource/org.eclipse.etrice.core.room/model/generated/Room.ecore#//SubSystemRef"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the logical sub system being mapped.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="ecore:EClass platform:/resource/org.eclipse.etrice.core.etphys/model/generated/ETPhys.ecore#//NodeRef"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the node being mapped to.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="threadMappings" upperBound="-1" eType="#//ThreadMapping" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is a list of nested mappings of logical to physical threads.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the mapping of a logical thread (defined in a ROOM model) to a&#xD;&#xA;physical thread (defined in a physical model).&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalThread" eType="ecore:EClass platform:/resource/org.eclipse.etrice.core.room/model/generated/Room.ecore#//LogicalThread"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the logical thread being mapped.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalThread" eType="ecore:EClass platform:/resource/org.eclipse.etrice.core.etphys/model/generated/ETPhys.ecore#//PhysicalThread"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;br>This is the physical thread being mapped to.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/protossoftware/etrice/plugins/org.eclipse.etrice.core.etmap/model/generated/ETMap.ecore
ecore
eTMap MappingModel name imports mappings Mapping logicalSys physicalSys subsysMappings SubSystemMapping logicalSubSys node threadMappings ThreadMapping logicalThread physicalThread
null
{"directed":true,"nodes":[{"nsPrefix":"eTMap","nsURI":"http://www.eclipse.org/etrice/core/etmap/ETMap","name":"eTMap","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubSystemMapping","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadMapping","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logicalSys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalSys","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":"subsysMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logicalSubSys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","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":"threadMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logicalThread","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":"physicalThread","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":5,"target":8},{"source":5,"target":1},{"source":6,"target":9},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":11,"target":14},{"source":11,"target":2},{"source":12,"target":15},{"source":12,"target":2},{"source":13,"target":3},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":3},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":18,"target":21},{"source":18,"target":3},{"source":19,"target":4},{"source":19,"target":22},{"source":19,"target":3},{"source":22,"target":4},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":24},{"source":23,"target":25},{"source":23,"target":4},{"source":24,"target":26},{"source":24,"target":4}],"multigraph":true}
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="error2" nsURI="http://error2" nsPrefix="_error2"> <eClassifiers xsi:type="ecore:EClass" name="Diagram"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1" eType="#//Definition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Container"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameUnicity"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="nameUnicity" value="bindings->isUnique(name)&#xD;&#xA;and&#xD;&#xA;components->isUnique(name)&#xD;&#xA;and&#xD;&#xA;interfaces->isUnique(name)&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="kref=comments"/> <details key="kref=output"/> <details key="kref=bindings"/> <details key="kref=components"/> <details key="kref=interfaces"/> <details key="kref=content"/> <details key="kref=controller"/> </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="bindings" upperBound="-1" eType="#//Binding" containment="true" eOpposite="#//Binding/bindingParent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true" eOpposite="#//Component/componentParent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1" eType="#//Interface" containment="true" eOpposite="#//Interface/interfaceParent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Content" containment="true" eOpposite="#//Content/contentParent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//Attributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="#//Output" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controller" eType="#//Controller" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//Container"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arguments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extends" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Container"> <eAnnotations source="diagraph"> <details key="ref=componentParent"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="componentParent" lowerBound="1" eType="#//Container" eOpposite="#//Container/components"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="definition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="contingency primitive uniqueClientsForServer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="contingency" value="(self.contingency = InterfaceContingency::mandatory) &#xD;&#xA;implies &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.clientBinding &lt;> null)&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;not (self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;)"/> <details key="primitive" value="(interfaceParent.content = null)&#xD;&#xA;xor &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;implies&#xD;&#xA;&#x9;(self.clientBinding = null)&#xD;&#xA;)"/> <details key="uniqueClientsForServer" value="self->isUnique(serverBinding)"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="kref=comments"/> <details key="ref=serverBinding"/> <details key="ref=clientBinding"/> <details key="ref=interfaceParent"/> </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="role" lowerBound="1" eType="#//InterfaceRole" defaultValueLiteral="SERVER" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contingency" eType="#//InterfaceContingency" defaultValueLiteral="MANDATORY"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="#//InterfaceCardinality" defaultValueLiteral="SINGLETON"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serverBinding" upperBound="-1" eType="#//Binding" unsettable="true" eOpposite="#//Binding/to"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clientBinding" eType="#//Binding" eOpposite="#//Binding/from"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceParent" lowerBound="1" eType="#//Container" eOpposite="#//Container/interfaces"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="roleCompatibility"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="roleCompatibility" value="(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.role = InterfaceRole::client&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::server&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;&#x9;and&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclIsTypeOf(Component)&#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent.oclAsType(Component).componentParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;or&#xD;&#xA;&#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&amp;#x9;self.client.role = InterfaceRole::client&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::client&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;or&#xD;&#xA;&#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.role = InterfaceRole::SERVER&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::SERVER&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclAsType(Component).componentParent = self.client.interfaceParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="kref=comments"/> <details key="ref=bindingParent"/> <details key="ref=to"/> <details key="ref=from"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingParent" lowerBound="1" eType="#//Container" eOpposite="#//Container/bindings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Interface" eOpposite="#//Interface/serverBinding"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Interface" eOpposite="#//Interface/clientBinding"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content"> <eAnnotations source="diagraph"> <details key="kref=includes"/> <details key="kref=cflags"/> <details key="kref=ldflags"/> <details key="ref=contentParent"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="contentParent" lowerBound="1" eType="#//Container" eOpposite="#//Container/content"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="content class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includes" upperBound="-1" eType="#//Include" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cflags" upperBound="-1" eType="#//Cflag" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ldflags" upperBound="-1" eType="#//Ldflag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attributes"> <eAnnotations source="diagraph"> <details key="kref=comments"/> <details key="kref=attributes"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eAnnotations source="diagraph"> <details key="kref=comments"/> </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="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Controller"> <eAnnotations source="diagraph"> <details key="kref=comments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptor" 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:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eAnnotations source="diagraph"> <details key="label=language"/> <details key="label=text"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="Cflag"> <eAnnotations source="diagraph"> <details key="label=value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ldflag"> <eAnnotations source="diagraph"> <details key="label=value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Include"> <eAnnotations source="diagraph"> <details key="label=file"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Output"> <eAnnotations source="diagraph"> <details key="label=format"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InterfaceRole"> <eLiterals name="server"/> <eLiterals name="client" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InterfaceContingency"> <eLiterals name="mandatory"/> <eLiterals name="optional" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InterfaceCardinality"> <eLiterals name="singleton"/> <eLiterals name="collection" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContentLanguages"> <eLiterals name="thinkC"/> <eLiterals name="macroC" value="1"/> <eLiterals name="cpp" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/error2.ecore
ecore
error2 Diagram definition Container name bindings components interfaces content comments attributes output controller Definition arguments extends Component componentParent definition Interface name role SERVER signature contingency MANDATORY cardinality SINGLETON serverBinding clientBinding interfaceParent comments startProperty Binding bindingParent to from comments Content contentParent class content class language includes cflags ldflags Attributes comments attributes signature Attribute name value comments Controller descriptor language comments Comment language text Cflag value Ldflag value Include file Output format InterfaceRole server server client client InterfaceContingency mandatory mandatory optional optional InterfaceCardinality singleton singleton collection collection ContentLanguages thinkC thinkC macroC macroC cpp cpp
null
{"directed":true,"nodes":[{"nsPrefix":"_error2","nsURI":"http://error2","name":"error2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attributes","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cflag","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ldflag","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InterfaceRole","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InterfaceContingency","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InterfaceCardinality","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContentLanguages","instanceClass":null,"id":19,"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":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"bindings","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":"components","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":"interfaces","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":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","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":"attributes","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":"output","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":"controller","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindingParent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"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":"componentParent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"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":"interfaceParent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentParent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"SERVER","unsettable":true,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MANDATORY","unsettable":false,"transient":false,"unique":true,"name":"contingency","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SINGLETON","unsettable":false,"transient":false,"unique":true,"name":"cardinality","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":false,"unsettable":true,"transient":false,"unique":true,"name":"serverBinding","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":"clientBinding","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":"comments","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":"startProperty","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","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"},{"ordered":true,"upperBound":1,"defaultValue":"content class","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"content class","unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":1,"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":"language","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"includes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cflags","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":"ldflags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"lowerBound":1,"iD":false,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"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":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","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":"language","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"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":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"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":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"lowerBound":1,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"name":"server","id":120,"value":0,"literal":"server","eClass":"EEnumLiteral"},{"name":"client","id":121,"value":1,"literal":"client","eClass":"EEnumLiteral"},{"name":"mandatory","id":122,"value":0,"literal":"mandatory","eClass":"EEnumLiteral"},{"name":"optional","id":123,"value":1,"literal":"optional","eClass":"EEnumLiteral"},{"name":"singleton","id":124,"value":0,"literal":"singleton","eClass":"EEnumLiteral"},{"name":"collection","id":125,"value":1,"literal":"collection","eClass":"EEnumLiteral"},{"name":"thinkC","id":126,"value":0,"literal":"thinkC","eClass":"EEnumLiteral"},{"name":"macroC","id":127,"value":1,"literal":"macroC","eClass":"EEnumLiteral"},{"name":"cpp","id":128,"value":2,"literal":"cpp","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":20,"target":3},{"source":20,"target":21},{"source":20,"target":1},{"source":21,"target":3},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":22,"target":31},{"source":22,"target":2},{"source":23,"target":6},{"source":23,"target":32},{"source":23,"target":2},{"source":23,"target":33},{"source":32,"target":6},{"source":24,"target":4},{"source":24,"target":34},{"source":24,"target":2},{"source":24,"target":35},{"source":34,"target":4},{"source":25,"target":5},{"source":25,"target":36},{"source":25,"target":2},{"source":25,"target":37},{"source":36,"target":5},{"source":26,"target":7},{"source":26,"target":38},{"source":26,"target":2},{"source":26,"target":39},{"source":38,"target":7},{"source":27,"target":11},{"source":27,"target":40},{"source":27,"target":2},{"source":40,"target":11},{"source":28,"target":8},{"source":28,"target":41},{"source":28,"target":2},{"source":41,"target":8},{"source":29,"target":15},{"source":29,"target":42},{"source":29,"target":2},{"source":42,"target":15},{"source":30,"target":10},{"source":30,"target":43},{"source":30,"target":2},{"source":43,"target":10},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":44,"target":47},{"source":44,"target":3},{"source":45,"target":48},{"source":45,"target":3},{"source":46,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":35},{"source":4,"target":49},{"source":4,"target":50},{"source":35,"target":2},{"source":35,"target":51},{"source":35,"target":4},{"source":35,"target":24},{"source":51,"target":2},{"source":49,"target":52},{"source":49,"target":4},{"source":50,"target":2},{"source":5,"target":0},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":37},{"source":5,"target":60},{"source":5,"target":61},{"source":53,"target":62},{"source":53,"target":5},{"source":54,"target":16},{"source":54,"target":63},{"source":54,"target":5},{"source":63,"target":16},{"source":55,"target":64},{"source":55,"target":5},{"source":56,"target":17},{"source":56,"target":65},{"source":56,"target":5},{"source":65,"target":17},{"source":57,"target":18},{"source":57,"target":66},{"source":57,"target":5},{"source":66,"target":18},{"source":58,"target":6},{"source":58,"target":67},{"source":58,"target":5},{"source":58,"target":68},{"source":67,"target":6},{"source":59,"target":6},{"source":59,"target":69},{"source":59,"target":5},{"source":59,"target":70},{"source":69,"target":6},{"source":37,"target":2},{"source":37,"target":71},{"source":37,"target":5},{"source":37,"target":25},{"source":71,"target":2},{"source":60,"target":11},{"source":60,"target":72},{"source":60,"target":5},{"source":72,"target":11},{"source":61,"target":73},{"source":61,"target":5},{"source":6,"target":0},{"source":6,"target":33},{"source":6,"target":68},{"source":6,"target":70},{"source":6,"target":74},{"source":33,"target":2},{"source":33,"target":75},{"source":33,"target":6},{"source":33,"target":23},{"source":75,"target":2},{"source":68,"target":5},{"source":68,"target":76},{"source":68,"target":6},{"source":68,"target":58},{"source":76,"target":5},{"source":70,"target":5},{"source":70,"target":77},{"source":70,"target":6},{"source":70,"target":59},{"source":77,"target":5},{"source":74,"target":11},{"source":74,"target":78},{"source":74,"target":6},{"source":78,"target":11},{"source":7,"target":0},{"source":7,"target":39},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":7,"target":83},{"source":39,"target":2},{"source":39,"target":84},{"source":39,"target":7},{"source":39,"target":26},{"source":84,"target":2},{"source":79,"target":85},{"source":79,"target":7},{"source":80,"target":86},{"source":80,"target":7},{"source":81,"target":14},{"source":81,"target":87},{"source":81,"target":7},{"source":87,"target":14},{"source":82,"target":12},{"source":82,"target":88},{"source":82,"target":7},{"source":88,"target":12},{"source":83,"target":13},{"source":83,"target":89},{"source":83,"target":7},{"source":89,"target":13},{"source":8,"target":0},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":90,"target":11},{"source":90,"target":93},{"source":90,"target":8},{"source":93,"target":11},{"source":91,"target":9},{"source":91,"target":94},{"source":91,"target":8},{"source":94,"target":9},{"source":92,"target":95},{"source":92,"target":8},{"source":9,"target":0},{"source":9,"target":96},{"source":9,"target":97},{"source":9,"target":98},{"source":96,"target":99},{"source":96,"target":9},{"source":97,"target":100},{"source":97,"target":9},{"source":98,"target":11},{"source":98,"target":101},{"source":98,"target":9},{"source":101,"target":11},{"source":10,"target":0},{"source":10,"target":102},{"source":10,"target":103},{"source":10,"target":104},{"source":102,"target":105},{"source":102,"target":10},{"source":103,"target":106},{"source":103,"target":10},{"source":104,"target":11},{"source":104,"target":107},{"source":104,"target":10},{"source":107,"target":11},{"source":11,"target":0},{"source":11,"target":108},{"source":11,"target":109},{"source":108,"target":110},{"source":108,"target":11},{"source":109,"target":111},{"source":109,"target":11},{"source":12,"target":0},{"source":12,"target":112},{"source":112,"target":113},{"source":112,"target":12},{"source":13,"target":0},{"source":13,"target":114},{"source":114,"target":115},{"source":114,"target":13},{"source":14,"target":0},{"source":14,"target":116},{"source":116,"target":117},{"source":116,"target":14},{"source":15,"target":0},{"source":15,"target":118},{"source":118,"target":119},{"source":118,"target":15},{"source":16,"target":0},{"source":16,"target":120},{"source":16,"target":121},{"source":120,"target":16},{"source":121,"target":16},{"source":17,"target":0},{"source":17,"target":122},{"source":17,"target":123},{"source":122,"target":17},{"source":123,"target":17},{"source":18,"target":0},{"source":18,"target":124},{"source":18,"target":125},{"source":124,"target":18},{"source":125,"target":18},{"source":19,"target":0},{"source":19,"target":126},{"source":19,"target":127},{"source":19,"target":128},{"source":126,"target":19},{"source":127,"target":19},{"source":128,"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="aS3" nsURI="http://www.lynorics.de/eclipse/jangaroo/AS3" nsPrefix="aS3"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imp" eType="#//Imports" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imp" eType="#//Imports" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1" eType="#//directive" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Imports"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="directive"> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" eType="#//Uses" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annonFields" eType="#//annotationFields" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Uses"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anytype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="annotationFields"> <eStructuralFeatures xsi:type="ecore:EReference" name="annonFields" upperBound="-1" eType="#//annotationField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="annotationField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="#//AccessLevel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superclass" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//InterfaceMethod" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceMethod"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" eType="#//Modifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//AccessorRole" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anytype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="functionExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="func" eType="#//functionCommon" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="functionCommon"> <eStructuralFeatures xsi:type="ecore:EReference" name="sig" eType="#//functionSignature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" eType="#//Modifier" 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="superclass" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" unique="false" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessorRole"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//MemberVariableDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meth" eType="#//Method" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" eType="#//Modifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//AccessorRole" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anytype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="#//AccessLevel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessLevel"> <eLiterals name="INTERNAL" literal="internal"/> <eLiterals name="PRIVATE" value="1" literal="private"/> <eLiterals name="PUBLIC" value="2" literal="public"/> <eLiterals name="PROTECTED" value="3" literal="protected"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemberVariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" eType="#//Modifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anytype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Expression" eType="#//assignmentExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Statement #//forInClauseDecl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anytype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Expression" eType="#//assignmentExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anytype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lit" eType="#//exprOrObjectLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="objectLiteral" eSuperTypes="#//exprOrObjectLiteral"> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//fieldList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="fieldList"> <eStructuralFeatures xsi:type="ecore:EReference" name="lf" eType="#//literalField" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//literalField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="literalField"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//fieldName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="el" eType="#//element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="fieldName"> <eStructuralFeatures xsi:type="ecore:EReference" name="identi" eType="#//identi" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" 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="element"/> <eClassifiers xsi:type="ecore:EClass" name="exprOrObjectLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="qualifiedIdent"> <eStructuralFeatures xsi:type="ecore:EReference" name="ide" eType="#//identi" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="identi" eSuperTypes="#//propertyIdentifier #//catchBlock #//forInClauseDecl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//typeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="qual" eType="#//qualifiedIdent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="poi" upperBound="-1" eType="#//propOrIdent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="propertyIdentifier" eSuperTypes="#//qualifier"/> <eClassifiers xsi:type="ecore:EClass" name="qualifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="#//AccessLevel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="simpleQualifiedIdentifier" eSuperTypes="#//nonAttributeQualifiedIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="proId" eType="#//propertyIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qual" eType="#//qualifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="piden" eType="#//propertyIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bra" eType="#//brackets" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="expressionQualifiedIdentifier" eSuperTypes="#//nonAttributeQualifiedIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="nonAttributeQualifiedIdentifier" eSuperTypes="#//qualifiedIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="qualifiedIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="namespaceName" eSuperTypes="#//qualifiedIdent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="#//AccessLevel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="arrayLiteral"> <eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//elementList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="elementList"/> <eClassifiers xsi:type="ecore:EClass" name="nonemptyElementList" eSuperTypes="#//elementList"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//exprOrObjectLiteral #//Condition #//DefaultXMLNamespaceStatement #//ThrowStatement #//CaseStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="l" eType="#//switchStatementList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="expressionList" eSuperTypes="#//brackets #//ExpressionStatement #//forInClauseTail"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//assignmentExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="assignmentExpression" eSuperTypes="#//element #//nonemptyElementList #//Expression #//encapsulatedExpression #//parameterDefault"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="conditionalExpression" eSuperTypes="#//assignmentExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aexpr" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="conditionalSubExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr1" eType="#//assignmentExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr2" eType="#//assignmentExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="logicalOrExpression" eSuperTypes="#//conditionalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//conditionalSubExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="o" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="logicalAndExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//bitwiseOrExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="o" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="bitwiseOrExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//bitwiseXorExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="o" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="bitwiseXorExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//bitwiseAndExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="o" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="bitwiseAndExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//equalityExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="o" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="equalityExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//relationalExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="o" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="relationalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//shiftExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="o" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="shiftExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//additiveExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="o" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="additiveExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//multiplicativeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="o" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="multiplicativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//unaryExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="o" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="unaryExpression" eSuperTypes="#//unaryExpressionNotPlusMinus"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//unaryExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uaem" eType="#//unaryExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uaep" eType="#//unaryExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uaenpm" eType="#//unaryExpressionNotPlusMinus" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="unaryExpressionNotPlusMinus"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="in" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="de" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="postfixExpression" eSuperTypes="#//unaryExpressionNotPlusMinus"> <eStructuralFeatures xsi:type="ecore:EReference" name="peexpr" eType="#//primaryExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pepoi" upperBound="-1" eType="#//propOrIdent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pewi" upperBound="-1" eType="#//qualifiedIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e4x" upperBound="-1" eType="#//e4xAttributeIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//arguments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="arguments"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprList" eType="#//expressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="e4xAttributeIdentifier" eSuperTypes="#//qualifiedIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="qual" eType="#//qualifiedIdent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="primaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="superExpr" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="con" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lit" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fexpr" eType="#//functionExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nexpr" eType="#//newExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="encexpr" eType="#//encapsulatedExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e4x" eType="#//e4xAttributeIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qual" eType="#//qualifiedIdent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="propOrIdent"> <eStructuralFeatures xsi:type="ecore:EReference" name="propId" eType="#//qualifiedIdent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="regexpLiteral"> <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="newExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//arguments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="fullNewSubexpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//primaryExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fnsd" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="quali" upperBound="-1" eType="#//qualifiedIdent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="brack" upperBound="-1" eType="#//brackets" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="brackets"/> <eClassifiers xsi:type="ecore:EClass" name="encapsulatedExpression" eSuperTypes="#//expressionQualifiedIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="pden" eType="#//propertyIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bra" eType="#//brackets" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="functionSignature"> <eStructuralFeatures xsi:type="ecore:EReference" name="param" eType="#//parameterDeclarationList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//typeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="typeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="identi" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="parameterDeclarationList"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="parameterDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//identi" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="basicParameterDeclaration" eSuperTypes="#//parameterDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//typeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="param" eType="#//parameterDefault" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="parameterDefault"/> <eClassifiers xsi:type="ecore:EClass" name="parameterRestDeclaration" eSuperTypes="#//parameterDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement #//finallyBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//SwitchStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="switch" eType="#//switchBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assert" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultXMLNamespaceStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finally" eType="#//finallyBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catch" upperBound="-1" eType="#//catchBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="catchBlock"/> <eClassifiers xsi:type="ecore:EClass" name="finallyBlock"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="switchBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="case" upperBound="-1" eType="#//CaseStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="def" eType="#//DefaultStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseStatement"/> <eClassifiers xsi:type="ecore:EClass" name="DefaultStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="l" eType="#//switchStatementList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="switchStatementList"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEachStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="fesfor" eType="#//forInClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fes" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="forIn" eType="#//forInClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fsstate" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traditionalForClause" eType="#//traditionalForClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="traditionalForClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="a" eType="#//forInit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="b" eType="#//forCond" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="#//forIter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="forInClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="ficdecl" eType="#//forInClauseDecl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fictail" eType="#//forInClauseTail" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="forInClauseDecl"/> <eClassifiers xsi:type="ecore:EClass" name="forInClauseTail"/> <eClassifiers xsi:type="ecore:EClass" name="forInit"> <eStructuralFeatures xsi:type="ecore:EReference" name="decl" eType="#//VariableDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//expressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="forCond"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//expressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="forIter"> <eStructuralFeatures xsi:type="ecore:EReference" name="fiexpr" eType="#//expressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoWhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WithStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XmlConstant" 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="RegexpConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//regexpLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberConstant" 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="StringConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Undefined" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="This" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Null" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="SymbolRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Lynorics/janglipse/de.lynorics.eclipse.jangaroo/model/generated/AS3.ecore
ecore
aS3 Model package imp members classes Package name imp directives members classes Imports imports Import importedNamespace directive uses Annotation name annonFields Uses type anytype annotationFields annonFields annotationField name expr Interface annotations access name superclass members InterfaceMethod annotations modifier accessor name params anytype type functionExpression name func functionCommon sig block Class annotations modifier name superclass types members AccessorRole accessor Member var meth Method annotations modifier accessor name params anytype type body Modifier static final native dynamic access AccessLevel INTERNAL internal PRIVATE private PUBLIC public PROTECTED protected MethodBody statements MemberVariableDeclaration annotations modifier name anytype type Expression VariableDeclaration name anytype type Expression Parameter name anytype type lit objectLiteral fields fieldList lf fields literalField name el fieldName identi number name element exprOrObjectLiteral qualifiedIdent ide identi i type block identifier qual poi propertyIdentifier qualifier level simpleQualifiedIdentifier proId qual piden bra expressionQualifiedIdentifier nonAttributeQualifiedIdentifier qualifiedIdentifier namespaceName level arrayLiteral list elementList nonemptyElementList Expression l expressionList expr assignmentExpression expr conditionalExpression op aexpr conditionalSubExpression expr1 expr2 logicalOrExpression cond o logicalAndExpression expr o bitwiseOrExpression expr o bitwiseXorExpression expr o bitwiseAndExpression expr o equalityExpression expr o relationalExpression expr o shiftExpression expr o additiveExpression expr o multiplicativeExpression expr o unaryExpression expr uaem uaep uaenpm unaryExpressionNotPlusMinus in de postfixExpression peexpr pepoi expr pewi e4x args arguments exprList e4xAttributeIdentifier qual expr primaryExpression superExpr con lit fexpr nexpr encexpr e4x qual propOrIdent propId regexpLiteral s newExpression type args fullNewSubexpression expr fnsd quali brack brackets encapsulatedExpression pden bra functionSignature param type typeExpression identi parameterDeclarationList params parameterDeclaration name basicParameterDeclaration type param parameterDefault parameterRestDeclaration Block statements Condition switch Statement assert DefaultXMLNamespaceStatement ExpressionStatement IfStatement cond statement else ThrowStatement TryStatement block finally catch catchBlock finallyBlock ReturnStatement expr SwitchStatement switchBlock case def CaseStatement DefaultStatement l switchStatementList statements ForEachStatement fesfor fes ForStatement forIn fsstate traditionalForClause traditionalForClause a b c forInClause ficdecl fictail forInClauseDecl forInClauseTail forInit decl expr forCond expr forIter fiexpr WhileStatement cond statement DoWhileStatement state cond WithStatement cond statement XmlConstant value RegexpConstant value NumberConstant value StringConstant value BoolConstant value Undefined This Null SymbolRef symbol
null
{"directed":true,"nodes":[{"nsPrefix":"aS3","nsURI":"http://www.lynorics.de/eclipse/jangaroo/AS3","name":"aS3","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":"Package","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Imports","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":"directive","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Uses","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"annotationFields","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"annotationField","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMethod","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"functionExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"functionCommon","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessorRole","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessLevel","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodBody","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberVariableDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"objectLiteral","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fieldList","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"literalField","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fieldName","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"element","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"exprOrObjectLiteral","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"qualifiedIdent","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"identi","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"identifier","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"propertyIdentifier","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"qualifier","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"simpleQualifiedIdentifier","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"expressionQualifiedIdentifier","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nonAttributeQualifiedIdentifier","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"qualifiedIdentifier","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"namespaceName","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"arrayLiteral","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elementList","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"nonemptyElementList","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"expressionList","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"assignmentExpression","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"conditionalExpression","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"conditionalSubExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"logicalOrExpression","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"logicalAndExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"bitwiseOrExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"bitwiseXorExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"bitwiseAndExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"equalityExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"relationalExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"shiftExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"additiveExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"multiplicativeExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unaryExpression","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unaryExpressionNotPlusMinus","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"postfixExpression","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"arguments","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"e4xAttributeIdentifier","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"primaryExpression","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"propOrIdent","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"regexpLiteral","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"newExpression","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fullNewSubexpression","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"brackets","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"encapsulatedExpression","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"functionSignature","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeExpression","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"parameterDeclarationList","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"parameterDeclaration","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"basicParameterDeclaration","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"parameterDefault","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"parameterRestDeclaration","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultXMLNamespaceStatement","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"catchBlock","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"finallyBlock","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"switchBlock","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseStatement","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"switchStatementList","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachStatement","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"traditionalForClause","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"forInClause","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"forInClauseDecl","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"forInClauseTail","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"forInit","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"forCond","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"forIter","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileStatement","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WithStatement","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlConstant","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegexpConstant","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberConstant","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Undefined","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolRef","instanceClass":null,"abstract":false,"id":113,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annonFields","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"anytype","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annonFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"access","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":"name","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":false,"unsettable":false,"transient":false,"unique":true,"name":"superclass","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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":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":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","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":"accessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"anytype","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"func","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superclass","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":false,"unsettable":false,"transient":false,"unique":false,"name":"types","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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"meth","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","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":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","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":"accessor","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":"name","changeable":true,"lowerBound":0,"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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"anytype","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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"},{"id":217,"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":"static","changeable":true,"lowerBound":0,"iD":false,"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":"final","changeable":true,"lowerBound":0,"iD":false,"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":"native","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":"dynamic","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":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"name":"INTERNAL","id":228,"value":0,"literal":"internal","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":229,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":230,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":231,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"anytype","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"anytype","changeable":true,"lowerBound":0,"iD":false,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"anytype","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"container":false,"ordered":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":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","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":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":true,"unsettable":false,"transient":false,"unique":true,"name":"el","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"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":"ide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"i","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":"type","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qual","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"poi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"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":"proId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qual","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"piden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bra","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","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":"l","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":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":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aexpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"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":"o","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"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":"o","changeable":true,"lowerBound":0,"iD":false,"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"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":"o","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"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":"o","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"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":"o","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":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":365,"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":"o","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"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":"o","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":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":373,"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":"o","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"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":"o","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"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":"o","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":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":385,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uaem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uaep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uaenpm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"lowerBound":0,"iD":false,"id":394,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"de","changeable":true,"lowerBound":0,"iD":false,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"peexpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pepoi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pewi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e4x","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qual","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"con","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fexpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nexpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"encexpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e4x","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qual","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"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":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"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":"fnsd","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quali","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"brack","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bra","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"container":false,"ordered":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":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assert","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":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":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finally","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"case","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"l","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"container":false,"ordered":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":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fesfor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":509,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fsstate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"traditionalForClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ficdecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fictail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"container":false,"ordered":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":531,"derived":false},{"container":false,"ordered":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":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":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":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fiexpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"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":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"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":563,"derived":false},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"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":566,"derived":false},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":1,"target":0},{"source":1,"target":114},{"source":1,"target":115},{"source":1,"target":116},{"source":1,"target":117},{"source":114,"target":2},{"source":114,"target":118},{"source":114,"target":1},{"source":118,"target":2},{"source":115,"target":3},{"source":115,"target":119},{"source":115,"target":1},{"source":119,"target":3},{"source":116,"target":120},{"source":116,"target":1},{"source":117,"target":121},{"source":117,"target":1},{"source":2,"target":0},{"source":2,"target":122},{"source":2,"target":123},{"source":2,"target":124},{"source":2,"target":125},{"source":2,"target":126},{"source":122,"target":127},{"source":122,"target":2},{"source":123,"target":3},{"source":123,"target":128},{"source":123,"target":2},{"source":128,"target":3},{"source":124,"target":5},{"source":124,"target":129},{"source":124,"target":2},{"source":129,"target":5},{"source":125,"target":130},{"source":125,"target":2},{"source":126,"target":131},{"source":126,"target":2},{"source":3,"target":0},{"source":3,"target":132},{"source":132,"target":4},{"source":132,"target":133},{"source":132,"target":3},{"source":133,"target":4},{"source":4,"target":0},{"source":4,"target":134},{"source":134,"target":135},{"source":134,"target":4},{"source":5,"target":0},{"source":5,"target":136},{"source":136,"target":7},{"source":136,"target":137},{"source":136,"target":5},{"source":137,"target":7},{"source":6,"target":0},{"source":6,"target":138},{"source":6,"target":139},{"source":138,"target":140},{"source":138,"target":6},{"source":139,"target":8},{"source":139,"target":141},{"source":139,"target":6},{"source":141,"target":8},{"source":7,"target":0},{"source":7,"target":142},{"source":7,"target":143},{"source":142,"target":144},{"source":142,"target":7},{"source":143,"target":145},{"source":143,"target":7},{"source":8,"target":0},{"source":8,"target":146},{"source":146,"target":9},{"source":146,"target":147},{"source":146,"target":8},{"source":147,"target":9},{"source":9,"target":0},{"source":9,"target":148},{"source":9,"target":149},{"source":148,"target":150},{"source":148,"target":9},{"source":149,"target":43},{"source":149,"target":151},{"source":149,"target":9},{"source":151,"target":43},{"source":10,"target":0},{"source":10,"target":152},{"source":10,"target":153},{"source":10,"target":154},{"source":10,"target":155},{"source":10,"target":156},{"source":152,"target":6},{"source":152,"target":157},{"source":152,"target":10},{"source":157,"target":6},{"source":153,"target":19},{"source":153,"target":158},{"source":153,"target":10},{"source":158,"target":19},{"source":154,"target":159},{"source":154,"target":10},{"source":155,"target":10},{"source":155,"target":160},{"source":155,"target":10},{"source":160,"target":10},{"source":156,"target":11},{"source":156,"target":161},{"source":156,"target":10},{"source":161,"target":11},{"source":11,"target":0},{"source":11,"target":162},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":11,"target":167},{"source":11,"target":168},{"source":162,"target":6},{"source":162,"target":169},{"source":162,"target":11},{"source":169,"target":6},{"source":163,"target":18},{"source":163,"target":170},{"source":163,"target":11},{"source":170,"target":18},{"source":164,"target":15},{"source":164,"target":171},{"source":164,"target":11},{"source":171,"target":15},{"source":165,"target":172},{"source":165,"target":11},{"source":166,"target":23},{"source":166,"target":173},{"source":166,"target":11},{"source":173,"target":23},{"source":167,"target":174},{"source":167,"target":11},{"source":168,"target":175},{"source":168,"target":11},{"source":12,"target":0},{"source":12,"target":176},{"source":12,"target":177},{"source":176,"target":178},{"source":176,"target":12},{"source":177,"target":13},{"source":177,"target":179},{"source":177,"target":12},{"source":179,"target":13},{"source":13,"target":0},{"source":13,"target":180},{"source":13,"target":181},{"source":180,"target":70},{"source":180,"target":182},{"source":180,"target":13},{"source":182,"target":70},{"source":181,"target":77},{"source":181,"target":183},{"source":181,"target":13},{"source":183,"target":77},{"source":14,"target":0},{"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":184,"target":6},{"source":184,"target":190},{"source":184,"target":14},{"source":190,"target":6},{"source":185,"target":18},{"source":185,"target":191},{"source":185,"target":14},{"source":191,"target":18},{"source":186,"target":192},{"source":186,"target":14},{"source":187,"target":14},{"source":187,"target":193},{"source":187,"target":14},{"source":193,"target":14},{"source":188,"target":10},{"source":188,"target":194},{"source":188,"target":14},{"source":194,"target":10},{"source":189,"target":16},{"source":189,"target":195},{"source":189,"target":14},{"source":195,"target":16},{"source":15,"target":0},{"source":15,"target":196},{"source":196,"target":197},{"source":196,"target":15},{"source":16,"target":0},{"source":16,"target":198},{"source":16,"target":199},{"source":198,"target":21},{"source":198,"target":200},{"source":198,"target":16},{"source":200,"target":21},{"source":199,"target":17},{"source":199,"target":201},{"source":199,"target":16},{"source":201,"target":17},{"source":17,"target":0},{"source":17,"target":202},{"source":17,"target":203},{"source":17,"target":204},{"source":17,"target":205},{"source":17,"target":206},{"source":17,"target":207},{"source":17,"target":208},{"source":17,"target":209},{"source":202,"target":6},{"source":202,"target":210},{"source":202,"target":17},{"source":210,"target":6},{"source":203,"target":18},{"source":203,"target":211},{"source":203,"target":17},{"source":211,"target":18},{"source":204,"target":15},{"source":204,"target":212},{"source":204,"target":17},{"source":212,"target":15},{"source":205,"target":213},{"source":205,"target":17},{"source":206,"target":23},{"source":206,"target":214},{"source":206,"target":17},{"source":214,"target":23},{"source":207,"target":215},{"source":207,"target":17},{"source":208,"target":216},{"source":208,"target":17},{"source":209,"target":77},{"source":209,"target":217},{"source":209,"target":17},{"source":217,"target":77},{"source":18,"target":0},{"source":18,"target":218},{"source":18,"target":219},{"source":18,"target":220},{"source":18,"target":221},{"source":18,"target":222},{"source":218,"target":223},{"source":218,"target":18},{"source":219,"target":224},{"source":219,"target":18},{"source":220,"target":225},{"source":220,"target":18},{"source":221,"target":226},{"source":221,"target":18},{"source":222,"target":19},{"source":222,"target":227},{"source":222,"target":18},{"source":227,"target":19},{"source":19,"target":0},{"source":19,"target":228},{"source":19,"target":229},{"source":19,"target":230},{"source":19,"target":231},{"source":228,"target":19},{"source":229,"target":19},{"source":230,"target":19},{"source":231,"target":19},{"source":20,"target":0},{"source":20,"target":232},{"source":232,"target":79},{"source":232,"target":233},{"source":232,"target":20},{"source":233,"target":79},{"source":21,"target":0},{"source":21,"target":234},{"source":21,"target":235},{"source":21,"target":236},{"source":21,"target":237},{"source":21,"target":238},{"source":21,"target":239},{"source":234,"target":6},{"source":234,"target":240},{"source":234,"target":21},{"source":240,"target":6},{"source":235,"target":18},{"source":235,"target":241},{"source":235,"target":21},{"source":241,"target":18},{"source":236,"target":242},{"source":236,"target":21},{"source":237,"target":243},{"source":237,"target":21},{"source":238,"target":244},{"source":238,"target":21},{"source":239,"target":45},{"source":239,"target":245},{"source":239,"target":21},{"source":245,"target":45},{"source":22,"target":0},{"source":22,"target":79},{"source":22,"target":97},{"source":22,"target":246},{"source":22,"target":247},{"source":22,"target":248},{"source":22,"target":249},{"source":22,"target":250},{"source":22,"target":251},{"source":246,"target":252},{"source":246,"target":22},{"source":247,"target":253},{"source":247,"target":22},{"source":248,"target":254},{"source":248,"target":22},{"source":249,"target":45},{"source":249,"target":255},{"source":249,"target":22},{"source":255,"target":45},{"source":250,"target":79},{"source":251,"target":97},{"source":23,"target":0},{"source":23,"target":256},{"source":23,"target":257},{"source":23,"target":258},{"source":23,"target":259},{"source":256,"target":260},{"source":256,"target":23},{"source":257,"target":261},{"source":257,"target":23},{"source":258,"target":262},{"source":258,"target":23},{"source":259,"target":29},{"source":259,"target":263},{"source":259,"target":23},{"source":263,"target":29},{"source":24,"target":0},{"source":24,"target":29},{"source":24,"target":264},{"source":24,"target":265},{"source":264,"target":25},{"source":264,"target":266},{"source":264,"target":24},{"source":266,"target":25},{"source":265,"target":29},{"source":25,"target":0},{"source":25,"target":267},{"source":25,"target":268},{"source":267,"target":26},{"source":267,"target":269},{"source":267,"target":25},{"source":269,"target":26},{"source":268,"target":26},{"source":268,"target":270},{"source":268,"target":25},{"source":270,"target":26},{"source":26,"target":0},{"source":26,"target":271},{"source":26,"target":272},{"source":271,"target":27},{"source":271,"target":273},{"source":271,"target":26},{"source":273,"target":27},{"source":272,"target":28},{"source":272,"target":274},{"source":272,"target":26},{"source":274,"target":28},{"source":27,"target":0},{"source":27,"target":275},{"source":27,"target":276},{"source":27,"target":277},{"source":275,"target":31},{"source":275,"target":278},{"source":275,"target":27},{"source":278,"target":31},{"source":276,"target":279},{"source":276,"target":27},{"source":277,"target":280},{"source":277,"target":27},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":281},{"source":281,"target":31},{"source":281,"target":282},{"source":281,"target":30},{"source":282,"target":31},{"source":31,"target":0},{"source":31,"target":33},{"source":31,"target":85},{"source":31,"target":97},{"source":31,"target":283},{"source":31,"target":284},{"source":31,"target":285},{"source":31,"target":286},{"source":31,"target":287},{"source":31,"target":288},{"source":283,"target":289},{"source":283,"target":31},{"source":284,"target":71},{"source":284,"target":290},{"source":284,"target":31},{"source":290,"target":71},{"source":285,"target":77},{"source":285,"target":291},{"source":285,"target":31},{"source":291,"target":77},{"source":286,"target":33},{"source":287,"target":85},{"source":288,"target":97},{"source":32,"target":0},{"source":32,"target":292},{"source":32,"target":293},{"source":292,"target":30},{"source":292,"target":294},{"source":292,"target":32},{"source":294,"target":30},{"source":293,"target":64},{"source":293,"target":295},{"source":293,"target":32},{"source":295,"target":64},{"source":33,"target":0},{"source":33,"target":34},{"source":33,"target":296},{"source":296,"target":34},{"source":34,"target":0},{"source":34,"target":297},{"source":297,"target":19},{"source":297,"target":298},{"source":297,"target":34},{"source":298,"target":19},{"source":35,"target":0},{"source":35,"target":37},{"source":35,"target":299},{"source":35,"target":300},{"source":35,"target":301},{"source":35,"target":302},{"source":35,"target":303},{"source":299,"target":33},{"source":299,"target":304},{"source":299,"target":35},{"source":304,"target":33},{"source":300,"target":34},{"source":300,"target":305},{"source":300,"target":35},{"source":305,"target":34},{"source":301,"target":33},{"source":301,"target":306},{"source":301,"target":35},{"source":306,"target":33},{"source":302,"target":68},{"source":302,"target":307},{"source":302,"target":35},{"source":307,"target":68},{"source":303,"target":37},{"source":36,"target":0},{"source":36,"target":37},{"source":36,"target":308},{"source":308,"target":37},{"source":37,"target":0},{"source":37,"target":38},{"source":37,"target":309},{"source":309,"target":38},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":30},{"source":39,"target":310},{"source":39,"target":311},{"source":310,"target":19},{"source":310,"target":312},{"source":310,"target":39},{"source":312,"target":19},{"source":311,"target":30},{"source":40,"target":0},{"source":40,"target":313},{"source":313,"target":41},{"source":313,"target":314},{"source":313,"target":40},{"source":314,"target":41},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":315},{"source":315,"target":41},{"source":43,"target":0},{"source":43,"target":29},{"source":43,"target":78},{"source":43,"target":80},{"source":43,"target":83},{"source":43,"target":90},{"source":43,"target":316},{"source":43,"target":317},{"source":43,"target":318},{"source":43,"target":319},{"source":43,"target":320},{"source":43,"target":321},{"source":316,"target":92},{"source":316,"target":322},{"source":316,"target":43},{"source":322,"target":92},{"source":317,"target":29},{"source":318,"target":78},{"source":319,"target":80},{"source":320,"target":83},{"source":321,"target":90},{"source":44,"target":0},{"source":44,"target":68},{"source":44,"target":81},{"source":44,"target":98},{"source":44,"target":323},{"source":44,"target":324},{"source":44,"target":325},{"source":44,"target":326},{"source":323,"target":45},{"source":323,"target":327},{"source":323,"target":44},{"source":327,"target":45},{"source":324,"target":68},{"source":325,"target":81},{"source":326,"target":98},{"source":45,"target":0},{"source":45,"target":28},{"source":45,"target":42},{"source":45,"target":43},{"source":45,"target":69},{"source":45,"target":75},{"source":45,"target":328},{"source":45,"target":329},{"source":45,"target":330},{"source":45,"target":331},{"source":45,"target":332},{"source":45,"target":333},{"source":328,"target":334},{"source":328,"target":45},{"source":329,"target":28},{"source":330,"target":42},{"source":331,"target":43},{"source":332,"target":69},{"source":333,"target":75},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":335},{"source":46,"target":336},{"source":46,"target":337},{"source":335,"target":338},{"source":335,"target":46},{"source":336,"target":43},{"source":336,"target":339},{"source":336,"target":46},{"source":339,"target":43},{"source":337,"target":45},{"source":47,"target":0},{"source":47,"target":340},{"source":47,"target":341},{"source":340,"target":45},{"source":340,"target":342},{"source":340,"target":47},{"source":342,"target":45},{"source":341,"target":45},{"source":341,"target":343},{"source":341,"target":47},{"source":343,"target":45},{"source":48,"target":0},{"source":48,"target":46},{"source":48,"target":344},{"source":48,"target":345},{"source":48,"target":346},{"source":344,"target":47},{"source":344,"target":347},{"source":344,"target":48},{"source":347,"target":47},{"source":345,"target":348},{"source":345,"target":48},{"source":346,"target":46},{"source":49,"target":0},{"source":49,"target":349},{"source":49,"target":350},{"source":349,"target":50},{"source":349,"target":351},{"source":349,"target":49},{"source":351,"target":50},{"source":350,"target":352},{"source":350,"target":49},{"source":50,"target":0},{"source":50,"target":353},{"source":50,"target":354},{"source":353,"target":51},{"source":353,"target":355},{"source":353,"target":50},{"source":355,"target":51},{"source":354,"target":356},{"source":354,"target":50},{"source":51,"target":0},{"source":51,"target":357},{"source":51,"target":358},{"source":357,"target":52},{"source":357,"target":359},{"source":357,"target":51},{"source":359,"target":52},{"source":358,"target":360},{"source":358,"target":51},{"source":52,"target":0},{"source":52,"target":361},{"source":52,"target":362},{"source":361,"target":53},{"source":361,"target":363},{"source":361,"target":52},{"source":363,"target":53},{"source":362,"target":364},{"source":362,"target":52},{"source":53,"target":0},{"source":53,"target":365},{"source":53,"target":366},{"source":365,"target":54},{"source":365,"target":367},{"source":365,"target":53},{"source":367,"target":54},{"source":366,"target":368},{"source":366,"target":53},{"source":54,"target":0},{"source":54,"target":369},{"source":54,"target":370},{"source":369,"target":55},{"source":369,"target":371},{"source":369,"target":54},{"source":371,"target":55},{"source":370,"target":372},{"source":370,"target":54},{"source":55,"target":0},{"source":55,"target":373},{"source":55,"target":374},{"source":373,"target":56},{"source":373,"target":375},{"source":373,"target":55},{"source":375,"target":56},{"source":374,"target":376},{"source":374,"target":55},{"source":56,"target":0},{"source":56,"target":377},{"source":56,"target":378},{"source":377,"target":57},{"source":377,"target":379},{"source":377,"target":56},{"source":379,"target":57},{"source":378,"target":380},{"source":378,"target":56},{"source":57,"target":0},{"source":57,"target":381},{"source":57,"target":382},{"source":381,"target":58},{"source":381,"target":383},{"source":381,"target":57},{"source":383,"target":58},{"source":382,"target":384},{"source":382,"target":57},{"source":58,"target":0},{"source":58,"target":59},{"source":58,"target":385},{"source":58,"target":386},{"source":58,"target":387},{"source":58,"target":388},{"source":58,"target":389},{"source":385,"target":58},{"source":385,"target":390},{"source":385,"target":58},{"source":390,"target":58},{"source":386,"target":58},{"source":386,"target":391},{"source":386,"target":58},{"source":391,"target":58},{"source":387,"target":58},{"source":387,"target":392},{"source":387,"target":58},{"source":392,"target":58},{"source":388,"target":59},{"source":388,"target":393},{"source":388,"target":58},{"source":393,"target":59},{"source":389,"target":59},{"source":59,"target":0},{"source":59,"target":394},{"source":59,"target":395},{"source":394,"target":396},{"source":394,"target":59},{"source":395,"target":397},{"source":395,"target":59},{"source":60,"target":0},{"source":60,"target":59},{"source":60,"target":398},{"source":60,"target":399},{"source":60,"target":400},{"source":60,"target":401},{"source":60,"target":402},{"source":60,"target":403},{"source":60,"target":404},{"source":398,"target":63},{"source":398,"target":405},{"source":398,"target":60},{"source":405,"target":63},{"source":399,"target":64},{"source":399,"target":406},{"source":399,"target":60},{"source":406,"target":64},{"source":400,"target":43},{"source":400,"target":407},{"source":400,"target":60},{"source":407,"target":43},{"source":401,"target":38},{"source":401,"target":408},{"source":401,"target":60},{"source":408,"target":38},{"source":402,"target":62},{"source":402,"target":409},{"source":402,"target":60},{"source":409,"target":62},{"source":403,"target":61},{"source":403,"target":410},{"source":403,"target":60},{"source":410,"target":61},{"source":404,"target":59},{"source":61,"target":0},{"source":61,"target":411},{"source":411,"target":44},{"source":411,"target":412},{"source":411,"target":61},{"source":412,"target":44},{"source":62,"target":0},{"source":62,"target":38},{"source":62,"target":413},{"source":62,"target":414},{"source":62,"target":415},{"source":413,"target":30},{"source":413,"target":416},{"source":413,"target":62},{"source":416,"target":30},{"source":414,"target":43},{"source":414,"target":417},{"source":414,"target":62},{"source":417,"target":43},{"source":415,"target":38},{"source":63,"target":0},{"source":63,"target":418},{"source":63,"target":419},{"source":63,"target":420},{"source":63,"target":421},{"source":63,"target":422},{"source":63,"target":423},{"source":63,"target":424},{"source":63,"target":425},{"source":418,"target":43},{"source":418,"target":426},{"source":418,"target":63},{"source":426,"target":43},{"source":419,"target":43},{"source":419,"target":427},{"source":419,"target":63},{"source":427,"target":43},{"source":420,"target":428},{"source":420,"target":63},{"source":421,"target":12},{"source":421,"target":429},{"source":421,"target":63},{"source":429,"target":12},{"source":422,"target":66},{"source":422,"target":430},{"source":422,"target":63},{"source":430,"target":66},{"source":423,"target":69},{"source":423,"target":431},{"source":423,"target":63},{"source":431,"target":69},{"source":424,"target":62},{"source":424,"target":432},{"source":424,"target":63},{"source":432,"target":62},{"source":425,"target":30},{"source":425,"target":433},{"source":425,"target":63},{"source":433,"target":30},{"source":64,"target":0},{"source":64,"target":434},{"source":434,"target":30},{"source":434,"target":435},{"source":434,"target":64},{"source":435,"target":30},{"source":65,"target":0},{"source":65,"target":436},{"source":436,"target":437},{"source":436,"target":65},{"source":66,"target":0},{"source":66,"target":438},{"source":66,"target":439},{"source":438,"target":440},{"source":438,"target":66},{"source":439,"target":61},{"source":439,"target":441},{"source":439,"target":66},{"source":441,"target":61},{"source":67,"target":0},{"source":67,"target":442},{"source":67,"target":443},{"source":67,"target":444},{"source":67,"target":445},{"source":442,"target":63},{"source":442,"target":446},{"source":442,"target":67},{"source":446,"target":63},{"source":443,"target":447},{"source":443,"target":67},{"source":444,"target":30},{"source":444,"target":448},{"source":444,"target":67},{"source":448,"target":30},{"source":445,"target":68},{"source":445,"target":449},{"source":445,"target":67},{"source":449,"target":68},{"source":68,"target":0},{"source":69,"target":0},{"source":69,"target":36},{"source":69,"target":450},{"source":69,"target":451},{"source":69,"target":452},{"source":450,"target":33},{"source":450,"target":453},{"source":450,"target":69},{"source":453,"target":33},{"source":451,"target":68},{"source":451,"target":454},{"source":451,"target":69},{"source":454,"target":68},{"source":452,"target":36},{"source":70,"target":0},{"source":70,"target":455},{"source":70,"target":456},{"source":455,"target":72},{"source":455,"target":457},{"source":455,"target":70},{"source":457,"target":72},{"source":456,"target":71},{"source":456,"target":458},{"source":456,"target":70},{"source":458,"target":71},{"source":71,"target":0},{"source":71,"target":459},{"source":459,"target":460},{"source":459,"target":71},{"source":72,"target":0},{"source":72,"target":461},{"source":461,"target":23},{"source":461,"target":462},{"source":461,"target":72},{"source":462,"target":23},{"source":73,"target":0},{"source":73,"target":463},{"source":463,"target":31},{"source":463,"target":464},{"source":463,"target":73},{"source":464,"target":31},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":465},{"source":74,"target":466},{"source":74,"target":467},{"source":465,"target":71},{"source":465,"target":468},{"source":465,"target":74},{"source":468,"target":71},{"source":466,"target":75},{"source":466,"target":469},{"source":466,"target":74},{"source":469,"target":75},{"source":467,"target":73},{"source":75,"target":0},{"source":76,"target":0},{"source":76,"target":73},{"source":76,"target":470},{"source":470,"target":73},{"source":77,"target":0},{"source":77,"target":79},{"source":77,"target":86},{"source":77,"target":471},{"source":77,"target":472},{"source":77,"target":473},{"source":471,"target":79},{"source":471,"target":474},{"source":471,"target":77},{"source":474,"target":79},{"source":472,"target":79},{"source":473,"target":86},{"source":78,"target":0},{"source":78,"target":88},{"source":78,"target":475},{"source":78,"target":476},{"source":475,"target":89},{"source":475,"target":477},{"source":475,"target":78},{"source":477,"target":89},{"source":476,"target":88},{"source":79,"target":0},{"source":79,"target":478},{"source":478,"target":78},{"source":478,"target":479},{"source":478,"target":79},{"source":479,"target":78},{"source":80,"target":0},{"source":80,"target":79},{"source":80,"target":480},{"source":480,"target":79},{"source":81,"target":0},{"source":81,"target":79},{"source":81,"target":481},{"source":481,"target":79},{"source":82,"target":0},{"source":82,"target":79},{"source":82,"target":482},{"source":82,"target":483},{"source":82,"target":484},{"source":82,"target":485},{"source":482,"target":78},{"source":482,"target":486},{"source":482,"target":82},{"source":486,"target":78},{"source":483,"target":79},{"source":483,"target":487},{"source":483,"target":82},{"source":487,"target":79},{"source":484,"target":79},{"source":484,"target":488},{"source":484,"target":82},{"source":488,"target":79},{"source":485,"target":79},{"source":83,"target":0},{"source":83,"target":79},{"source":83,"target":489},{"source":489,"target":79},{"source":84,"target":0},{"source":84,"target":79},{"source":84,"target":490},{"source":84,"target":491},{"source":84,"target":492},{"source":84,"target":493},{"source":490,"target":77},{"source":490,"target":494},{"source":490,"target":84},{"source":494,"target":77},{"source":491,"target":86},{"source":491,"target":495},{"source":491,"target":84},{"source":495,"target":86},{"source":492,"target":85},{"source":492,"target":496},{"source":492,"target":84},{"source":496,"target":85},{"source":493,"target":79},{"source":85,"target":0},{"source":86,"target":0},{"source":87,"target":0},{"source":87,"target":79},{"source":87,"target":497},{"source":87,"target":498},{"source":497,"target":43},{"source":497,"target":499},{"source":497,"target":87},{"source":499,"target":43},{"source":498,"target":79},{"source":88,"target":0},{"source":88,"target":79},{"source":88,"target":500},{"source":500,"target":79},{"source":89,"target":0},{"source":89,"target":501},{"source":89,"target":502},{"source":501,"target":90},{"source":501,"target":503},{"source":501,"target":89},{"source":503,"target":90},{"source":502,"target":91},{"source":502,"target":504},{"source":502,"target":89},{"source":504,"target":91},{"source":90,"target":0},{"source":91,"target":0},{"source":91,"target":505},{"source":505,"target":92},{"source":505,"target":506},{"source":505,"target":91},{"source":506,"target":92},{"source":92,"target":0},{"source":92,"target":507},{"source":507,"target":79},{"source":507,"target":508},{"source":507,"target":92},{"source":508,"target":79},{"source":93,"target":0},{"source":93,"target":79},{"source":93,"target":509},{"source":93,"target":510},{"source":93,"target":511},{"source":509,"target":96},{"source":509,"target":512},{"source":509,"target":93},{"source":512,"target":96},{"source":510,"target":79},{"source":510,"target":513},{"source":510,"target":93},{"source":513,"target":79},{"source":511,"target":79},{"source":94,"target":0},{"source":94,"target":79},{"source":94,"target":514},{"source":94,"target":515},{"source":94,"target":516},{"source":94,"target":517},{"source":514,"target":96},{"source":514,"target":518},{"source":514,"target":94},{"source":518,"target":96},{"source":515,"target":79},{"source":515,"target":519},{"source":515,"target":94},{"source":519,"target":79},{"source":516,"target":95},{"source":516,"target":520},{"source":516,"target":94},{"source":520,"target":95},{"source":517,"target":79},{"source":95,"target":0},{"source":95,"target":521},{"source":95,"target":522},{"source":95,"target":523},{"source":521,"target":99},{"source":521,"target":524},{"source":521,"target":95},{"source":524,"target":99},{"source":522,"target":100},{"source":522,"target":525},{"source":522,"target":95},{"source":525,"target":100},{"source":523,"target":101},{"source":523,"target":526},{"source":523,"target":95},{"source":526,"target":101},{"source":96,"target":0},{"source":96,"target":527},{"source":96,"target":528},{"source":527,"target":97},{"source":527,"target":529},{"source":527,"target":96},{"source":529,"target":97},{"source":528,"target":98},{"source":528,"target":530},{"source":528,"target":96},{"source":530,"target":98},{"source":97,"target":0},{"source":98,"target":0},{"source":99,"target":0},{"source":99,"target":531},{"source":99,"target":532},{"source":531,"target":22},{"source":531,"target":533},{"source":531,"target":99},{"source":533,"target":22},{"source":532,"target":44},{"source":532,"target":534},{"source":532,"target":99},{"source":534,"target":44},{"source":100,"target":0},{"source":100,"target":535},{"source":535,"target":44},{"source":535,"target":536},{"source":535,"target":100},{"source":536,"target":44},{"source":101,"target":0},{"source":101,"target":537},{"source":537,"target":44},{"source":537,"target":538},{"source":537,"target":101},{"source":538,"target":44},{"source":102,"target":0},{"source":102,"target":79},{"source":102,"target":539},{"source":102,"target":540},{"source":102,"target":541},{"source":539,"target":78},{"source":539,"target":542},{"source":539,"target":102},{"source":542,"target":78},{"source":540,"target":79},{"source":540,"target":543},{"source":540,"target":102},{"source":543,"target":79},{"source":541,"target":79},{"source":103,"target":0},{"source":103,"target":79},{"source":103,"target":544},{"source":103,"target":545},{"source":103,"target":546},{"source":544,"target":79},{"source":544,"target":547},{"source":544,"target":103},{"source":547,"target":79},{"source":545,"target":78},{"source":545,"target":548},{"source":545,"target":103},{"source":548,"target":78},{"source":546,"target":79},{"source":104,"target":0},{"source":104,"target":79},{"source":104,"target":549},{"source":104,"target":550},{"source":104,"target":551},{"source":549,"target":78},{"source":549,"target":552},{"source":549,"target":104},{"source":552,"target":78},{"source":550,"target":79},{"source":550,"target":553},{"source":550,"target":104},{"source":553,"target":79},{"source":551,"target":79},{"source":105,"target":0},{"source":105,"target":43},{"source":105,"target":554},{"source":105,"target":555},{"source":554,"target":556},{"source":554,"target":105},{"source":555,"target":43},{"source":106,"target":0},{"source":106,"target":43},{"source":106,"target":557},{"source":106,"target":558},{"source":557,"target":65},{"source":557,"target":559},{"source":557,"target":106},{"source":559,"target":65},{"source":558,"target":43},{"source":107,"target":0},{"source":107,"target":43},{"source":107,"target":560},{"source":107,"target":561},{"source":560,"target":562},{"source":560,"target":107},{"source":561,"target":43},{"source":108,"target":0},{"source":108,"target":43},{"source":108,"target":563},{"source":108,"target":564},{"source":563,"target":565},{"source":563,"target":108},{"source":564,"target":43},{"source":109,"target":0},{"source":109,"target":43},{"source":109,"target":566},{"source":109,"target":567},{"source":566,"target":568},{"source":566,"target":109},{"source":567,"target":43},{"source":110,"target":0},{"source":110,"target":43},{"source":110,"target":569},{"source":569,"target":43},{"source":111,"target":0},{"source":111,"target":43},{"source":111,"target":570},{"source":570,"target":43},{"source":112,"target":0},{"source":112,"target":43},{"source":112,"target":571},{"source":571,"target":43},{"source":113,"target":0},{"source":113,"target":43},{"source":113,"target":572},{"source":113,"target":573},{"source":572,"target":574},{"source":572,"target":113},{"source":573,"target":43}],"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="PL/I"> <eClassifiers xsi:type="ecore:EClass" name="PLIClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedElements" ordered="false" upperBound="-1" eType="/0/PLIElement" eOpposite="/0/PLIElement/sharedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PLISimpleType" eSuperTypes="/0/PLIClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="alias" ordered="false" lowerBound="1" eType="/0/PLIAlias" eOpposite="/0/PLIAlias/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PLINamedType" eSuperTypes="/0/PLIClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="PLIComposedType" eSuperTypes="/0/PLIClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="/0/PLIElement" containment="true" eOpposite="/0/PLIElement/group"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PLIAlias"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/PLISimpleType" containment="true" eOpposite="/0/PLISimpleType/alias"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" ordered="false" lowerBound="1" upperBound="-1" eType="/0/PLIAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PLIAttribute"/> <eClassifiers xsi:type="ecore:EClass" name="PLIComputationalType" eSuperTypes="/0/PLISimpleType"/> <eClassifiers xsi:type="ecore:EClass" name="PLINonComputationalType" eSuperTypes="/0/PLISimpleType"/> <eClassifiers xsi:type="ecore:EClass" name="PLIElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sharedType" ordered="false" eType="/0/PLIClassifier" eOpposite="/0/PLIClassifier/typedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="group" ordered="false" eType="/0/PLIComposedType" eOpposite="/0/PLIComposedType/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initial" ordered="false" eType="/0/PLIElementInitialValue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="/0/PLISourceText"/> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" eType="/0/PLIArray" containment="true" eOpposite="/0/PLIArray/arrayOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PLIElementInitialValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PLISourceText"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PLIArray"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayOf" ordered="false" eType="/0/PLIElement" eOpposite="/0/PLIElement/array"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PLIFixedBoundArray" eSuperTypes="/0/PLIArray"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IBound" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uBound" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredTo" ordered="false" lowerBound="1" eType="/0/PLIElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PLIFixedLboundArray" eSuperTypes="/0/PLIArray"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IBound" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uBoundToAllocate" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredTo" ordered="false" lowerBound="1" eType="/0/PLIElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PLIHBoundArray" eSuperTypes="/0/PLIArray"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uBound" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IBoundToAllocate" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredTo" ordered="false" lowerBound="1" eType="/0/PLIElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PLIVariableBoundArray" eSuperTypes="/0/PLIArray"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IBoundToAllocate" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hBoundToAllocate" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredTo" ordered="false" lowerBound="1" eType="/0/PLIElement"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="String"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/PL1.ecore
ecore
PL/I PLIClassifier name typedElements PLISimpleType alias PLINamedType PLIComposedType elements PLIAlias type contains PLIAttribute PLIComputationalType PLINonComputationalType PLIElement level name sharedType group initial source array PLIElementInitialValue initialValue PLISourceText source fileName PLIArray arrayOf PLIFixedBoundArray IBound uBound referredTo PLIFixedLboundArray IBound uBoundToAllocate referredTo PLIHBoundArray uBound IBoundToAllocate referredTo PLIVariableBoundArray IBoundToAllocate hBoundToAllocate referredTo PrimitiveTypes String Integer
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PL/I","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLIClassifier","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLISimpleType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLINamedType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLIComposedType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLIAlias","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLIAttribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLIComputationalType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLINonComputationalType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLIElement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLIElementInitialValue","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLISourceText","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLIArray","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLIFixedBoundArray","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLIFixedLboundArray","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLIHBoundArray","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PLIVariableBoundArray","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":17,"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":"typedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":19,"serializable":true,"eClass":"EDataType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"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":"sharedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"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":"group","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":"contains","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"level","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"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":"initial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"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":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"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":"arrayOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"initialValue","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fileName","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"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":"IBound","changeable":true,"lowerBound":1,"iD":false,"id":57,"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":"uBound","changeable":true,"lowerBound":1,"iD":false,"id":58,"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":"referredTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":61,"serializable":true,"eClass":"EDataType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"IBound","changeable":true,"lowerBound":1,"iD":false,"id":65,"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":"uBoundToAllocate","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"uBound","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"IBoundToAllocate","changeable":true,"lowerBound":1,"iD":false,"id":73,"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":"referredTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"IBoundToAllocate","changeable":true,"lowerBound":1,"iD":false,"id":79,"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":"hBoundToAllocate","changeable":true,"lowerBound":1,"iD":false,"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":"referredTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":86,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":17,"target":19},{"source":17,"target":20},{"source":17,"target":1},{"source":20,"target":19},{"source":18,"target":9},{"source":18,"target":21},{"source":18,"target":1},{"source":18,"target":22},{"source":21,"target":9},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":23},{"source":2,"target":24},{"source":23,"target":5},{"source":23,"target":25},{"source":23,"target":2},{"source":23,"target":26},{"source":25,"target":5},{"source":24,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":27},{"source":27,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":28},{"source":4,"target":29},{"source":28,"target":9},{"source":28,"target":30},{"source":28,"target":4},{"source":28,"target":31},{"source":30,"target":9},{"source":29,"target":1},{"source":5,"target":0},{"source":5,"target":26},{"source":5,"target":32},{"source":26,"target":2},{"source":26,"target":33},{"source":26,"target":5},{"source":26,"target":23},{"source":33,"target":2},{"source":32,"target":6},{"source":32,"target":34},{"source":32,"target":5},{"source":34,"target":6},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":35},{"source":35,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":36},{"source":36,"target":2},{"source":9,"target":0},{"source":9,"target":37},{"source":9,"target":38},{"source":9,"target":22},{"source":9,"target":31},{"source":9,"target":39},{"source":9,"target":40},{"source":9,"target":41},{"source":37,"target":19},{"source":37,"target":42},{"source":37,"target":9},{"source":42,"target":19},{"source":38,"target":19},{"source":38,"target":43},{"source":38,"target":9},{"source":43,"target":19},{"source":22,"target":1},{"source":22,"target":44},{"source":22,"target":9},{"source":22,"target":18},{"source":44,"target":1},{"source":31,"target":4},{"source":31,"target":45},{"source":31,"target":9},{"source":31,"target":28},{"source":45,"target":4},{"source":39,"target":10},{"source":39,"target":46},{"source":39,"target":9},{"source":46,"target":10},{"source":40,"target":11},{"source":40,"target":47},{"source":40,"target":9},{"source":47,"target":11},{"source":41,"target":12},{"source":41,"target":48},{"source":41,"target":9},{"source":41,"target":49},{"source":48,"target":12},{"source":10,"target":0},{"source":10,"target":50},{"source":50,"target":19},{"source":50,"target":51},{"source":50,"target":10},{"source":51,"target":19},{"source":11,"target":0},{"source":11,"target":52},{"source":11,"target":53},{"source":52,"target":19},{"source":52,"target":54},{"source":52,"target":11},{"source":54,"target":19},{"source":53,"target":19},{"source":53,"target":55},{"source":53,"target":11},{"source":55,"target":19},{"source":12,"target":0},{"source":12,"target":49},{"source":49,"target":9},{"source":49,"target":56},{"source":49,"target":12},{"source":49,"target":41},{"source":56,"target":9},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":57},{"source":13,"target":58},{"source":13,"target":59},{"source":13,"target":60},{"source":57,"target":61},{"source":57,"target":62},{"source":57,"target":13},{"source":62,"target":61},{"source":58,"target":61},{"source":58,"target":63},{"source":58,"target":13},{"source":63,"target":61},{"source":59,"target":9},{"source":59,"target":64},{"source":59,"target":13},{"source":64,"target":9},{"source":60,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":65},{"source":14,"target":66},{"source":14,"target":67},{"source":14,"target":68},{"source":65,"target":61},{"source":65,"target":69},{"source":65,"target":14},{"source":69,"target":61},{"source":66,"target":19},{"source":66,"target":70},{"source":66,"target":14},{"source":70,"target":19},{"source":67,"target":9},{"source":67,"target":71},{"source":67,"target":14},{"source":71,"target":9},{"source":68,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":72},{"source":15,"target":73},{"source":15,"target":74},{"source":15,"target":75},{"source":72,"target":61},{"source":72,"target":76},{"source":72,"target":15},{"source":76,"target":61},{"source":73,"target":19},{"source":73,"target":77},{"source":73,"target":15},{"source":77,"target":19},{"source":74,"target":9},{"source":74,"target":78},{"source":74,"target":15},{"source":78,"target":9},{"source":75,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":79},{"source":16,"target":80},{"source":16,"target":81},{"source":16,"target":82},{"source":79,"target":19},{"source":79,"target":83},{"source":79,"target":16},{"source":83,"target":19},{"source":80,"target":19},{"source":80,"target":84},{"source":80,"target":16},{"source":84,"target":19},{"source":81,"target":9},{"source":81,"target":85},{"source":81,"target":16},{"source":85,"target":9},{"source":82,"target":12},{"source":86,"target":19},{"source":86,"target":61},{"source":19,"target":86},{"source":61,"target":86}],"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="qvtoperational" nsURI="http://www.eclipse.org/QVT2/1.0.0/Operational" nsPrefix="qvtoperational"> <eSubpackages name="cst" nsURI="http://www.eclipse.org/QVT2/1.0.0/Operational/cst" nsPrefix="qvtoperational.cst"> <eClassifiers xsi:type="ecore:EClass" name="MappingModuleCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="headerCS" lowerBound="1" eType="#//cst/TransformationHeaderCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//cst/ImportCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodels" upperBound="-1" eType="#//cst/ModelTypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renamings" upperBound="-1" eType="#//cst/RenameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//cst/ModulePropertyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//cst/MappingMethodCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierDefCS" upperBound="-1" eType="#//cst/ClassifierDefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//cst/TagCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryCS" eSuperTypes="#//cst/MappingModuleCS"/> <eClassifiers xsi:type="ecore:EClass" name="ImportCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/PathNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryImportCS" eSuperTypes="#//cst/ImportCS"/> <eClassifiers xsi:type="ecore:EClass" name="RenameCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalName" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/StringLiteralExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModulePropertyCS" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigPropertyCS" eSuperTypes="#//cst/ModulePropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalPropertyCS" eSuperTypes="#//cst/ModulePropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextualPropertyCS" eSuperTypes="#//cst/ModulePropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedNameCS" eType="#//cst/ScopedNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierDefCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//cst/ClassifierPropertyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//cst/TagCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierPropertyCS" eSuperTypes="#//cst/LocalPropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeQualifiers" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureKeys" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//cst/MultiplicityDefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//cst/OppositePropertyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OppositePropertyCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//cst/MultiplicityDefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityDefCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/PrimitiveLiteralExpCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/PrimitiveLiteralExpCS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingDeclarationCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiers" unique="false" upperBound="-1" eType="#//cst/QualifierKindCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//cst/ParameterDeclarationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1" eType="#//cst/ParameterDeclarationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directionKindCS" eType="#//cst/DirectionKindCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingExtension" upperBound="-1" eType="#//cst/MappingExtensionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterDeclarationCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeSpecCS" eType="#//cst/TypeSpecCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directionKind" eType="#//cst/DirectionKindEnum" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DirectionKindEnum"> <eLiterals name="DEFAULT"/> <eLiterals name="in"/> <eLiterals name="out"/> <eLiterals name="inout"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleSignatureCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//cst/ParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompleteSignatureCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleSignature" lowerBound="1" eType="#//cst/SimpleSignatureCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultParams" upperBound="-1" eType="#//cst/ParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingMethodCS" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blackBox" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingDeclarationCS" eType="#//cst/MappingDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingRuleCS" eSuperTypes="#//cst/MappingMethodCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingBody" eType="#//cst/MappingSectionsCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingQueryCS" eSuperTypes="#//cst/MappingMethodCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSimpleDefinition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorCS" eSuperTypes="#//cst/MappingMethodCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingSectionCS" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode #//cst/ElementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingRuleCS" eType="#//cst/MappingRuleCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingInitCS" eSuperTypes="#//cst/MappingSectionCS"/> <eClassifiers xsi:type="ecore:EClass" name="MappingEndCS" eSuperTypes="#//cst/MappingSectionCS"/> <eClassifiers xsi:type="ecore:EClass" name="MappingSectionsCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingInitCS" eType="#//cst/MappingInitCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingBodyCS" eType="#//cst/MappingBodyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingEndCS" eType="#//cst/MappingEndCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementCS" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS"/> <eClassifiers xsi:type="ecore:EClass" name="BlockExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpressions" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputeExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnedElement" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultVar" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/VariableCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeLoopExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/LoopExpCS #//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForExpCS" eSuperTypes="#//cst/ImperativeLoopExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="ImperativeIterateExpCS" eSuperTypes="#//cst/ImperativeLoopExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/VariableCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="alternativePart" lowerBound="1" upperBound="-1" eType="#//cst/SwitchAltExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchAltExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableInitializationCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withResult" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignStatementCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="lValueCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="incremental" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakExpCS" eSuperTypes="#//cst/StatementCS"/> <eClassifiers xsi:type="ecore:EClass" name="ContinueExpCS" eSuperTypes="#//cst/StatementCS"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatementCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingBodyCS" eSuperTypes="#//cst/MappingSectionCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasPopulationKeyword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectExpCS" eSuperTypes="#//cst/InstantiationExpCS #//cst/ElementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isImplicit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingCallExpCS" eSuperTypes="#//cst/ImperativeOperationCallExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeOperationCallExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OperationCallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectionKindCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directionKind" eType="#//cst/DirectionKindEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementWithBody" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyStartLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyEndLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CallExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="one" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInverse" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveInExpCS" eSuperTypes="#//cst/ResolveExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="inMappingType" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inMappingName" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelTypeCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode #//cst/ElementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifierCS" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complianceKindCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/StringLiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageRefs" lowerBound="1" upperBound="-1" eType="#//cst/PackageRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whereStatements" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageRefCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uriCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/StringLiteralExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationHeaderCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiers" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/StringLiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//cst/ParameterDeclarationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleUsages" upperBound="-1" eType="#//cst/ModuleUsageCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformationRefineCS" eType="#//cst/TransformationRefineCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModuleKindEnum"> <eLiterals name="transformation"/> <eLiterals name="library" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleKindCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moduleKind" eType="#//cst/ModuleKindEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleRefCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//cst/ParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ImportKindEnum"> <eLiterals name="extension"/> <eLiterals name="access" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleUsageCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importKind" eType="#//cst/ImportKindEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleKindCS" eType="#//cst/ModuleKindCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleRefs" lowerBound="1" upperBound="-1" eType="#//cst/ModuleRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationRefineCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleRefCS" lowerBound="1" eType="#//cst/ModuleRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeSpecCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OperationCallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="assertion" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="log" eType="#//cst/LogExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="severity" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingExtensionCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//cst/MappingExtensionKindCS" defaultValueLiteral="disjuncts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingIdentifiers" lowerBound="1" upperBound="-1" eType="#//cst/ScopedNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MappingExtensionKindCS"> <eLiterals name="disjuncts" value="1"/> <eLiterals name="merges" value="2"/> <eLiterals name="inherits" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="QualifierKindCS"> <eLiterals name="abstract" value="1"/> <eLiterals name="blackbox" value="2"/> <eLiterals name="static" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstantiationExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeSpecCS" lowerBound="1" eType="#//cst/TypeSpecCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListTypeCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListLiteralExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionLiteralParts" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CollectionLiteralPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictionaryTypeCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictLiteralExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//cst/DictLiteralPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictLiteralPartCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/LiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/StringLiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedNameCS" eType="#//cst/ScopedNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="topLevelElements" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//cst/MappingModuleCS" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelTypes" upperBound="-1" eType="#//cst/ModelTypeCS" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//cst/ImportCS" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveOpArgsExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/VariableCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopedNameCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/QVTOperationalCST.ecore
ecore
qvtoperational cst MappingModuleCS headerCS imports metamodels renamings properties methods classifierDefCS tags LibraryCS ImportCS pathNameCS LibraryImportCS RenameCS typeCS simpleNameCS originalName ModulePropertyCS simpleNameCS ConfigPropertyCS typeCS LocalPropertyCS typeCS oclExpressionCS ContextualPropertyCS scopedNameCS typeCS oclExpressionCS ClassifierDefCS simpleNameCS extends properties tags ClassifierPropertyCS stereotypeQualifiers featureKeys multiplicity opposite isOrdered true OppositePropertyCS isNavigable true simpleNameCS multiplicity MultiplicityDefCS lowerBound upperBound MappingDeclarationCS qualifiers simpleNameCS contextType parameters result directionKindCS mappingExtension isQuery ParameterDeclarationCS simpleNameCS typeSpecCS directionKind DirectionKindEnum DEFAULT DEFAULT in in out out inout inout SimpleSignatureCS params CompleteSignatureCS simpleSignature resultParams MappingMethodCS blackBox mappingDeclarationCS MappingRuleCS guard mappingBody MappingQueryCS expressions isSimpleDefinition ConstructorCS expressions MappingSectionCS statements mappingRuleCS MappingInitCS MappingEndCS MappingSectionsCS mappingInitCS mappingBodyCS mappingEndCS StatementCS BlockExpCS bodyExpressions ComputeExpCS returnedElement body WhileExpCS body condition resultVar ImperativeLoopExpCS condition ForExpCS ImperativeIterateExpCS target SwitchExpCS alternativePart elsePart SwitchAltExpCS condition body VariableInitializationCS oclExpressionCS simpleNameCS typeCS withResult false AssignStatementCS lValueCS oclExpressionCS incremental BreakExpCS ContinueExpCS ExpressionStatementCS oclExpressionCS MappingBodyCS hasPopulationKeyword ObjectExpCS simpleNameCS expressions isImplicit MappingCallExpCS strict ImperativeOperationCallExpCS module DirectionKindCS directionKind ElementWithBody bodyStartLocation 0 bodyEndLocation 0 ResolveExpCS one isInverse isDeferred target condition ResolveInExpCS inMappingType inMappingName ModelTypeCS identifierCS complianceKindCS packageRefs whereStatements PackageRefCS pathNameCS uriCS TransformationHeaderCS qualifiers pathNameCS parameters moduleUsages transformationRefineCS ModuleKindEnum transformation transformation library library ModuleKindCS moduleKind ModuleRefCS pathNameCS parameters ImportKindEnum extension extension access access ModuleUsageCS importKind moduleKindCS moduleRefs TransformationRefineCS moduleRefCS simpleNameCS TypeSpecCS typeCS simpleNameCS LogExpCS condition AssertExpCS assertion log severity ReturnExpCS value MappingExtensionCS kind disjuncts mappingIdentifiers MappingExtensionKindCS disjuncts disjuncts merges merges inherits inherits QualifierKindCS abstract abstract blackbox blackbox static static InstantiationExpCS typeSpecCS arguments ListTypeCS typeCS ListLiteralExpCS collectionLiteralParts DictionaryTypeCS key value DictLiteralExpCS parts DictLiteralPartCS key value TagCS name scopedNameCS oclExpressionCS UnitCS topLevelElements modules modelTypes imports ResolveOpArgsExpCS target condition ScopedNameCS typeCS name
null
{"directed":true,"nodes":[{"nsPrefix":"qvtoperational","nsURI":"http://www.eclipse.org/QVT2/1.0.0/Operational","name":"qvtoperational","id":0,"eClass":"EPackage"},{"nsPrefix":"qvtoperational.cst","nsURI":"http://www.eclipse.org/QVT2/1.0.0/Operational/cst","name":"cst","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingModuleCS","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryCS","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryImportCS","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameCS","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModulePropertyCS","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigPropertyCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalPropertyCS","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualPropertyCS","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierDefCS","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierPropertyCS","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OppositePropertyCS","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityDefCS","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingDeclarationCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterDeclarationCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKindEnum","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSignatureCS","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteSignatureCS","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingMethodCS","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingRuleCS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingQueryCS","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorCS","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingSectionCS","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingInitCS","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingEndCS","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingSectionsCS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementCS","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockExpCS","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeExpCS","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileExpCS","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeLoopExpCS","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForExpCS","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeIterateExpCS","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchExpCS","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchAltExpCS","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableInitializationCS","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignStatementCS","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakExpCS","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueExpCS","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatementCS","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBodyCS","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExpCS","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExpCS","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperationCallExpCS","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectionKindCS","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementWithBody","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExpCS","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExpCS","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTypeCS","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageRefCS","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationHeaderCS","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModuleKindEnum","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleKindCS","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleRefCS","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKindEnum","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleUsageCS","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationRefineCS","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSpecCS","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogExpCS","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertExpCS","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnExpCS","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingExtensionCS","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MappingExtensionKindCS","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"QualifierKindCS","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationExpCS","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListTypeCS","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListLiteralExpCS","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryTypeCS","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralExpCS","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralPartCS","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagCS","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitCS","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveOpArgsExpCS","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopedNameCS","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"headerCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renamings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifierDefCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"originalName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scopedNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeQualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isNavigable","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"qualifiers","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directionKindCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingExtension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeSpecCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"directionKind","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"name":"DEFAULT","id":179,"value":0,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"in","id":180,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":181,"value":0,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":182,"value":0,"literal":"inout","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleSignature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blackBox","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingDeclarationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSimpleDefinition","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingRuleCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingInitCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingBodyCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingEndCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternativePart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"withResult","changeable":true,"lowerBound":1,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lValueCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"incremental","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasPopulationKeyword","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isImplicit","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strict","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"directionKind","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"bodyStartLocation","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"bodyEndLocation","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"one","changeable":true,"lowerBound":1,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInverse","changeable":true,"lowerBound":1,"iD":false,"id":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":1,"iD":false,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inMappingType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inMappingName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complianceKindCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageRefs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uriCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleUsages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transformationRefineCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"name":"transformation","id":345,"value":0,"literal":"transformation","eClass":"EEnumLiteral"},{"name":"library","id":346,"value":1,"literal":"library","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moduleKind","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"name":"extension","id":355,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":356,"value":1,"literal":"access","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importKind","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleKindCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleRefs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleRefCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":377,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"log","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"disjuncts","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingIdentifiers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"name":"disjuncts","id":392,"value":1,"literal":"disjuncts","eClass":"EEnumLiteral"},{"name":"merges","id":393,"value":2,"literal":"merges","eClass":"EEnumLiteral"},{"name":"inherits","id":394,"value":3,"literal":"inherits","eClass":"EEnumLiteral"},{"name":"abstract","id":395,"value":1,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"blackbox","id":396,"value":2,"literal":"blackbox","eClass":"EEnumLiteral"},{"name":"static","id":397,"value":3,"literal":"static","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeSpecCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":398,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collectionLiteralParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scopedNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topLevelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modules","changeable":false,"resolveProxies":true,"lowerBound":0,"id":430,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":431,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"imports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":432,"derived":true},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":0},{"source":2,"target":1},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":2,"target":79},{"source":2,"target":80},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":2,"target":84},{"source":76,"target":52},{"source":76,"target":85},{"source":76,"target":2},{"source":85,"target":52},{"source":77,"target":4},{"source":77,"target":86},{"source":77,"target":2},{"source":86,"target":4},{"source":78,"target":50},{"source":78,"target":87},{"source":78,"target":2},{"source":87,"target":50},{"source":79,"target":6},{"source":79,"target":88},{"source":79,"target":2},{"source":88,"target":6},{"source":80,"target":7},{"source":80,"target":89},{"source":80,"target":2},{"source":89,"target":7},{"source":81,"target":20},{"source":81,"target":90},{"source":81,"target":2},{"source":90,"target":20},{"source":82,"target":11},{"source":82,"target":91},{"source":82,"target":2},{"source":91,"target":11},{"source":83,"target":72},{"source":83,"target":92},{"source":83,"target":2},{"source":92,"target":72},{"source":3,"target":1},{"source":3,"target":2},{"source":3,"target":93},{"source":93,"target":2},{"source":4,"target":1},{"source":4,"target":94},{"source":4,"target":95},{"source":94,"target":96},{"source":94,"target":4},{"source":5,"target":1},{"source":5,"target":4},{"source":5,"target":97},{"source":97,"target":4},{"source":6,"target":1},{"source":6,"target":98},{"source":6,"target":99},{"source":6,"target":100},{"source":6,"target":101},{"source":98,"target":102},{"source":98,"target":6},{"source":99,"target":103},{"source":99,"target":6},{"source":100,"target":104},{"source":100,"target":6},{"source":7,"target":1},{"source":7,"target":105},{"source":7,"target":106},{"source":105,"target":107},{"source":105,"target":7},{"source":8,"target":1},{"source":8,"target":7},{"source":8,"target":108},{"source":8,"target":109},{"source":108,"target":110},{"source":108,"target":8},{"source":109,"target":7},{"source":9,"target":1},{"source":9,"target":7},{"source":9,"target":111},{"source":9,"target":112},{"source":9,"target":113},{"source":111,"target":114},{"source":111,"target":9},{"source":112,"target":115},{"source":112,"target":9},{"source":113,"target":7},{"source":10,"target":1},{"source":10,"target":7},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":10,"target":119},{"source":116,"target":75},{"source":116,"target":120},{"source":116,"target":10},{"source":120,"target":75},{"source":117,"target":121},{"source":117,"target":10},{"source":118,"target":122},{"source":118,"target":10},{"source":119,"target":7},{"source":11,"target":1},{"source":11,"target":123},{"source":11,"target":124},{"source":11,"target":125},{"source":11,"target":126},{"source":11,"target":127},{"source":123,"target":128},{"source":123,"target":11},{"source":124,"target":129},{"source":124,"target":11},{"source":125,"target":12},{"source":125,"target":130},{"source":125,"target":11},{"source":130,"target":12},{"source":126,"target":72},{"source":126,"target":131},{"source":126,"target":11},{"source":131,"target":72},{"source":12,"target":1},{"source":12,"target":9},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":12,"target":137},{"source":132,"target":138},{"source":132,"target":12},{"source":133,"target":139},{"source":133,"target":12},{"source":134,"target":14},{"source":134,"target":140},{"source":134,"target":12},{"source":140,"target":14},{"source":135,"target":13},{"source":135,"target":141},{"source":135,"target":12},{"source":141,"target":13},{"source":136,"target":142},{"source":136,"target":12},{"source":137,"target":9},{"source":13,"target":1},{"source":13,"target":143},{"source":13,"target":144},{"source":13,"target":145},{"source":13,"target":146},{"source":143,"target":147},{"source":143,"target":13},{"source":144,"target":148},{"source":144,"target":13},{"source":145,"target":14},{"source":145,"target":149},{"source":145,"target":13},{"source":149,"target":14},{"source":14,"target":1},{"source":14,"target":150},{"source":14,"target":151},{"source":14,"target":152},{"source":150,"target":153},{"source":150,"target":14},{"source":151,"target":154},{"source":151,"target":14},{"source":15,"target":1},{"source":15,"target":155},{"source":15,"target":156},{"source":15,"target":157},{"source":15,"target":158},{"source":15,"target":159},{"source":15,"target":160},{"source":15,"target":161},{"source":15,"target":162},{"source":15,"target":163},{"source":155,"target":65},{"source":155,"target":164},{"source":155,"target":15},{"source":164,"target":65},{"source":156,"target":165},{"source":156,"target":15},{"source":157,"target":166},{"source":157,"target":15},{"source":158,"target":16},{"source":158,"target":167},{"source":158,"target":15},{"source":167,"target":16},{"source":159,"target":16},{"source":159,"target":168},{"source":159,"target":15},{"source":168,"target":16},{"source":160,"target":46},{"source":160,"target":169},{"source":160,"target":15},{"source":169,"target":46},{"source":161,"target":63},{"source":161,"target":170},{"source":161,"target":15},{"source":170,"target":63},{"source":162,"target":171},{"source":162,"target":15},{"source":16,"target":1},{"source":16,"target":172},{"source":16,"target":173},{"source":16,"target":174},{"source":16,"target":175},{"source":172,"target":176},{"source":172,"target":16},{"source":173,"target":59},{"source":173,"target":177},{"source":173,"target":16},{"source":177,"target":59},{"source":174,"target":17},{"source":174,"target":178},{"source":174,"target":16},{"source":178,"target":17},{"source":17,"target":1},{"source":17,"target":179},{"source":17,"target":180},{"source":17,"target":181},{"source":17,"target":182},{"source":179,"target":17},{"source":180,"target":17},{"source":181,"target":17},{"source":182,"target":17},{"source":18,"target":1},{"source":18,"target":183},{"source":18,"target":184},{"source":183,"target":16},{"source":183,"target":185},{"source":183,"target":18},{"source":185,"target":16},{"source":19,"target":1},{"source":19,"target":186},{"source":19,"target":187},{"source":19,"target":188},{"source":186,"target":18},{"source":186,"target":189},{"source":186,"target":19},{"source":189,"target":18},{"source":187,"target":16},{"source":187,"target":190},{"source":187,"target":19},{"source":190,"target":16},{"source":20,"target":1},{"source":20,"target":191},{"source":20,"target":192},{"source":20,"target":193},{"source":191,"target":194},{"source":191,"target":20},{"source":192,"target":15},{"source":192,"target":195},{"source":192,"target":20},{"source":195,"target":15},{"source":21,"target":1},{"source":21,"target":20},{"source":21,"target":196},{"source":21,"target":197},{"source":21,"target":198},{"source":196,"target":199},{"source":196,"target":21},{"source":197,"target":27},{"source":197,"target":200},{"source":197,"target":21},{"source":200,"target":27},{"source":198,"target":20},{"source":22,"target":1},{"source":22,"target":20},{"source":22,"target":201},{"source":22,"target":202},{"source":22,"target":203},{"source":201,"target":204},{"source":201,"target":22},{"source":202,"target":205},{"source":202,"target":22},{"source":203,"target":20},{"source":23,"target":1},{"source":23,"target":20},{"source":23,"target":206},{"source":23,"target":207},{"source":206,"target":208},{"source":206,"target":23},{"source":207,"target":20},{"source":24,"target":1},{"source":24,"target":47},{"source":24,"target":209},{"source":24,"target":210},{"source":24,"target":211},{"source":24,"target":212},{"source":209,"target":213},{"source":209,"target":24},{"source":210,"target":21},{"source":210,"target":214},{"source":210,"target":24},{"source":214,"target":21},{"source":212,"target":47},{"source":25,"target":1},{"source":25,"target":24},{"source":25,"target":215},{"source":215,"target":24},{"source":26,"target":1},{"source":26,"target":24},{"source":26,"target":216},{"source":216,"target":24},{"source":27,"target":1},{"source":27,"target":217},{"source":27,"target":218},{"source":27,"target":219},{"source":27,"target":220},{"source":217,"target":25},{"source":217,"target":221},{"source":217,"target":27},{"source":221,"target":25},{"source":218,"target":42},{"source":218,"target":222},{"source":218,"target":27},{"source":222,"target":42},{"source":219,"target":26},{"source":219,"target":223},{"source":219,"target":27},{"source":223,"target":26},{"source":28,"target":1},{"source":28,"target":224},{"source":29,"target":1},{"source":29,"target":28},{"source":29,"target":225},{"source":29,"target":226},{"source":225,"target":227},{"source":225,"target":29},{"source":226,"target":28},{"source":30,"target":1},{"source":30,"target":28},{"source":30,"target":228},{"source":30,"target":229},{"source":30,"target":230},{"source":228,"target":231},{"source":228,"target":30},{"source":229,"target":232},{"source":229,"target":30},{"source":230,"target":28},{"source":31,"target":1},{"source":31,"target":28},{"source":31,"target":233},{"source":31,"target":234},{"source":31,"target":235},{"source":31,"target":236},{"source":233,"target":237},{"source":233,"target":31},{"source":234,"target":238},{"source":234,"target":31},{"source":235,"target":239},{"source":235,"target":31},{"source":236,"target":28},{"source":32,"target":1},{"source":32,"target":28},{"source":32,"target":240},{"source":32,"target":241},{"source":32,"target":242},{"source":240,"target":243},{"source":240,"target":32},{"source":242,"target":28},{"source":33,"target":1},{"source":33,"target":32},{"source":33,"target":244},{"source":244,"target":32},{"source":34,"target":1},{"source":34,"target":32},{"source":34,"target":245},{"source":34,"target":246},{"source":245,"target":247},{"source":245,"target":34},{"source":246,"target":32},{"source":35,"target":1},{"source":35,"target":28},{"source":35,"target":248},{"source":35,"target":249},{"source":35,"target":250},{"source":248,"target":36},{"source":248,"target":251},{"source":248,"target":35},{"source":251,"target":36},{"source":249,"target":252},{"source":249,"target":35},{"source":250,"target":28},{"source":36,"target":1},{"source":36,"target":28},{"source":36,"target":253},{"source":36,"target":254},{"source":36,"target":255},{"source":253,"target":256},{"source":253,"target":36},{"source":254,"target":257},{"source":254,"target":36},{"source":255,"target":28},{"source":37,"target":1},{"source":37,"target":28},{"source":37,"target":258},{"source":37,"target":259},{"source":37,"target":260},{"source":37,"target":261},{"source":37,"target":262},{"source":258,"target":263},{"source":258,"target":37},{"source":259,"target":264},{"source":259,"target":37},{"source":260,"target":265},{"source":260,"target":37},{"source":261,"target":266},{"source":261,"target":37},{"source":262,"target":28},{"source":38,"target":1},{"source":38,"target":28},{"source":38,"target":267},{"source":38,"target":268},{"source":38,"target":269},{"source":38,"target":270},{"source":267,"target":271},{"source":267,"target":38},{"source":268,"target":272},{"source":268,"target":38},{"source":269,"target":273},{"source":269,"target":38},{"source":270,"target":28},{"source":39,"target":1},{"source":39,"target":28},{"source":39,"target":274},{"source":274,"target":28},{"source":40,"target":1},{"source":40,"target":28},{"source":40,"target":275},{"source":275,"target":28},{"source":41,"target":1},{"source":41,"target":28},{"source":41,"target":276},{"source":41,"target":277},{"source":276,"target":278},{"source":276,"target":41},{"source":277,"target":28},{"source":42,"target":1},{"source":42,"target":24},{"source":42,"target":279},{"source":42,"target":280},{"source":279,"target":281},{"source":279,"target":42},{"source":280,"target":24},{"source":43,"target":1},{"source":43,"target":66},{"source":43,"target":47},{"source":43,"target":282},{"source":43,"target":283},{"source":43,"target":284},{"source":43,"target":285},{"source":43,"target":286},{"source":282,"target":287},{"source":282,"target":43},{"source":283,"target":288},{"source":283,"target":43},{"source":284,"target":289},{"source":284,"target":43},{"source":285,"target":66},{"source":286,"target":47},{"source":44,"target":1},{"source":44,"target":45},{"source":44,"target":290},{"source":44,"target":291},{"source":290,"target":292},{"source":290,"target":44},{"source":291,"target":45},{"source":45,"target":1},{"source":45,"target":293},{"source":45,"target":294},{"source":293,"target":295},{"source":293,"target":45},{"source":46,"target":1},{"source":46,"target":296},{"source":46,"target":297},{"source":296,"target":17},{"source":296,"target":298},{"source":296,"target":46},{"source":298,"target":17},{"source":47,"target":1},{"source":47,"target":299},{"source":47,"target":300},{"source":299,"target":301},{"source":299,"target":47},{"source":300,"target":302},{"source":300,"target":47},{"source":48,"target":1},{"source":48,"target":303},{"source":48,"target":304},{"source":48,"target":305},{"source":48,"target":306},{"source":48,"target":307},{"source":48,"target":308},{"source":303,"target":309},{"source":303,"target":48},{"source":304,"target":310},{"source":304,"target":48},{"source":305,"target":311},{"source":305,"target":48},{"source":306,"target":312},{"source":306,"target":48},{"source":307,"target":313},{"source":307,"target":48},{"source":49,"target":1},{"source":49,"target":48},{"source":49,"target":314},{"source":49,"target":315},{"source":49,"target":316},{"source":314,"target":317},{"source":314,"target":49},{"source":315,"target":318},{"source":315,"target":49},{"source":316,"target":48},{"source":50,"target":1},{"source":50,"target":47},{"source":50,"target":319},{"source":50,"target":320},{"source":50,"target":321},{"source":50,"target":322},{"source":50,"target":323},{"source":50,"target":324},{"source":319,"target":325},{"source":319,"target":50},{"source":320,"target":326},{"source":320,"target":50},{"source":321,"target":51},{"source":321,"target":327},{"source":321,"target":50},{"source":327,"target":51},{"source":322,"target":328},{"source":322,"target":50},{"source":324,"target":47},{"source":51,"target":1},{"source":51,"target":329},{"source":51,"target":330},{"source":51,"target":331},{"source":329,"target":332},{"source":329,"target":51},{"source":330,"target":333},{"source":330,"target":51},{"source":52,"target":1},{"source":52,"target":334},{"source":52,"target":335},{"source":52,"target":336},{"source":52,"target":337},{"source":52,"target":338},{"source":52,"target":339},{"source":334,"target":340},{"source":334,"target":52},{"source":335,"target":341},{"source":335,"target":52},{"source":336,"target":16},{"source":336,"target":342},{"source":336,"target":52},{"source":342,"target":16},{"source":337,"target":57},{"source":337,"target":343},{"source":337,"target":52},{"source":343,"target":57},{"source":338,"target":58},{"source":338,"target":344},{"source":338,"target":52},{"source":344,"target":58},{"source":53,"target":1},{"source":53,"target":345},{"source":53,"target":346},{"source":345,"target":53},{"source":346,"target":53},{"source":54,"target":1},{"source":54,"target":347},{"source":54,"target":348},{"source":347,"target":53},{"source":347,"target":349},{"source":347,"target":54},{"source":349,"target":53},{"source":55,"target":1},{"source":55,"target":350},{"source":55,"target":351},{"source":55,"target":352},{"source":350,"target":353},{"source":350,"target":55},{"source":351,"target":16},{"source":351,"target":354},{"source":351,"target":55},{"source":354,"target":16},{"source":56,"target":1},{"source":56,"target":355},{"source":56,"target":356},{"source":355,"target":56},{"source":356,"target":56},{"source":57,"target":1},{"source":57,"target":357},{"source":57,"target":358},{"source":57,"target":359},{"source":57,"target":360},{"source":357,"target":56},{"source":357,"target":361},{"source":357,"target":57},{"source":361,"target":56},{"source":358,"target":54},{"source":358,"target":362},{"source":358,"target":57},{"source":362,"target":54},{"source":359,"target":55},{"source":359,"target":363},{"source":359,"target":57},{"source":363,"target":55},{"source":58,"target":1},{"source":58,"target":364},{"source":58,"target":365},{"source":58,"target":366},{"source":364,"target":55},{"source":364,"target":367},{"source":364,"target":58},{"source":367,"target":55},{"source":365,"target":368},{"source":365,"target":58},{"source":59,"target":1},{"source":59,"target":369},{"source":59,"target":370},{"source":59,"target":371},{"source":369,"target":372},{"source":369,"target":59},{"source":370,"target":373},{"source":370,"target":59},{"source":60,"target":1},{"source":60,"target":374},{"source":60,"target":375},{"source":374,"target":376},{"source":374,"target":60},{"source":61,"target":1},{"source":61,"target":28},{"source":61,"target":377},{"source":61,"target":378},{"source":61,"target":379},{"source":61,"target":380},{"source":377,"target":381},{"source":377,"target":61},{"source":378,"target":60},{"source":378,"target":382},{"source":378,"target":61},{"source":382,"target":60},{"source":379,"target":383},{"source":379,"target":61},{"source":380,"target":28},{"source":62,"target":1},{"source":62,"target":28},{"source":62,"target":384},{"source":62,"target":385},{"source":384,"target":386},{"source":384,"target":62},{"source":385,"target":28},{"source":63,"target":1},{"source":63,"target":387},{"source":63,"target":388},{"source":63,"target":389},{"source":387,"target":64},{"source":387,"target":390},{"source":387,"target":63},{"source":390,"target":64},{"source":388,"target":75},{"source":388,"target":391},{"source":388,"target":63},{"source":391,"target":75},{"source":64,"target":1},{"source":64,"target":392},{"source":64,"target":393},{"source":64,"target":394},{"source":392,"target":64},{"source":393,"target":64},{"source":394,"target":64},{"source":65,"target":1},{"source":65,"target":395},{"source":65,"target":396},{"source":65,"target":397},{"source":395,"target":65},{"source":396,"target":65},{"source":397,"target":65},{"source":66,"target":1},{"source":66,"target":28},{"source":66,"target":398},{"source":66,"target":399},{"source":66,"target":400},{"source":398,"target":59},{"source":398,"target":401},{"source":398,"target":66},{"source":401,"target":59},{"source":399,"target":402},{"source":399,"target":66},{"source":400,"target":28},{"source":67,"target":1},{"source":67,"target":403},{"source":67,"target":404},{"source":403,"target":405},{"source":403,"target":67},{"source":68,"target":1},{"source":68,"target":406},{"source":68,"target":407},{"source":406,"target":408},{"source":406,"target":68},{"source":69,"target":1},{"source":69,"target":409},{"source":69,"target":410},{"source":69,"target":411},{"source":409,"target":412},{"source":409,"target":69},{"source":410,"target":413},{"source":410,"target":69},{"source":70,"target":1},{"source":70,"target":414},{"source":70,"target":415},{"source":414,"target":71},{"source":414,"target":416},{"source":414,"target":70},{"source":416,"target":71},{"source":71,"target":1},{"source":71,"target":417},{"source":71,"target":418},{"source":71,"target":419},{"source":417,"target":420},{"source":417,"target":71},{"source":418,"target":421},{"source":418,"target":71},{"source":72,"target":1},{"source":72,"target":422},{"source":72,"target":423},{"source":72,"target":424},{"source":72,"target":425},{"source":422,"target":426},{"source":422,"target":72},{"source":423,"target":75},{"source":423,"target":427},{"source":423,"target":72},{"source":427,"target":75},{"source":424,"target":428},{"source":424,"target":72},{"source":73,"target":1},{"source":73,"target":429},{"source":73,"target":430},{"source":73,"target":431},{"source":73,"target":432},{"source":73,"target":433},{"source":429,"target":434},{"source":429,"target":73},{"source":430,"target":2},{"source":430,"target":435},{"source":430,"target":73},{"source":435,"target":2},{"source":431,"target":50},{"source":431,"target":436},{"source":431,"target":73},{"source":436,"target":50},{"source":432,"target":4},{"source":432,"target":437},{"source":432,"target":73},{"source":437,"target":4},{"source":74,"target":1},{"source":74,"target":438},{"source":74,"target":439},{"source":74,"target":440},{"source":438,"target":441},{"source":438,"target":74},{"source":439,"target":442},{"source":439,"target":74},{"source":75,"target":1},{"source":75,"target":443},{"source":75,"target":444},{"source":75,"target":445},{"source":443,"target":446},{"source":443,"target":75},{"source":444,"target":447},{"source":444,"target":75}],"multigraph":true}
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="fractal" nsURI="http://fractal" nsPrefix="_fractal"> <eClassifiers xsi:type="ecore:EClass" name="Diagram"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1" eType="#//Definition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Container"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameUnicity"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="nameUnicity" value="bindings->isUnique(name)&#xD;&#xA;and&#xD;&#xA;components->isUnique(name)&#xD;&#xA;and&#xD;&#xA;interfaces->isUnique(name)&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="kref=comments"/> <details key="kref=output"/> <details key="kref=bindings"/> <details key="kref=components"/> <details key="kref=interfaces"/> <details key="kref=content"/> <details key="kref=controller"/> </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="bindings" upperBound="-1" eType="#//Binding" containment="true" eOpposite="#//Binding/bindingParent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true" eOpposite="#//Component/componentParent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1" eType="#//Interface" containment="true" eOpposite="#//Interface/interfaceParent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Content" containment="true" eOpposite="#//Content/contentParent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//Attributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="#//Output" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controller" eType="#//Controller" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//Container"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arguments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extends" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Container"> <eAnnotations source="diagraph"> <details key="ref=componentParent"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="componentParent" lowerBound="1" eType="#//Container" eOpposite="#//Container/components"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="definition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="contingency primitive uniqueClientsForServer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="contingency" value="(self.contingency = InterfaceContingency::mandatory) &#xD;&#xA;implies &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.clientBinding &lt;> null)&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;not (self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;)"/> <details key="primitive" value="(interfaceParent.content = null)&#xD;&#xA;xor &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;implies&#xD;&#xA;&#x9;(self.clientBinding = null)&#xD;&#xA;)"/> <details key="uniqueClientsForServer" value="self->isUnique(serverBinding)"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="kref=comments"/> <details key="ref=serverBinding"/> <details key="ref=clientBinding"/> <details key="ref=interfaceParent"/> </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="role" lowerBound="1" eType="#//InterfaceRole" defaultValueLiteral="SERVER" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contingency" eType="#//InterfaceContingency" defaultValueLiteral="MANDATORY"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="#//InterfaceCardinality" defaultValueLiteral="SINGLETON"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serverBinding" upperBound="-1" eType="#//Binding" unsettable="true" eOpposite="#//Binding/to"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clientBinding" eType="#//Binding" eOpposite="#//Binding/from"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceParent" lowerBound="1" eType="#//Container" eOpposite="#//Container/interfaces"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="roleCompatibility"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="roleCompatibility" value="(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.role = InterfaceRole::client&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::server&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;&#x9;and&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclIsTypeOf(Component)&#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent.oclAsType(Component).componentParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;or&#xD;&#xA;&#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&amp;#x9;self.client.role = InterfaceRole::client&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::client&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;or&#xD;&#xA;&#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.role = InterfaceRole::SERVER&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::SERVER&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclAsType(Component).componentParent = self.client.interfaceParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="kref=comments"/> <details key="ref=bindingParent"/> <details key="ref=to"/> <details key="ref=from"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingParent" lowerBound="1" eType="#//Container" eOpposite="#//Container/bindings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Interface" eOpposite="#//Interface/serverBinding"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Interface" eOpposite="#//Interface/clientBinding"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content"> <eAnnotations source="diagraph"> <details key="kref=includes"/> <details key="kref=cflags"/> <details key="kref=ldflags"/> <details key="ref=contentParent"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="contentParent" lowerBound="1" eType="#//Container" eOpposite="#//Container/content"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="content class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includes" upperBound="-1" eType="#//Include" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cflags" upperBound="-1" eType="#//Cflag" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ldflags" upperBound="-1" eType="#//Ldflag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attributes"> <eAnnotations source="diagraph"> <details key="kref=comments"/> <details key="kref=attributes"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eAnnotations source="diagraph"> <details key="kref=comments"/> </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="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Controller"> <eAnnotations source="diagraph"> <details key="kref=comments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptor" 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:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eAnnotations source="diagraph"> <details key="label=language"/> <details key="label=text"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="Cflag"> <eAnnotations source="diagraph"> <details key="label=value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ldflag"> <eAnnotations source="diagraph"> <details key="label=value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Include"> <eAnnotations source="diagraph"> <details key="label=file"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Output"> <eAnnotations source="diagraph"> <details key="label=format"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InterfaceRole"> <eLiterals name="server"/> <eLiterals name="client" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InterfaceContingency"> <eLiterals name="mandatory"/> <eLiterals name="optional" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InterfaceCardinality"> <eLiterals name="singleton"/> <eLiterals name="collection" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContentLanguages"> <eLiterals name="thinkC"/> <eLiterals name="macroC" value="1"/> <eLiterals name="cpp" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/fractal.ecore
ecore
fractal Diagram definition Container name bindings components interfaces content comments attributes output controller Definition arguments extends Component componentParent definition Interface name role SERVER signature contingency MANDATORY cardinality SINGLETON serverBinding clientBinding interfaceParent comments startProperty Binding bindingParent to from comments Content contentParent class content class language includes cflags ldflags Attributes comments attributes signature Attribute name value comments Controller descriptor language comments Comment language text Cflag value Ldflag value Include file Output format InterfaceRole server server client client InterfaceContingency mandatory mandatory optional optional InterfaceCardinality singleton singleton collection collection ContentLanguages thinkC thinkC macroC macroC cpp cpp
null
{"directed":true,"nodes":[{"nsPrefix":"_fractal","nsURI":"http://fractal","name":"fractal","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attributes","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cflag","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ldflag","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InterfaceRole","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InterfaceContingency","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InterfaceCardinality","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContentLanguages","instanceClass":null,"id":19,"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":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"bindings","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":"components","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":"interfaces","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":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","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":"attributes","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":"output","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":"controller","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindingParent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"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":"componentParent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"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":"interfaceParent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentParent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"SERVER","unsettable":true,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MANDATORY","unsettable":false,"transient":false,"unique":true,"name":"contingency","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SINGLETON","unsettable":false,"transient":false,"unique":true,"name":"cardinality","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":false,"unsettable":true,"transient":false,"unique":true,"name":"serverBinding","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":"clientBinding","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":"comments","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":"startProperty","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","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"},{"ordered":true,"upperBound":1,"defaultValue":"content class","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"content class","unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":1,"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":"language","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"includes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cflags","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":"ldflags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"lowerBound":1,"iD":false,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"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":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","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":"language","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"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":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"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":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"lowerBound":1,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"name":"server","id":120,"value":0,"literal":"server","eClass":"EEnumLiteral"},{"name":"client","id":121,"value":1,"literal":"client","eClass":"EEnumLiteral"},{"name":"mandatory","id":122,"value":0,"literal":"mandatory","eClass":"EEnumLiteral"},{"name":"optional","id":123,"value":1,"literal":"optional","eClass":"EEnumLiteral"},{"name":"singleton","id":124,"value":0,"literal":"singleton","eClass":"EEnumLiteral"},{"name":"collection","id":125,"value":1,"literal":"collection","eClass":"EEnumLiteral"},{"name":"thinkC","id":126,"value":0,"literal":"thinkC","eClass":"EEnumLiteral"},{"name":"macroC","id":127,"value":1,"literal":"macroC","eClass":"EEnumLiteral"},{"name":"cpp","id":128,"value":2,"literal":"cpp","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":20,"target":3},{"source":20,"target":21},{"source":20,"target":1},{"source":21,"target":3},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":22,"target":31},{"source":22,"target":2},{"source":23,"target":6},{"source":23,"target":32},{"source":23,"target":2},{"source":23,"target":33},{"source":32,"target":6},{"source":24,"target":4},{"source":24,"target":34},{"source":24,"target":2},{"source":24,"target":35},{"source":34,"target":4},{"source":25,"target":5},{"source":25,"target":36},{"source":25,"target":2},{"source":25,"target":37},{"source":36,"target":5},{"source":26,"target":7},{"source":26,"target":38},{"source":26,"target":2},{"source":26,"target":39},{"source":38,"target":7},{"source":27,"target":11},{"source":27,"target":40},{"source":27,"target":2},{"source":40,"target":11},{"source":28,"target":8},{"source":28,"target":41},{"source":28,"target":2},{"source":41,"target":8},{"source":29,"target":15},{"source":29,"target":42},{"source":29,"target":2},{"source":42,"target":15},{"source":30,"target":10},{"source":30,"target":43},{"source":30,"target":2},{"source":43,"target":10},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":44,"target":47},{"source":44,"target":3},{"source":45,"target":48},{"source":45,"target":3},{"source":46,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":35},{"source":4,"target":49},{"source":4,"target":50},{"source":35,"target":2},{"source":35,"target":51},{"source":35,"target":4},{"source":35,"target":24},{"source":51,"target":2},{"source":49,"target":52},{"source":49,"target":4},{"source":50,"target":2},{"source":5,"target":0},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":37},{"source":5,"target":60},{"source":5,"target":61},{"source":53,"target":62},{"source":53,"target":5},{"source":54,"target":16},{"source":54,"target":63},{"source":54,"target":5},{"source":63,"target":16},{"source":55,"target":64},{"source":55,"target":5},{"source":56,"target":17},{"source":56,"target":65},{"source":56,"target":5},{"source":65,"target":17},{"source":57,"target":18},{"source":57,"target":66},{"source":57,"target":5},{"source":66,"target":18},{"source":58,"target":6},{"source":58,"target":67},{"source":58,"target":5},{"source":58,"target":68},{"source":67,"target":6},{"source":59,"target":6},{"source":59,"target":69},{"source":59,"target":5},{"source":59,"target":70},{"source":69,"target":6},{"source":37,"target":2},{"source":37,"target":71},{"source":37,"target":5},{"source":37,"target":25},{"source":71,"target":2},{"source":60,"target":11},{"source":60,"target":72},{"source":60,"target":5},{"source":72,"target":11},{"source":61,"target":73},{"source":61,"target":5},{"source":6,"target":0},{"source":6,"target":33},{"source":6,"target":68},{"source":6,"target":70},{"source":6,"target":74},{"source":33,"target":2},{"source":33,"target":75},{"source":33,"target":6},{"source":33,"target":23},{"source":75,"target":2},{"source":68,"target":5},{"source":68,"target":76},{"source":68,"target":6},{"source":68,"target":58},{"source":76,"target":5},{"source":70,"target":5},{"source":70,"target":77},{"source":70,"target":6},{"source":70,"target":59},{"source":77,"target":5},{"source":74,"target":11},{"source":74,"target":78},{"source":74,"target":6},{"source":78,"target":11},{"source":7,"target":0},{"source":7,"target":39},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":7,"target":83},{"source":39,"target":2},{"source":39,"target":84},{"source":39,"target":7},{"source":39,"target":26},{"source":84,"target":2},{"source":79,"target":85},{"source":79,"target":7},{"source":80,"target":86},{"source":80,"target":7},{"source":81,"target":14},{"source":81,"target":87},{"source":81,"target":7},{"source":87,"target":14},{"source":82,"target":12},{"source":82,"target":88},{"source":82,"target":7},{"source":88,"target":12},{"source":83,"target":13},{"source":83,"target":89},{"source":83,"target":7},{"source":89,"target":13},{"source":8,"target":0},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":90,"target":11},{"source":90,"target":93},{"source":90,"target":8},{"source":93,"target":11},{"source":91,"target":9},{"source":91,"target":94},{"source":91,"target":8},{"source":94,"target":9},{"source":92,"target":95},{"source":92,"target":8},{"source":9,"target":0},{"source":9,"target":96},{"source":9,"target":97},{"source":9,"target":98},{"source":96,"target":99},{"source":96,"target":9},{"source":97,"target":100},{"source":97,"target":9},{"source":98,"target":11},{"source":98,"target":101},{"source":98,"target":9},{"source":101,"target":11},{"source":10,"target":0},{"source":10,"target":102},{"source":10,"target":103},{"source":10,"target":104},{"source":102,"target":105},{"source":102,"target":10},{"source":103,"target":106},{"source":103,"target":10},{"source":104,"target":11},{"source":104,"target":107},{"source":104,"target":10},{"source":107,"target":11},{"source":11,"target":0},{"source":11,"target":108},{"source":11,"target":109},{"source":108,"target":110},{"source":108,"target":11},{"source":109,"target":111},{"source":109,"target":11},{"source":12,"target":0},{"source":12,"target":112},{"source":112,"target":113},{"source":112,"target":12},{"source":13,"target":0},{"source":13,"target":114},{"source":114,"target":115},{"source":114,"target":13},{"source":14,"target":0},{"source":14,"target":116},{"source":116,"target":117},{"source":116,"target":14},{"source":15,"target":0},{"source":15,"target":118},{"source":118,"target":119},{"source":118,"target":15},{"source":16,"target":0},{"source":16,"target":120},{"source":16,"target":121},{"source":120,"target":16},{"source":121,"target":16},{"source":17,"target":0},{"source":17,"target":122},{"source":17,"target":123},{"source":122,"target":17},{"source":123,"target":17},{"source":18,"target":0},{"source":18,"target":124},{"source":18,"target":125},{"source":124,"target":18},{"source":125,"target":18},{"source":19,"target":0},{"source":19,"target":126},{"source":19,"target":127},{"source":19,"target":128},{"source":126,"target":19},{"source":127,"target":19},{"source":128,"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="data" nsURI="http://www.birt.eclipse.org/ChartModelData" nsPrefix="data"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;Schema file for the chart.model package.&#xD;&#xA;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type defines an Action. An action is a property defining interactivity for an element. It is associated in a trigger with a trigger condition that defines when the action is to be processed.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Action"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//ActionType" defaultValueLiteral="URL_Redirect" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the type of Action. This value determines the way the Action Value is processed.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//ActionValue" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the value of the Action.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseSampleData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type sample data for a base series.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BaseSampleData"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSetRepresentation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the sample data for a single data set as a string in the form expected by the DataSetProcessor for the series.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataSetRepresentation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BigNumberDataElement" eSuperTypes="#//DataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element BigNUmberDataElement represents a DataElement which BigDecimal value."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BigNumberDataElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Decimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BubbleDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type holds the bubble data associated with a series.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BubbleDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Data" instanceClassName="java.lang.Object"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Data"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type defines a single element of data to be plotted in a chart. A data element can hold a scalar or a multi-dimensional value.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DataElement"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type holds the data associated with a series.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" lowerBound="1" eType="#//Data"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds data values for the series.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Values"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateTimeDataElement" eSuperTypes="#//DataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type defines a single element of date/time data.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DateTimeDataElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds a single date value as a long.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateTimeDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type holds the date/time data associated with a series.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DateTimeDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DifferenceDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type holds the difference data associated with a series.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DifferenceDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GanttDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type holds the gantt data associated with a series.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GanttDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultipleActions" eSuperTypes="#//Action"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MultipleActions"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Actions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertiesMap" upperBound="-1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//EStringToStringMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertiesMap"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type holds the null data associated with a series.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NullDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberDataElement" eSuperTypes="#//DataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type defines a single element of numerical data.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NumberDataElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds a single numeric value as a double.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type holds the numeric data associated with a series.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NumberDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrthogonalSampleData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type sample data for an orthogonal series.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OrthogonalSampleData"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSetRepresentation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the sample data for a single data set as a string in the form expected by the DataSetProcessor for the series.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataSetRepresentation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seriesDefinitionIndex" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the index for the series definition for which this sample data is applicable.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SeriesDefinitionIndex"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type represents design-time definition for the dataset in a series.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Query"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="definition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Definition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" lowerBound="1" upperBound="-1" eType="#//Rule" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Rules"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="grouping" lowerBound="1" eType="#//SeriesGrouping" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Grouping"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type represents a rule to process a query expression.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Rule"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//RuleType" defaultValueLiteral="Filter" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SampleData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type sample data that will be used to display the chart at design-time.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SampleData"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="baseSampleData" lowerBound="1" upperBound="-1" eType="#//BaseSampleData" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the sample data for base series in the chart.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BaseSampleData"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="orthogonalSampleData" lowerBound="1" upperBound="-1" eType="#//OrthogonalSampleData" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the sample data for orthogonal series in the chart.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OrthogonalSampleData"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ancillarySampleData" lowerBound="1" upperBound="-1" eType="#//BaseSampleData" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AncillarySampleData"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SeriesDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;This type represents design-time definition for a&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;series.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SeriesDefinition"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="query" lowerBound="1" eType="#//Query" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Query"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="seriesPalette" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Palette" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SeriesPalette"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="seriesDefinitions" lowerBound="1" upperBound="-1" eType="#//SeriesDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SeriesDefinitions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="formatSpecifier" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//FormatSpecifier" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FormatSpecifier"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="series" lowerBound="1" upperBound="-1" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Series" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds all the series for the chart.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Series"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="grouping" eType="#//SeriesGrouping" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines if and how the series data is to be&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;grouped for display. This should only be applied&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;to Base Series.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Grouping"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sorting" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//SortOption" defaultValueLiteral="Ascending" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines if and how the series data is to be&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sorted for display. This should only be applied&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;to Base Series.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Sorting"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sortKey" lowerBound="1" eType="#//Query" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SortKey"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortLocale" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the locale on which the sorting will base, the value is the locale ID of &lt;code xmlns=&quot;http://www.birt.eclipse.org/ChartModelData&quot;>com.ibm.icu.util.ULocale&lt;/code>."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SortLocale"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortStrength" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the strength of sorting, this attribute just uses the field values defined in &lt;code xmlns=&quot;http://www.birt.eclipse.org/ChartModelData&quot;>com.ibm.icu.text.Collator&lt;/code>. The available values are ASCII=-1, PRIMARY=0, SECONDARY=1,TERTIARY=2,QUATERNARY=3,IDENTICAL=15."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SortStrength"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zOrder" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="0" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies Z order among multiple series renderers. Default value is 0. The series renderer with higher z order value will overlay the one with lower value."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ZOrder"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SeriesGrouping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type holds all grouping-related information for a series.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SeriesGrouping"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies whether grouping is enabled for the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;series.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Enabled"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupingUnit" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//GroupingUnitType" defaultValueLiteral="Days" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the unit of grouping.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GroupingUnit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="groupingOrigin" lowerBound="1" eType="#//DataElement" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;A data element that specifies the starting point&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for grouping. This does not apply to grouping of&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Text values. If undefined, grouping starts at&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the minimum value.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GroupingOrigin"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupingInterval" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the interval of grouping, by&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;default it's 1.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GroupingInterval"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupType" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//DataType" defaultValueLiteral="Text" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the type of data to be grouped.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GroupType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregateExpression" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="Sum" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the aggregate function to be applied&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;on orthogonal values for each grouped unit.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AggregateExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregateParameters" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AggregateParameters"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StockDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type holds the stock data associated with a series.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StockDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type holds the text data associated with a series.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TextDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This type defines a Trigger. A trigger defines interactivity for a chart component.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Trigger"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//TriggerCondition" defaultValueLiteral="Mouse_Hover" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the condition for the Trigger. This value determines when the Action is processed.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Condition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//Action" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the Action for the Trigger. This value describes the interactivity of the trigger.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Action"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerFlow" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//TriggerFlow" defaultValueLiteral="Capture" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the bubbling behavior of the Trigger."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TriggerFlow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/hhstechgroup/birt/chart/org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.data.ecore
ecore
data Action type URL_Redirect value BaseSampleData dataSetRepresentation BigNumberDataElement value BubbleDataSet Data java.lang.Object java.lang.Object DataElement DataSet values DateTimeDataElement value DateTimeDataSet DifferenceDataSet GanttDataSet MultipleActions actions propertiesMap NullDataSet NumberDataElement value NumberDataSet OrthogonalSampleData dataSetRepresentation seriesDefinitionIndex Query definition rules grouping Rule type Filter value SampleData baseSampleData orthogonalSampleData ancillarySampleData SeriesDefinition query seriesPalette seriesDefinitions formatSpecifier series grouping sorting Ascending sortKey sortLocale sortStrength zOrder 0 SeriesGrouping enabled groupingUnit Days groupingOrigin groupingInterval 1 groupType Text aggregateExpression Sum aggregateParameters StockDataSet TextDataSet Trigger condition Mouse_Hover action triggerFlow Capture
null
{"directed":true,"nodes":[{"nsPrefix":"data","nsURI":"http://www.birt.eclipse.org/ChartModelData","name":"data","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseSampleData","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BigNumberDataElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BubbleDataSet","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Data","instanceClass":"java.lang.Object","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeDataElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeDataSet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferenceDataSet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GanttDataSet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleActions","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullDataSet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberDataElement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberDataSet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrthogonalSampleData","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SampleData","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeriesDefinition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeriesGrouping","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StockDataSet","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextDataSet","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"URL_Redirect","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataSetRepresentation","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertiesMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataSetRepresentation","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"seriesDefinitionIndex","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":false,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"grouping","changeable":true,"resolveProxies":false,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Filter","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseSampleData","changeable":true,"resolveProxies":false,"lowerBound":1,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orthogonalSampleData","changeable":true,"resolveProxies":false,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ancillarySampleData","changeable":true,"resolveProxies":false,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":false,"lowerBound":1,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"seriesPalette","changeable":true,"resolveProxies":false,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"seriesDefinitions","changeable":true,"resolveProxies":false,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formatSpecifier","changeable":true,"resolveProxies":false,"lowerBound":1,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"series","changeable":true,"resolveProxies":false,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"grouping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Ascending","unsettable":true,"transient":false,"unique":true,"name":"sorting","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sortKey","changeable":true,"resolveProxies":false,"lowerBound":1,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sortLocale","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sortStrength","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":false,"unique":true,"name":"zOrder","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Days","unsettable":true,"transient":false,"unique":true,"name":"groupingUnit","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupingOrigin","changeable":true,"resolveProxies":false,"lowerBound":1,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"groupingInterval","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Text","unsettable":true,"transient":false,"unique":true,"name":"groupType","changeable":true,"lowerBound":1,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Sum","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Sum","unsettable":true,"transient":false,"unique":true,"name":"aggregateExpression","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"aggregateParameters","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Mouse_Hover","unsettable":true,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":1,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Capture","unsettable":true,"transient":false,"unique":true,"name":"triggerFlow","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":25},{"source":1,"target":26},{"source":25,"target":27},{"source":25,"target":1},{"source":26,"target":28},{"source":26,"target":1},{"source":2,"target":0},{"source":2,"target":29},{"source":29,"target":30},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":33},{"source":31,"target":3},{"source":32,"target":6},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":34},{"source":34,"target":7},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":35},{"source":35,"target":5},{"source":35,"target":36},{"source":35,"target":7},{"source":36,"target":5},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":37},{"source":8,"target":38},{"source":37,"target":39},{"source":37,"target":8},{"source":38,"target":6},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":40},{"source":40,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":41},{"source":41,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":42},{"source":42,"target":7},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":43},{"source":12,"target":44},{"source":12,"target":45},{"source":43,"target":1},{"source":43,"target":46},{"source":43,"target":12},{"source":46,"target":1},{"source":44,"target":47},{"source":44,"target":12},{"source":45,"target":1},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":48},{"source":48,"target":7},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":49},{"source":14,"target":50},{"source":49,"target":51},{"source":49,"target":14},{"source":50,"target":6},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":52},{"source":52,"target":7},{"source":16,"target":0},{"source":16,"target":53},{"source":16,"target":54},{"source":53,"target":55},{"source":53,"target":16},{"source":54,"target":56},{"source":54,"target":16},{"source":17,"target":0},{"source":17,"target":57},{"source":17,"target":58},{"source":17,"target":59},{"source":57,"target":60},{"source":57,"target":17},{"source":58,"target":18},{"source":58,"target":61},{"source":58,"target":17},{"source":61,"target":18},{"source":59,"target":21},{"source":59,"target":62},{"source":59,"target":17},{"source":62,"target":21},{"source":18,"target":0},{"source":18,"target":63},{"source":18,"target":64},{"source":63,"target":65},{"source":63,"target":18},{"source":64,"target":66},{"source":64,"target":18},{"source":19,"target":0},{"source":19,"target":67},{"source":19,"target":68},{"source":19,"target":69},{"source":67,"target":2},{"source":67,"target":70},{"source":67,"target":19},{"source":70,"target":2},{"source":68,"target":16},{"source":68,"target":71},{"source":68,"target":19},{"source":71,"target":16},{"source":69,"target":2},{"source":69,"target":72},{"source":69,"target":19},{"source":72,"target":2},{"source":20,"target":0},{"source":20,"target":73},{"source":20,"target":74},{"source":20,"target":75},{"source":20,"target":76},{"source":20,"target":77},{"source":20,"target":78},{"source":20,"target":79},{"source":20,"target":80},{"source":20,"target":81},{"source":20,"target":82},{"source":20,"target":83},{"source":73,"target":17},{"source":73,"target":84},{"source":73,"target":20},{"source":84,"target":17},{"source":74,"target":85},{"source":74,"target":20},{"source":75,"target":20},{"source":75,"target":86},{"source":75,"target":20},{"source":86,"target":20},{"source":76,"target":87},{"source":76,"target":20},{"source":77,"target":88},{"source":77,"target":20},{"source":78,"target":21},{"source":78,"target":89},{"source":78,"target":20},{"source":89,"target":21},{"source":79,"target":90},{"source":79,"target":20},{"source":80,"target":17},{"source":80,"target":91},{"source":80,"target":20},{"source":91,"target":17},{"source":81,"target":92},{"source":81,"target":20},{"source":82,"target":93},{"source":82,"target":20},{"source":83,"target":94},{"source":83,"target":20},{"source":21,"target":0},{"source":21,"target":95},{"source":21,"target":96},{"source":21,"target":97},{"source":21,"target":98},{"source":21,"target":99},{"source":21,"target":100},{"source":21,"target":101},{"source":95,"target":102},{"source":95,"target":21},{"source":96,"target":103},{"source":96,"target":21},{"source":97,"target":6},{"source":97,"target":104},{"source":97,"target":21},{"source":104,"target":6},{"source":98,"target":105},{"source":98,"target":21},{"source":99,"target":106},{"source":99,"target":21},{"source":100,"target":107},{"source":100,"target":21},{"source":101,"target":108},{"source":101,"target":21},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":109},{"source":109,"target":7},{"source":23,"target":0},{"source":23,"target":7},{"source":23,"target":110},{"source":110,"target":7},{"source":24,"target":0},{"source":24,"target":111},{"source":24,"target":112},{"source":24,"target":113},{"source":111,"target":114},{"source":111,"target":24},{"source":112,"target":1},{"source":112,"target":115},{"source":112,"target":24},{"source":115,"target":1},{"source":113,"target":116},{"source":113,"target":24}],"multigraph":true}
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="NUOPC" nsURI="http://www.earthsystemcog.org/projects/nuopc" nsPrefix="nuopc"> <eClassifiers xsi:type="ecore:EClass" name="Component" 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="IPDVersion" lowerBound="1" eType="#//IPDVersion" defaultValueLiteral="IPDv01"/> <eStructuralFeatures xsi:type="ecore:EReference" name="advance" lowerBound="1" upperBound="-1" eType="#//Advance" containment="true" eOpposite="#//Advance/component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseModel" abstract="true" eSuperTypes="#//Component"> <eStructuralFeatures xsi:type="ecore:EReference" name="grids" upperBound="-1" eType="#//Grid" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importFields" upperBound="-1" eType="#//Field" containment="true" eOpposite="#//Field/importedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exportFields" upperBound="-1" eType="#//Field" containment="true" eOpposite="#//Field/exportedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Driver" eSuperTypes="#//Component"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runSequence" upperBound="-1" eType="#//Advance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//BaseModel"/> <eClassifiers xsi:type="ecore:EClass" name="Mediator" eSuperTypes="#//BaseModel"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Component"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//BaseModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1" eType="#//BaseModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Application"> <eOperations name="getAllChildren" upperBound="-1" eType="#//Component"/> <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="children" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field"> <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="importedBy" eType="#//BaseModel" eOpposite="#//BaseModel/importFields"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exportedBy" eType="#//BaseModel" eOpposite="#//BaseModel/exportFields"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="import" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="export" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="standardName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="grid" lowerBound="1" eType="#//Grid"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Grid" 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="minIndex" unique="false" lowerBound="1" upperBound="3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxIndex" unique="false" lowerBound="1" upperBound="3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniformGrid" eSuperTypes="#//Grid"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCornerCoord" unique="false" lowerBound="1" upperBound="3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCornerCoord" unique="false" lowerBound="1" upperBound="3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="staggerLocToFillCoords" upperBound="-1" eType="#//ESMF_STAGGERLOC"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IPDVersion"> <eLiterals name="IPDv00"/> <eLiterals name="IPDv01" value="1"/> <eLiterals name="IPDv02" value="2"/> <eLiterals name="IPDv03" value="3"/> <eLiterals name="IPDv04" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ESMF_STAGGERLOC"> <eLiterals name="ESMF_STAGGERLOC_CENTER"/> <eLiterals name="ESMF_STAGGERLOC_CORNER" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Specialization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="phaseLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Advance" eSuperTypes="#//Specialization"> <eStructuralFeatures xsi:type="ecore:EReference" name="component" lowerBound="1" eType="#//Component" eOpposite="#//Component/advance"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/cupid-ide/cupid/org.earthsystemmodeling.cupid.nuopcmodel/model/NUOPC.ecore
ecore
NUOPC Component name IPDVersion IPDv01 advance BaseModel grids importFields exportFields Driver children runSequence Model Mediator Connector source destination Application getAllChildren name children Field name importedBy exportedBy import export standardName grid Grid name minIndex maxIndex UniformGrid minCornerCoord maxCornerCoord staggerLocToFillCoords IPDVersion IPDv00 IPDv00 IPDv01 IPDv01 IPDv02 IPDv02 IPDv03 IPDv03 IPDv04 IPDv04 ESMF_STAGGERLOC ESMF_STAGGERLOC_CENTER ESMF_STAGGERLOC_CENTER ESMF_STAGGERLOC_CORNER ESMF_STAGGERLOC_CORNER Specialization phaseLabel Advance component
null
{"directed":true,"nodes":[{"nsPrefix":"nuopc","nsURI":"http://www.earthsystemcog.org/projects/nuopc","name":"NUOPC","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseModel","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Driver","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mediator","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grid","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniformGrid","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IPDVersion","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ESMF_STAGGERLOC","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specialization","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Advance","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},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"IPDv01","unsettable":false,"transient":false,"unique":true,"name":"IPDVersion","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"advance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"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":"component","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":true,"unsettable":false,"transient":false,"unique":true,"name":"grids","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":"importFields","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":"exportFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exportedBy","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":"children","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":"runSequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllChildren","lowerBound":0,"id":43,"many":true,"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":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"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},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"import","changeable":false,"lowerBound":1,"iD":false,"id":50,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"export","changeable":false,"lowerBound":1,"iD":false,"id":51,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"standardName","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"grid","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minIndex","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxIndex","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minCornerCoord","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxCornerCoord","changeable":true,"lowerBound":1,"iD":false,"id":68,"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":"staggerLocToFillCoords","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"IPDv00","id":74,"value":0,"literal":"IPDv00","eClass":"EEnumLiteral"},{"name":"IPDv01","id":75,"value":1,"literal":"IPDv01","eClass":"EEnumLiteral"},{"name":"IPDv02","id":76,"value":2,"literal":"IPDv02","eClass":"EEnumLiteral"},{"name":"IPDv03","id":77,"value":3,"literal":"IPDv03","eClass":"EEnumLiteral"},{"name":"IPDv04","id":78,"value":4,"literal":"IPDv04","eClass":"EEnumLiteral"},{"name":"ESMF_STAGGERLOC_CENTER","id":79,"value":0,"literal":"ESMF_STAGGERLOC_CENTER","eClass":"EEnumLiteral"},{"name":"ESMF_STAGGERLOC_CORNER","id":80,"value":1,"literal":"ESMF_STAGGERLOC_CORNER","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":"phaseLabel","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":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":11},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":11},{"source":17,"target":14},{"source":17,"target":20},{"source":17,"target":1},{"source":17,"target":21},{"source":20,"target":14},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":22,"target":9},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":9},{"source":23,"target":8},{"source":23,"target":27},{"source":23,"target":2},{"source":23,"target":28},{"source":27,"target":8},{"source":24,"target":8},{"source":24,"target":29},{"source":24,"target":2},{"source":24,"target":30},{"source":29,"target":8},{"source":25,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":31,"target":1},{"source":31,"target":34},{"source":31,"target":3},{"source":34,"target":1},{"source":32,"target":14},{"source":32,"target":35},{"source":32,"target":3},{"source":35,"target":14},{"source":33,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":36},{"source":36,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":37},{"source":37,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":38,"target":2},{"source":38,"target":41},{"source":38,"target":6},{"source":41,"target":2},{"source":39,"target":2},{"source":39,"target":42},{"source":39,"target":6},{"source":42,"target":2},{"source":40,"target":1},{"source":7,"target":0},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":43,"target":1},{"source":43,"target":46},{"source":43,"target":7},{"source":46,"target":1},{"source":44,"target":47},{"source":44,"target":7},{"source":45,"target":1},{"source":45,"target":48},{"source":45,"target":7},{"source":48,"target":1},{"source":8,"target":0},{"source":8,"target":49},{"source":8,"target":28},{"source":8,"target":30},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":49,"target":54},{"source":49,"target":8},{"source":28,"target":2},{"source":28,"target":55},{"source":28,"target":8},{"source":28,"target":23},{"source":55,"target":2},{"source":30,"target":2},{"source":30,"target":56},{"source":30,"target":8},{"source":30,"target":24},{"source":56,"target":2},{"source":50,"target":57},{"source":50,"target":8},{"source":51,"target":58},{"source":51,"target":8},{"source":52,"target":59},{"source":52,"target":8},{"source":53,"target":9},{"source":53,"target":60},{"source":53,"target":8},{"source":60,"target":9},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":61,"target":64},{"source":61,"target":9},{"source":62,"target":65},{"source":62,"target":9},{"source":63,"target":66},{"source":63,"target":9},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":67,"target":71},{"source":67,"target":10},{"source":68,"target":72},{"source":68,"target":10},{"source":69,"target":12},{"source":69,"target":73},{"source":69,"target":10},{"source":73,"target":12},{"source":70,"target":9},{"source":11,"target":0},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":74,"target":11},{"source":75,"target":11},{"source":76,"target":11},{"source":77,"target":11},{"source":78,"target":11},{"source":12,"target":0},{"source":12,"target":79},{"source":12,"target":80},{"source":79,"target":12},{"source":80,"target":12},{"source":13,"target":0},{"source":13,"target":81},{"source":81,"target":82},{"source":81,"target":13},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":21},{"source":14,"target":83},{"source":21,"target":1},{"source":21,"target":84},{"source":21,"target":14},{"source":21,"target":17},{"source":84,"target":1},{"source":83,"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="diagramaClasesCompleto" nsURI="http://www.example.org/diagramaClasesCompleto" nsPrefix="diagramaClasesCompleto"> <eClassifiers xsi:type="ecore:EClass" name="DiagramaClases"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages_contenidos" upperBound="-1" eType="#//Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artefacto_contenido" lowerBound="1" eType="#//Artefacto" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuraciondb" eType="#//ConfiguracionDB" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuraciondocker" eType="#//ConfiguracionDocker" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuracionlenguaje" eType="#//ConfiguracionLenguaje" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuracionmicroservicios" upperBound="-1" eType="#//ConfiguracionMicroservicios" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clasificador" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="atributos_contenidos" upperBound="-1" eType="#//Atributo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operaciones_contenidas" upperBound="-1" eType="#//Operacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="herencias_contenidas" upperBound="-1" eType="#//Herencia" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clase" eSuperTypes="#//Clasificador"> <eStructuralFeatures xsi:type="ecore:EReference" name="relaciones_contenidas" upperBound="-1" eType="#//Relacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAbstracta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizaciones_contenidas" upperBound="-1" eType="#//Realizacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAsociativa" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAuditable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tieneABM" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Clasificador"/> <eClassifiers xsi:type="ecore:EClass" name="Relacion"> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" eType="#//Clasificador"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoRelacion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicidad" eType="#//Multiplicidad"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" eType="#//Clase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clases_asociativas_contenidas" upperBound="-1" eType="#//Clase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibilidad" eType="#//ModicadoresAcceso" defaultValueLiteral="private"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoABM" eType="#//TipoABM" defaultValueLiteral="sinRepresentacion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subordinada" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operacion" eSuperTypes="#//Retornable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoRetorno" eType="#//TipoRetorno"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAbstracta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametros_contenidos" upperBound="-1" eType="#//Retornable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="endpoint" lowerBound="1" eType="#//EndPoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametros_internos" upperBound="-1" eType="#//ParametroInterno" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atributo" eSuperTypes="#//Retornable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoDato" defaultValueLiteral="int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esAuditable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pseudonimo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="representacionGrafica" eType="#//RepresentacionGrafica"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoRelacion"> <eLiterals name="unidireccional"/> <eLiterals name="bidireccional" value="1"/> <eLiterals name="composicion" value="2"/> <eLiterals name="agregacion" value="3"/> <eLiterals name="dependenciaUso" value="4"/> <eLiterals name="dependenciaCreacion" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoDato"> <eLiterals name="int"/> <eLiterals name="float" value="1"/> <eLiterals name="double" value="2"/> <eLiterals name="char" value="4"/> <eLiterals name="byte" value="5"/> <eLiterals name="boolean" value="7"/> <eLiterals name="String" value="6"/> <eLiterals name="Date" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoRetorno"> <eLiterals name="void"/> <eLiterals name="float" value="1"/> <eLiterals name="int" value="2"/> <eLiterals name="double" value="3"/> <eLiterals name="char" value="4"/> <eLiterals name="byte" value="5"/> <eLiterals name="boolean" value="6"/> <eLiterals name="String" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModicadoresAcceso"> <eLiterals name="package"/> <eLiterals name="private" value="1"/> <eLiterals name="public" value="2"/> <eLiterals name="protected" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Multiplicidad"> <eLiterals name="oneToOne"/> <eLiterals name="oneToMany" value="2"/> <eLiterals name="manyToOne" value="3"/> <eLiterals name="manyToMany" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="clasificadores_contenidos" upperBound="-1" eType="#//Clasificador" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Herencia"> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" eType="#//Clasificador"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" eType="#//Clasificador"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realizacion"> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" eType="#//Clase"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artefacto"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Demo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grupoId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="com.example"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="artefactotId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="demo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Demo project"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="0.0.1-SNAPSHOT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Retornable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibilidad" eType="#//ModicadoresAcceso"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndPoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoVerdo" eType="#//VerbosHTTP"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoTransferenciaEntrada" eType="#//TipoTransferencia"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoTransferenciaSalida" eType="#//TipoTransferencia"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombrePublicado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VerbosHTTP"> <eLiterals name="GET"/> <eLiterals name="POST" value="1"/> <eLiterals name="PUT" value="2"/> <eLiterals name="DELETE" value="3"/> <eLiterals name="PATCH" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoTransferencia"> <eLiterals name="String"/> <eLiterals name="Xml" value="1"/> <eLiterals name="Json" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoReinicio"> <eLiterals name="siempre"/> <eLiterals name="nunca" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProveedorDb"> <eLiterals name="mySql"/> <eLiterals name="Mongo" value="1"/> <eLiterals name="Oracle" value="2"/> <eLiterals name="DB2" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionDB"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbNombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbUsuario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbPuerto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbContrasena" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serverPuerto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoProveedor" eType="#//ProveedorDb"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionDocker"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombreContenedor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="puertoInterior" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoReinicio" eType="#//TipoReinicio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombreImagen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionLenguaje"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lenguaje" eType="#//Lenguaje"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Lenguaje"> <eLiterals name="java"/> <eLiterals name="python" value="1"/> <eLiterals name="NET" value="2"/> <eLiterals name="node" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParametroInterno"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//TipoRetorno"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfiguracionMicroservicios"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ipDiscovery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="http://localhost"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="puertoDiscovery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="8761"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RepresentacionGrafica"> <eLiterals name="text"/> <eLiterals name="combo" value="1"/> <eLiterals name="radio" value="2"/> <eLiterals name="checkbox" value="3"/> <eLiterals name="date" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoABM"> <eLiterals name="simple"/> <eLiterals name="seleccionable" value="1"/> <eLiterals name="maestroDetalle" value="3"/> <eLiterals name="maestroComboDetalle" value="3"/> <eLiterals name="maestroDetalleCombo" value="4"/> <eLiterals name="maestroComboDetalleCombo" value="5"/> <eLiterals name="sinRepresentacion" value="6"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/rodrigogcespedes/DSDM/DiagramaClasesCompleto/model/diagramaClasesCompleto.ecore
ecore
diagramaClasesCompleto DiagramaClases packages_contenidos artefacto_contenido configuraciondb configuraciondocker configuracionlenguaje configuracionmicroservicios Clasificador nombre atributos_contenidos operaciones_contenidas herencias_contenidas Clase relaciones_contenidas esAbstracta realizaciones_contenidas esAsociativa esAuditable tieneABM Interface Relacion destino nombre tipo multiplicidad origen clases_asociativas_contenidas esFinal esStatic visibilidad private tipoABM sinRepresentacion subordinada true Operacion tipoRetorno esAbstracta false parametros_contenidos endpoint parametros_internos Atributo tipo int esAuditable pseudonimo representacionGrafica TipoRelacion unidireccional unidireccional bidireccional bidireccional composicion composicion agregacion agregacion dependenciaUso dependenciaUso dependenciaCreacion dependenciaCreacion TipoDato int int float float double double char char byte byte boolean boolean String String Date Date TipoRetorno void void float float int int double double char char byte byte boolean boolean String String ModicadoresAcceso package package private private public public protected protected Multiplicidad oneToOne oneToOne oneToMany oneToMany manyToOne manyToOne manyToMany manyToMany Package clasificadores_contenidos nombre Herencia origen destino Realizacion destino origen Artefacto nombre Demo grupoId com.example artefactotId demo descripcion Demo project version 0.0.1-SNAPSHOT Retornable nombre visibilidad esFinal false esStatic EndPoint tipoVerdo tipoTransferenciaEntrada tipoTransferenciaSalida nombrePublicado VerbosHTTP GET GET POST POST PUT PUT DELETE DELETE PATCH PATCH TipoTransferencia String String Xml Xml Json Json TipoReinicio siempre siempre nunca nunca ProveedorDb mySql mySql Mongo Mongo Oracle Oracle DB2 DB2 ConfiguracionDB dbNombre dbUsuario dbPuerto ip dbContrasena serverPuerto tipoProveedor ConfiguracionDocker nombreContenedor puertoInterior tipoReinicio nombreImagen ConfiguracionLenguaje version lenguaje Lenguaje java java python python NET NET node node ParametroInterno tipo ConfiguracionMicroservicios ipDiscovery http://localhost puertoDiscovery 8761 RepresentacionGrafica text text combo combo radio radio checkbox checkbox date date TipoABM simple simple seleccionable seleccionable maestroDetalle maestroDetalle maestroComboDetalle maestroComboDetalle maestroDetalleCombo maestroDetalleCombo maestroComboDetalleCombo maestroComboDetalleCombo sinRepresentacion sinRepresentacion
null
{"directed":true,"nodes":[{"nsPrefix":"diagramaClasesCompleto","nsURI":"http://www.example.org/diagramaClasesCompleto","name":"diagramaClasesCompleto","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramaClases","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clasificador","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clase","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":"Relacion","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operacion","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atributo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoRelacion","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoDato","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoRetorno","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModicadoresAcceso","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Multiplicidad","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Herencia","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realizacion","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artefacto","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Retornable","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndPoint","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VerbosHTTP","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoTransferencia","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoReinicio","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProveedorDb","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionDB","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionDocker","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionLenguaje","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Lenguaje","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametroInterno","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguracionMicroservicios","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RepresentacionGrafica","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoABM","instanceClass":null,"id":30,"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_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefacto_contenido","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuraciondb","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":"configuraciondocker","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":"configuracionlenguaje","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuracionmicroservicios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":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":"atributos_contenidos","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":"operaciones_contenidas","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":"herencias_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relaciones_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAbstracta","changeable":true,"lowerBound":0,"iD":false,"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":"realizaciones_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAsociativa","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esAuditable","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tieneABM","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicidad","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":"origen","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":"clases_asociativas_contenidas","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"esFinal","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":"esStatic","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"private","unsettable":false,"transient":false,"unique":true,"name":"visibilidad","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"sinRepresentacion","unsettable":false,"transient":false,"unique":true,"name":"tipoABM","changeable":true,"lowerBound":0,"iD":false,"id":74,"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":"subordinada","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoRetorno","changeable":true,"lowerBound":0,"iD":false,"id":87,"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":"esAbstracta","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parametros_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parametros_internos","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"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"int","unsettable":false,"transient":false,"unique":true,"name":"tipo","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":null,"unsettable":false,"transient":false,"unique":true,"name":"esAuditable","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":"pseudonimo","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"representacionGrafica","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"name":"unidireccional","id":107,"value":0,"literal":"unidireccional","eClass":"EEnumLiteral"},{"name":"bidireccional","id":108,"value":1,"literal":"bidireccional","eClass":"EEnumLiteral"},{"name":"composicion","id":109,"value":2,"literal":"composicion","eClass":"EEnumLiteral"},{"name":"agregacion","id":110,"value":3,"literal":"agregacion","eClass":"EEnumLiteral"},{"name":"dependenciaUso","id":111,"value":4,"literal":"dependenciaUso","eClass":"EEnumLiteral"},{"name":"dependenciaCreacion","id":112,"value":5,"literal":"dependenciaCreacion","eClass":"EEnumLiteral"},{"name":"int","id":113,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"float","id":114,"value":1,"literal":"float","eClass":"EEnumLiteral"},{"name":"double","id":115,"value":2,"literal":"double","eClass":"EEnumLiteral"},{"name":"char","id":116,"value":4,"literal":"char","eClass":"EEnumLiteral"},{"name":"byte","id":117,"value":5,"literal":"byte","eClass":"EEnumLiteral"},{"name":"boolean","id":118,"value":7,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"String","id":119,"value":6,"literal":"String","eClass":"EEnumLiteral"},{"name":"Date","id":120,"value":7,"literal":"Date","eClass":"EEnumLiteral"},{"name":"void","id":121,"value":0,"literal":"void","eClass":"EEnumLiteral"},{"name":"float","id":122,"value":1,"literal":"float","eClass":"EEnumLiteral"},{"name":"int","id":123,"value":2,"literal":"int","eClass":"EEnumLiteral"},{"name":"double","id":124,"value":3,"literal":"double","eClass":"EEnumLiteral"},{"name":"char","id":125,"value":4,"literal":"char","eClass":"EEnumLiteral"},{"name":"byte","id":126,"value":5,"literal":"byte","eClass":"EEnumLiteral"},{"name":"boolean","id":127,"value":6,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"String","id":128,"value":7,"literal":"String","eClass":"EEnumLiteral"},{"name":"package","id":129,"value":0,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":130,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"public","id":131,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":132,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"oneToOne","id":133,"value":0,"literal":"oneToOne","eClass":"EEnumLiteral"},{"name":"oneToMany","id":134,"value":2,"literal":"oneToMany","eClass":"EEnumLiteral"},{"name":"manyToOne","id":135,"value":3,"literal":"manyToOne","eClass":"EEnumLiteral"},{"name":"manyToMany","id":136,"value":5,"literal":"manyToMany","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":"clasificadores_contenidos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origen","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":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Demo","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Demo","unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"com.example","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"com.example","unsettable":false,"transient":false,"unique":true,"name":"grupoId","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"demo","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"demo","unsettable":false,"transient":false,"unique":true,"name":"artefactotId","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Demo project","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Demo project","unsettable":false,"transient":false,"unique":true,"name":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0.0.1-SNAPSHOT","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0.1-SNAPSHOT","unsettable":false,"transient":false,"unique":true,"name":"version","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibilidad","changeable":true,"lowerBound":0,"iD":false,"id":160,"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":"esFinal","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"esStatic","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoVerdo","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoTransferenciaEntrada","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoTransferenciaSalida","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":"nombrePublicado","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"name":"GET","id":175,"value":0,"literal":"GET","eClass":"EEnumLiteral"},{"name":"POST","id":176,"value":1,"literal":"POST","eClass":"EEnumLiteral"},{"name":"PUT","id":177,"value":2,"literal":"PUT","eClass":"EEnumLiteral"},{"name":"DELETE","id":178,"value":3,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"PATCH","id":179,"value":4,"literal":"PATCH","eClass":"EEnumLiteral"},{"name":"String","id":180,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Xml","id":181,"value":1,"literal":"Xml","eClass":"EEnumLiteral"},{"name":"Json","id":182,"value":2,"literal":"Json","eClass":"EEnumLiteral"},{"name":"siempre","id":183,"value":0,"literal":"siempre","eClass":"EEnumLiteral"},{"name":"nunca","id":184,"value":1,"literal":"nunca","eClass":"EEnumLiteral"},{"name":"mySql","id":185,"value":0,"literal":"mySql","eClass":"EEnumLiteral"},{"name":"Mongo","id":186,"value":1,"literal":"Mongo","eClass":"EEnumLiteral"},{"name":"Oracle","id":187,"value":2,"literal":"Oracle","eClass":"EEnumLiteral"},{"name":"DB2","id":188,"value":3,"literal":"DB2","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":"dbNombre","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"dbUsuario","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":"dbPuerto","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":"ip","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbContrasena","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":"serverPuerto","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoProveedor","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombreContenedor","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"puertoInterior","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoReinicio","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombreImagen","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"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":211,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lenguaje","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"name":"java","id":215,"value":0,"literal":"java","eClass":"EEnumLiteral"},{"name":"python","id":216,"value":1,"literal":"python","eClass":"EEnumLiteral"},{"name":"NET","id":217,"value":2,"literal":"NET","eClass":"EEnumLiteral"},{"name":"node","id":218,"value":3,"literal":"node","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"http://localhost","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://localhost","unsettable":false,"transient":false,"unique":true,"name":"ipDiscovery","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":8761,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8761","unsettable":false,"transient":false,"unique":true,"name":"puertoDiscovery","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"name":"text","id":225,"value":0,"literal":"text","eClass":"EEnumLiteral"},{"name":"combo","id":226,"value":1,"literal":"combo","eClass":"EEnumLiteral"},{"name":"radio","id":227,"value":2,"literal":"radio","eClass":"EEnumLiteral"},{"name":"checkbox","id":228,"value":3,"literal":"checkbox","eClass":"EEnumLiteral"},{"name":"date","id":229,"value":4,"literal":"date","eClass":"EEnumLiteral"},{"name":"simple","id":230,"value":0,"literal":"simple","eClass":"EEnumLiteral"},{"name":"seleccionable","id":231,"value":1,"literal":"seleccionable","eClass":"EEnumLiteral"},{"name":"maestroDetalle","id":232,"value":3,"literal":"maestroDetalle","eClass":"EEnumLiteral"},{"name":"maestroComboDetalle","id":233,"value":3,"literal":"maestroComboDetalle","eClass":"EEnumLiteral"},{"name":"maestroDetalleCombo","id":234,"value":4,"literal":"maestroDetalleCombo","eClass":"EEnumLiteral"},{"name":"maestroComboDetalleCombo","id":235,"value":5,"literal":"maestroComboDetalleCombo","eClass":"EEnumLiteral"},{"name":"sinRepresentacion","id":236,"value":6,"literal":"sinRepresentacion","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":1,"target":35},{"source":1,"target":36},{"source":31,"target":13},{"source":31,"target":37},{"source":31,"target":1},{"source":37,"target":13},{"source":32,"target":16},{"source":32,"target":38},{"source":32,"target":1},{"source":38,"target":16},{"source":33,"target":23},{"source":33,"target":39},{"source":33,"target":1},{"source":39,"target":23},{"source":34,"target":24},{"source":34,"target":40},{"source":34,"target":1},{"source":40,"target":24},{"source":35,"target":25},{"source":35,"target":41},{"source":35,"target":1},{"source":41,"target":25},{"source":36,"target":28},{"source":36,"target":42},{"source":36,"target":1},{"source":42,"target":28},{"source":2,"target":0},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":43,"target":47},{"source":43,"target":2},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":2},{"source":48,"target":7},{"source":45,"target":6},{"source":45,"target":49},{"source":45,"target":2},{"source":49,"target":6},{"source":46,"target":14},{"source":46,"target":50},{"source":46,"target":2},{"source":50,"target":14},{"source":3,"target":0},{"source":3,"target":2},{"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":51,"target":5},{"source":51,"target":58},{"source":51,"target":3},{"source":58,"target":5},{"source":52,"target":59},{"source":52,"target":3},{"source":53,"target":15},{"source":53,"target":60},{"source":53,"target":3},{"source":60,"target":15},{"source":54,"target":61},{"source":54,"target":3},{"source":55,"target":62},{"source":55,"target":3},{"source":56,"target":63},{"source":56,"target":3},{"source":57,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":64},{"source":64,"target":2},{"source":5,"target":0},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":65,"target":2},{"source":65,"target":76},{"source":65,"target":5},{"source":76,"target":2},{"source":66,"target":77},{"source":66,"target":5},{"source":67,"target":8},{"source":67,"target":78},{"source":67,"target":5},{"source":78,"target":8},{"source":68,"target":12},{"source":68,"target":79},{"source":68,"target":5},{"source":79,"target":12},{"source":69,"target":3},{"source":69,"target":80},{"source":69,"target":5},{"source":80,"target":3},{"source":70,"target":3},{"source":70,"target":81},{"source":70,"target":5},{"source":81,"target":3},{"source":71,"target":82},{"source":71,"target":5},{"source":72,"target":83},{"source":72,"target":5},{"source":73,"target":11},{"source":73,"target":84},{"source":73,"target":5},{"source":84,"target":11},{"source":74,"target":30},{"source":74,"target":85},{"source":74,"target":5},{"source":85,"target":30},{"source":75,"target":86},{"source":75,"target":5},{"source":6,"target":0},{"source":6,"target":17},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":92},{"source":87,"target":10},{"source":87,"target":93},{"source":87,"target":6},{"source":93,"target":10},{"source":88,"target":94},{"source":88,"target":6},{"source":89,"target":17},{"source":89,"target":95},{"source":89,"target":6},{"source":95,"target":17},{"source":90,"target":18},{"source":90,"target":96},{"source":90,"target":6},{"source":96,"target":18},{"source":91,"target":27},{"source":91,"target":97},{"source":91,"target":6},{"source":97,"target":27},{"source":92,"target":17},{"source":7,"target":0},{"source":7,"target":17},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":98,"target":9},{"source":98,"target":103},{"source":98,"target":7},{"source":103,"target":9},{"source":99,"target":104},{"source":99,"target":7},{"source":100,"target":105},{"source":100,"target":7},{"source":101,"target":29},{"source":101,"target":106},{"source":101,"target":7},{"source":106,"target":29},{"source":102,"target":17},{"source":8,"target":0},{"source":8,"target":107},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":8,"target":111},{"source":8,"target":112},{"source":107,"target":8},{"source":108,"target":8},{"source":109,"target":8},{"source":110,"target":8},{"source":111,"target":8},{"source":112,"target":8},{"source":9,"target":0},{"source":9,"target":113},{"source":9,"target":114},{"source":9,"target":115},{"source":9,"target":116},{"source":9,"target":117},{"source":9,"target":118},{"source":9,"target":119},{"source":9,"target":120},{"source":113,"target":9},{"source":114,"target":9},{"source":115,"target":9},{"source":116,"target":9},{"source":117,"target":9},{"source":118,"target":9},{"source":119,"target":9},{"source":120,"target":9},{"source":10,"target":0},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":10,"target":128},{"source":121,"target":10},{"source":122,"target":10},{"source":123,"target":10},{"source":124,"target":10},{"source":125,"target":10},{"source":126,"target":10},{"source":127,"target":10},{"source":128,"target":10},{"source":11,"target":0},{"source":11,"target":129},{"source":11,"target":130},{"source":11,"target":131},{"source":11,"target":132},{"source":129,"target":11},{"source":130,"target":11},{"source":131,"target":11},{"source":132,"target":11},{"source":12,"target":0},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":133,"target":12},{"source":134,"target":12},{"source":135,"target":12},{"source":136,"target":12},{"source":13,"target":0},{"source":13,"target":137},{"source":13,"target":138},{"source":137,"target":2},{"source":137,"target":139},{"source":137,"target":13},{"source":139,"target":2},{"source":138,"target":140},{"source":138,"target":13},{"source":14,"target":0},{"source":14,"target":141},{"source":14,"target":142},{"source":141,"target":2},{"source":141,"target":143},{"source":141,"target":14},{"source":143,"target":2},{"source":142,"target":2},{"source":142,"target":144},{"source":142,"target":14},{"source":144,"target":2},{"source":15,"target":0},{"source":15,"target":145},{"source":15,"target":146},{"source":145,"target":4},{"source":145,"target":147},{"source":145,"target":15},{"source":147,"target":4},{"source":146,"target":3},{"source":146,"target":148},{"source":146,"target":15},{"source":148,"target":3},{"source":16,"target":0},{"source":16,"target":149},{"source":16,"target":150},{"source":16,"target":151},{"source":16,"target":152},{"source":16,"target":153},{"source":149,"target":154},{"source":149,"target":16},{"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":159,"target":163},{"source":159,"target":17},{"source":160,"target":11},{"source":160,"target":164},{"source":160,"target":17},{"source":164,"target":11},{"source":161,"target":165},{"source":161,"target":17},{"source":162,"target":166},{"source":162,"target":17},{"source":18,"target":0},{"source":18,"target":167},{"source":18,"target":168},{"source":18,"target":169},{"source":18,"target":170},{"source":167,"target":19},{"source":167,"target":171},{"source":167,"target":18},{"source":171,"target":19},{"source":168,"target":20},{"source":168,"target":172},{"source":168,"target":18},{"source":172,"target":20},{"source":169,"target":20},{"source":169,"target":173},{"source":169,"target":18},{"source":173,"target":20},{"source":170,"target":174},{"source":170,"target":18},{"source":19,"target":0},{"source":19,"target":175},{"source":19,"target":176},{"source":19,"target":177},{"source":19,"target":178},{"source":19,"target":179},{"source":175,"target":19},{"source":176,"target":19},{"source":177,"target":19},{"source":178,"target":19},{"source":179,"target":19},{"source":20,"target":0},{"source":20,"target":180},{"source":20,"target":181},{"source":20,"target":182},{"source":180,"target":20},{"source":181,"target":20},{"source":182,"target":20},{"source":21,"target":0},{"source":21,"target":183},{"source":21,"target":184},{"source":183,"target":21},{"source":184,"target":21},{"source":22,"target":0},{"source":22,"target":185},{"source":22,"target":186},{"source":22,"target":187},{"source":22,"target":188},{"source":185,"target":22},{"source":186,"target":22},{"source":187,"target":22},{"source":188,"target":22},{"source":23,"target":0},{"source":23,"target":189},{"source":23,"target":190},{"source":23,"target":191},{"source":23,"target":192},{"source":23,"target":193},{"source":23,"target":194},{"source":23,"target":195},{"source":189,"target":196},{"source":189,"target":23},{"source":190,"target":197},{"source":190,"target":23},{"source":191,"target":198},{"source":191,"target":23},{"source":192,"target":199},{"source":192,"target":23},{"source":193,"target":200},{"source":193,"target":23},{"source":194,"target":201},{"source":194,"target":23},{"source":195,"target":22},{"source":195,"target":202},{"source":195,"target":23},{"source":202,"target":22},{"source":24,"target":0},{"source":24,"target":203},{"source":24,"target":204},{"source":24,"target":205},{"source":24,"target":206},{"source":203,"target":207},{"source":203,"target":24},{"source":204,"target":208},{"source":204,"target":24},{"source":205,"target":21},{"source":205,"target":209},{"source":205,"target":24},{"source":209,"target":21},{"source":206,"target":210},{"source":206,"target":24},{"source":25,"target":0},{"source":25,"target":211},{"source":25,"target":212},{"source":211,"target":213},{"source":211,"target":25},{"source":212,"target":26},{"source":212,"target":214},{"source":212,"target":25},{"source":214,"target":26},{"source":26,"target":0},{"source":26,"target":215},{"source":26,"target":216},{"source":26,"target":217},{"source":26,"target":218},{"source":215,"target":26},{"source":216,"target":26},{"source":217,"target":26},{"source":218,"target":26},{"source":27,"target":0},{"source":27,"target":219},{"source":219,"target":10},{"source":219,"target":220},{"source":219,"target":27},{"source":220,"target":10},{"source":28,"target":0},{"source":28,"target":221},{"source":28,"target":222},{"source":221,"target":223},{"source":221,"target":28},{"source":222,"target":224},{"source":222,"target":28},{"source":29,"target":0},{"source":29,"target":225},{"source":29,"target":226},{"source":29,"target":227},{"source":29,"target":228},{"source":29,"target":229},{"source":225,"target":29},{"source":226,"target":29},{"source":227,"target":29},{"source":228,"target":29},{"source":229,"target":29},{"source":30,"target":0},{"source":30,"target":230},{"source":30,"target":231},{"source":30,"target":232},{"source":30,"target":233},{"source":30,"target":234},{"source":30,"target":235},{"source":30,"target":236},{"source":230,"target":30},{"source":231,"target":30},{"source":232,"target":30},{"source":233,"target":30},{"source":234,"target":30},{"source":235,"target":30},{"source":236,"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="model" nsURI="http:///org/eclipse/jst/ws/internal/cxf/core/model.ecore" nsPrefix="org.eclipse.jst.ws.internal.cxf.core.model"> <eClassifiers xsi:type="ecore:EClass" name="CXFContext" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRuntimeLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRuntimeType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRuntimeVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verbose" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateAntBuildFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateClient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateServer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="databinding" eType="#//DataBinding" defaultValueLiteral="jaxb"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frontend" eType="#//Frontend" defaultValueLiteral="jaxws"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useSpringApplicationContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exportCXFClasspathContainer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installations" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="#//CXFInstall"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CXFDataModel" abstract="true" eSuperTypes="#//CXFContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlURL" eType="#//URL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configWsdlLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedJavaClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedJavaInterfaceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endpointName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlDefinition" eType="#//Definition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Java2WSContext" abstract="true" interface="true" eSuperTypes="#//CXFContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="soap12Binding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateXSDImports" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWSDL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWrapperFaultBeans" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationProcessingEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWebMethodAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWebParamAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateRequestWrapperAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateResponseWrapperAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWebResultAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Java2WSDataModel" eSuperTypes="#//CXFDataModel #//Java2WSContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classpath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaStartingPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useServiceEndpointInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extractInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceEndpointInterfaceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="methodMap"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="#//IMethod"/> <eTypeArguments eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eTypeArguments> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationMap"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="portName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WSDL2JavaContext" abstract="true" interface="true" eSuperTypes="#//CXFContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateImplementation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processSOAPHeaders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loadDefaultNamespacePackageNameMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loadDefaultExcludesNamepsaceMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1.1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useDefaultValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcArgs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noAddressBinding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcUseDefaultValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcToString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcToStringMultiLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcToStringSimple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcLocator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcSyncMethods" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcMarkGenerated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcEpisodeFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoNameResolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WSDL2JavaDataModel" eSuperTypes="#//CXFDataModel #//WSDL2JavaContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includedNamespaces"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bindingFiles" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excludedNamespaces"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="catalogFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaSourceFolder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Frontend"> <eLiterals name="JAXWS" literal="jaxws"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataBinding"> <eLiterals name="JAXB" literal="jaxb"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URL" instanceClassName="java.net.URL"/> <eClassifiers xsi:type="ecore:EDataType" name="Definition" instanceClassName="javax.wsdl.Definition"/> <eClassifiers xsi:type="ecore:EDataType" name="Map" instanceClassName="java.util.Map"> <eTypeParameters name="T"/> <eTypeParameters name="T1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IMethod" instanceClassName="org.eclipse.jdt.core.IMethod"/> <eClassifiers xsi:type="ecore:EClass" name="CXFInstall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/webtools.webservices/jaxws/bundles/org.eclipse.jst.ws.cxf.core/model/CXF.ecore
ecore
model CXFContext defaultRuntimeLocation defaultRuntimeType defaultRuntimeVersion verbose true generateAntBuildFile false generateClient false generateServer false databinding jaxb frontend jaxws useSpringApplicationContext true exportCXFClasspathContainer true installations CXFDataModel projectName resourceDirectory classDirectory wsdlFileName wsdlURL configWsdlLocation fullyQualifiedJavaClassName fullyQualifiedJavaInterfaceName configId targetNamespace endpointName serviceName wsdlDefinition wsdlLocation Java2WSContext soap12Binding false generateXSDImports true generateWSDL true generateWrapperFaultBeans true annotationProcessingEnabled false generateWebMethodAnnotation false generateWebParamAnnotation false generateRequestWrapperAnnotation false generateResponseWrapperAnnotation false generateWebResultAnnotation false Java2WSDataModel classpath javaStartingPoint useServiceEndpointInterface extractInterface serviceEndpointInterfaceName methodMap annotationMap sourceDirectory portName WSDL2JavaContext generateImplementation true processSOAPHeaders false loadDefaultNamespacePackageNameMapping true loadDefaultExcludesNamepsaceMapping true validate true wsdlVersion 1.1 useDefaultValues true xjcArgs noAddressBinding false xjcUseDefaultValues false xjcToString false xjcToStringMultiLine false xjcToStringSimple false xjcLocator false xjcSyncMethods false xjcMarkGenerated false xjcEpisodeFile autoNameResolution false WSDL2JavaDataModel includedNamespaces bindingFiles excludedNamespaces catalogFile javaSourceFolder Frontend JAXWS jaxws DataBinding JAXB jaxb URL java.net.URL java.net.URL Definition javax.wsdl.Definition javax.wsdl.Definition Map java.util.Map java.util.Map T T1 IMethod org.eclipse.jdt.core.IMethod org.eclipse.jdt.core.IMethod CXFInstall version location type
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.jst.ws.internal.cxf.core.model","nsURI":"http:///org/eclipse/jst/ws/internal/cxf/core/model.ecore","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CXFContext","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CXFDataModel","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Java2WSContext","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Java2WSDataModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WSDL2JavaContext","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WSDL2JavaDataModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Frontend","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataBinding","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.net.URL","defaultValue":null,"instanceClassName":"java.net.URL","name":"URL","instanceClass":"java.net.URL","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.Definition","defaultValue":null,"instanceClassName":"javax.wsdl.Definition","name":"Definition","instanceClass":null,"id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"Map","instanceClass":"java.util.Map","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.jdt.core.IMethod","defaultValue":null,"instanceClassName":"org.eclipse.jdt.core.IMethod","name":"IMethod","instanceClass":null,"id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CXFInstall","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultRuntimeLocation","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultRuntimeType","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultRuntimeVersion","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"verbose","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateAntBuildFile","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateClient","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateServer","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"jaxb","unsettable":false,"transient":false,"unique":true,"name":"databinding","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"jaxws","unsettable":false,"transient":false,"unique":true,"name":"frontend","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"useSpringApplicationContext","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"exportCXFClasspathContainer","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"installations","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectName","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceDirectory","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classDirectory","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wsdlFileName","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wsdlURL","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configWsdlLocation","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullyQualifiedJavaClassName","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullyQualifiedJavaInterfaceName","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configId","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endpointName","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wsdlDefinition","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wsdlLocation","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"soap12Binding","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"generateXSDImports","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"generateWSDL","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"generateWrapperFaultBeans","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"annotationProcessingEnabled","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateWebMethodAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateWebParamAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateRequestWrapperAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateResponseWrapperAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateWebResultAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"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":"classpath","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaStartingPoint","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":"useServiceEndpointInterface","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extractInterface","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":"serviceEndpointInterfaceName","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":"methodMap","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":"annotationMap","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":"sourceDirectory","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":"portName","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"},{"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":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"generateImplementation","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"processSOAPHeaders","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"loadDefaultNamespacePackageNameMapping","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"loadDefaultExcludesNamepsaceMapping","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"validate","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"1.1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.1","unsettable":false,"transient":false,"unique":true,"name":"wsdlVersion","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"useDefaultValues","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xjcArgs","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"noAddressBinding","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcUseDefaultValues","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcToString","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcToStringMultiLine","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcToStringSimple","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcLocator","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcSyncMethods","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcMarkGenerated","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":"xjcEpisodeFile","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"autoNameResolution","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includedNamespaces","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bindingFiles","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"excludedNamespaces","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"catalogFile","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":"javaSourceFolder","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"name":"JAXWS","id":169,"value":0,"literal":"jaxws","eClass":"EEnumLiteral"},{"name":"JAXB","id":170,"value":0,"literal":"jaxb","eClass":"EEnumLiteral"},{"name":"T","id":171,"eClass":"ETypeParameter"},{"name":"T1","id":172,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":14,"target":26},{"source":14,"target":1},{"source":15,"target":27},{"source":15,"target":1},{"source":16,"target":28},{"source":16,"target":1},{"source":17,"target":29},{"source":17,"target":1},{"source":18,"target":30},{"source":18,"target":1},{"source":19,"target":31},{"source":19,"target":1},{"source":20,"target":32},{"source":20,"target":1},{"source":21,"target":8},{"source":21,"target":33},{"source":21,"target":1},{"source":33,"target":8},{"source":22,"target":7},{"source":22,"target":34},{"source":22,"target":1},{"source":34,"target":7},{"source":23,"target":35},{"source":23,"target":1},{"source":24,"target":36},{"source":24,"target":1},{"source":25,"target":37},{"source":25,"target":1},{"source":37,"target":38},{"source":37,"target":39},{"source":39,"target":13},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":40,"target":55},{"source":40,"target":2},{"source":41,"target":56},{"source":41,"target":2},{"source":42,"target":57},{"source":42,"target":2},{"source":43,"target":58},{"source":43,"target":2},{"source":44,"target":9},{"source":44,"target":59},{"source":44,"target":2},{"source":59,"target":9},{"source":45,"target":60},{"source":45,"target":2},{"source":46,"target":61},{"source":46,"target":2},{"source":47,"target":62},{"source":47,"target":2},{"source":48,"target":63},{"source":48,"target":2},{"source":49,"target":64},{"source":49,"target":2},{"source":50,"target":65},{"source":50,"target":2},{"source":51,"target":66},{"source":51,"target":2},{"source":52,"target":10},{"source":52,"target":67},{"source":52,"target":2},{"source":67,"target":10},{"source":53,"target":68},{"source":53,"target":2},{"source":54,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":69,"target":80},{"source":69,"target":3},{"source":70,"target":81},{"source":70,"target":3},{"source":71,"target":82},{"source":71,"target":3},{"source":72,"target":83},{"source":72,"target":3},{"source":73,"target":84},{"source":73,"target":3},{"source":74,"target":85},{"source":74,"target":3},{"source":75,"target":86},{"source":75,"target":3},{"source":76,"target":87},{"source":76,"target":3},{"source":77,"target":88},{"source":77,"target":3},{"source":78,"target":89},{"source":78,"target":3},{"source":79,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":3},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":90,"target":101},{"source":90,"target":4},{"source":91,"target":102},{"source":91,"target":4},{"source":92,"target":103},{"source":92,"target":4},{"source":93,"target":104},{"source":93,"target":4},{"source":94,"target":105},{"source":94,"target":4},{"source":95,"target":11},{"source":95,"target":106},{"source":95,"target":4},{"source":106,"target":107},{"source":106,"target":108},{"source":106,"target":11},{"source":107,"target":12},{"source":108,"target":109},{"source":108,"target":110},{"source":108,"target":11},{"source":96,"target":11},{"source":96,"target":111},{"source":96,"target":4},{"source":111,"target":112},{"source":111,"target":113},{"source":111,"target":11},{"source":97,"target":114},{"source":97,"target":4},{"source":98,"target":115},{"source":98,"target":4},{"source":99,"target":2},{"source":100,"target":3},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":116},{"source":5,"target":117},{"source":5,"target":118},{"source":5,"target":119},{"source":5,"target":120},{"source":5,"target":121},{"source":5,"target":122},{"source":5,"target":123},{"source":5,"target":124},{"source":5,"target":125},{"source":5,"target":126},{"source":5,"target":127},{"source":5,"target":128},{"source":5,"target":129},{"source":5,"target":130},{"source":5,"target":131},{"source":5,"target":132},{"source":5,"target":133},{"source":5,"target":134},{"source":116,"target":135},{"source":116,"target":5},{"source":117,"target":136},{"source":117,"target":5},{"source":118,"target":137},{"source":118,"target":5},{"source":119,"target":138},{"source":119,"target":5},{"source":120,"target":139},{"source":120,"target":5},{"source":121,"target":140},{"source":121,"target":5},{"source":122,"target":141},{"source":122,"target":5},{"source":123,"target":142},{"source":123,"target":5},{"source":124,"target":143},{"source":124,"target":5},{"source":125,"target":144},{"source":125,"target":5},{"source":126,"target":145},{"source":126,"target":5},{"source":127,"target":146},{"source":127,"target":5},{"source":128,"target":147},{"source":128,"target":5},{"source":129,"target":148},{"source":129,"target":5},{"source":130,"target":149},{"source":130,"target":5},{"source":131,"target":150},{"source":131,"target":5},{"source":132,"target":151},{"source":132,"target":5},{"source":133,"target":152},{"source":133,"target":5},{"source":134,"target":1},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":5},{"source":6,"target":153},{"source":6,"target":154},{"source":6,"target":155},{"source":6,"target":156},{"source":6,"target":157},{"source":6,"target":158},{"source":6,"target":159},{"source":153,"target":11},{"source":153,"target":160},{"source":153,"target":6},{"source":160,"target":161},{"source":160,"target":162},{"source":160,"target":11},{"source":154,"target":163},{"source":154,"target":6},{"source":155,"target":11},{"source":155,"target":164},{"source":155,"target":6},{"source":164,"target":165},{"source":164,"target":166},{"source":164,"target":11},{"source":156,"target":167},{"source":156,"target":6},{"source":157,"target":168},{"source":157,"target":6},{"source":158,"target":2},{"source":159,"target":5},{"source":7,"target":0},{"source":7,"target":169},{"source":169,"target":7},{"source":8,"target":0},{"source":8,"target":170},{"source":170,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":171},{"source":11,"target":172},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":173},{"source":13,"target":174},{"source":13,"target":175},{"source":173,"target":176},{"source":173,"target":13},{"source":174,"target":177},{"source":174,"target":13},{"source":175,"target":178},{"source":175,"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="simplepdl" nsURI="http://simplepdl" nsPrefix="simplepdl"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EEnum" name="WorkSequenceType"> <eLiterals name="startToStart"/> <eLiterals name="finishToStart" value="1"/> <eLiterals name="startToFinish" value="2"/> <eLiterals name="finishToFinish" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noEmptyName noSameName"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="noEmptyName" value="name.size() > 0"/> <details key="noSameName" value="&#xA;&#x9;&#x9;&#x9;&#x9;self.processElements&#xA;&#x9;&#x9;&#x9;&#x9;->select(e: ProcessElement | e.oclIsKindOf(WorkDefinition))&#xA;&#x9;&#x9;&#x9;&#x9;->collect(e: ProcessElement | e.oclAsType(WorkDefinition))&#xA;&#x9;&#x9;&#x9;&#x9;->forAll(w1, w2: WorkDefinition | w1 = w2 or w1.name &lt;> w2.name)"/> </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="processElements" upperBound="-1" eType="#//ProcessElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" eSuperTypes="#//ProcessElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nomPasVide"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="nomPasVide" value="name.size() > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToPredecessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToSuccessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/predecessor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocation" upperBound="-1" eType="#//Allocation" containment="true" eOpposite="#//Allocation/workdefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence" eSuperTypes="#//ProcessElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noReflexivityDependance"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="noReflexivityDependance" value="self.predecessor &lt;> self.successor"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkType" lowerBound="1" eType="#//WorkSequenceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/linksToSuccessors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/linksToPredecessors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ProcessElement"/> <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="Ressource" eSuperTypes="#//ProcessElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ressourcesNonNulles"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ressourcesNonNulles" value="count > 0 "/> </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="count" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Allocation" eSuperTypes="#//ProcessElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="demandeTropGrande"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="demandeTropGrande" value="count &lt; ressource.count and count > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ressource" lowerBound="1" eType="#//Ressource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workdefinition" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/allocation"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/minghao217/GLS/eclipse-gls-workspace/fr.n7.simplePDL/SimplePDL.ecore
ecore
simplepdl WorkSequenceType startToStart startToStart finishToStart finishToStart startToFinish startToFinish finishToFinish finishToFinish Process name processElements WorkDefinition linksToPredecessors linksToSuccessors name allocation WorkSequence linkType predecessor successor ProcessElement Guidance elements text Ressource name count Allocation count ressource workdefinition
null
{"directed":true,"nodes":[{"nsPrefix":"simplepdl","nsURI":"http://simplepdl","name":"simplepdl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkSequenceType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkSequence","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guidance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ressource","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"name":"startToStart","id":9,"value":0,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"finishToStart","id":10,"value":1,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":11,"value":2,"literal":"startToFinish","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":12,"value":3,"literal":"finishToFinish","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToPredecessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToSuccessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workdefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkType","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"text","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"count","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"count","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ressource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":1},{"source":10,"target":1},{"source":11,"target":1},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":15},{"source":13,"target":2},{"source":14,"target":5},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":17,"target":4},{"source":17,"target":22},{"source":17,"target":3},{"source":17,"target":23},{"source":22,"target":4},{"source":18,"target":4},{"source":18,"target":24},{"source":18,"target":3},{"source":18,"target":25},{"source":24,"target":4},{"source":19,"target":26},{"source":19,"target":3},{"source":20,"target":8},{"source":20,"target":27},{"source":20,"target":3},{"source":20,"target":28},{"source":27,"target":8},{"source":21,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":29},{"source":4,"target":25},{"source":4,"target":23},{"source":4,"target":30},{"source":29,"target":1},{"source":29,"target":31},{"source":29,"target":4},{"source":31,"target":1},{"source":25,"target":3},{"source":25,"target":32},{"source":25,"target":4},{"source":25,"target":18},{"source":32,"target":3},{"source":23,"target":3},{"source":23,"target":33},{"source":23,"target":4},{"source":23,"target":17},{"source":33,"target":3},{"source":30,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":34,"target":5},{"source":34,"target":37},{"source":34,"target":6},{"source":37,"target":5},{"source":35,"target":38},{"source":35,"target":6},{"source":36,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":39,"target":42},{"source":39,"target":7},{"source":40,"target":43},{"source":40,"target":7},{"source":41,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":28},{"source":8,"target":46},{"source":44,"target":47},{"source":44,"target":8},{"source":45,"target":7},{"source":45,"target":48},{"source":45,"target":8},{"source":48,"target":7},{"source":28,"target":3},{"source":28,"target":49},{"source":28,"target":8},{"source":28,"target":20},{"source":49,"target":3},{"source":46,"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="specification" nsURI="http://www.reclipse.org/ns/specification" nsPrefix="specification"> <eClassifiers xsi:type="ecore:EEnum" name="PatternType"> <eLiterals name="DESIGN_PATTERN"/> <eLiterals name="ANTI_PATTERN" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModifierType"> <eLiterals name="NONE" literal="NONE"/> <eLiterals name="ADDITIONAL" value="1"/> <eLiterals name="NEGATIVE" value="2"/> <eLiterals name="SET" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperatorType"> <eLiterals name="LESS"/> <eLiterals name="LESS_OR_EQUAL" value="1"/> <eLiterals name="GREATER" value="2"/> <eLiterals name="GREATER_OR_EQUAL" value="3"/> <eLiterals name="EQUAL" value="4"/> <eLiterals name="REGULAR_EXPRESSION" value="5"/> <eLiterals name="UNEQUAL" value="6" literal="UNEQUAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSCatalog" eSuperTypes="../../org.fujaba.commons/design/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="patternSpecifications" upperBound="-1" eType="#//PSPatternSpecification" containment="true" eOpposite="#//PSPatternSpecification/catalog" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodel" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSPatternSpecification" eSuperTypes="../../org.fujaba.commons/design/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="catalog" ordered="false" unique="false" lowerBound="1" eType="#//PSCatalog" eOpposite="#//PSCatalog/patternSpecifications" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1" eType="#//PSConnection" containment="true" eOpposite="#//PSConnection/patternSpecification" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//PSNode" containment="true" eOpposite="#//PSNode/patternSpecification" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="combinedFragments" upperBound="-1" eType="#//PSCombinedFragment" containment="true" eOpposite="#//PSCombinedFragment/patternSpecification" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//PSSpecificationConstraint" containment="true" eOpposite="#//PSSpecificationConstraint/patternSpecification" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superPattern" ordered="false" unique="false" eType="#//PSPatternSpecification" eOpposite="#//PSPatternSpecification/subPatterns" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subPatterns" upperBound="-1" eType="#//PSPatternSpecification" eOpposite="#//PSPatternSpecification/superPattern" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="#//PatternType" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSItem" abstract="true" interface="true" eSuperTypes="../../org.fujaba.commons/design/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSConnection" abstract="true" interface="true" eSuperTypes="#//PSItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" unique="false" lowerBound="1" eType="#//PSNode" eOpposite="#//PSNode/outgoing" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" unique="false" lowerBound="1" eType="#//PSNode" eOpposite="#//PSNode/incoming" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternSpecification" ordered="false" unique="false" lowerBound="1" eType="#//PSPatternSpecification" eOpposite="#//PSPatternSpecification/connections" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSLink" eSuperTypes="#//PSConnection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="negative" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceOf" ordered="false" unique="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference" eKeys="http://www.eclipse.org/emf/2002/Ecore#//ENamedElement/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSPath" eSuperTypes="#//PSConnection"> <eStructuralFeatures xsi:type="ecore:EReference" name="tabooClasses" ordered="false" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" eKeys="http://www.eclipse.org/emf/2002/Ecore#//ENamedElement/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSCombinedFragmentItem" abstract="true" interface="true" eSuperTypes="#//PSItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="parents" ordered="false" upperBound="-1" eType="#//PSCombinedFragment" eOpposite="#//PSCombinedFragment/children" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSCombinedFragment" eSuperTypes="#//PSCombinedFragmentItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#//PSCombinedFragmentItem" eOpposite="#//PSCombinedFragmentItem/parents" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" lowerBound="1" eType="#//ModifierType" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternSpecification" ordered="false" unique="false" lowerBound="1" eType="#//PSPatternSpecification" eOpposite="#//PSPatternSpecification/combinedFragments" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" ordered="false" unique="false" eType="#//PSNodeConstraint" containment="true" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSSpecificationConstraint" eSuperTypes="#//PSCombinedFragmentItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additional" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternSpecification" ordered="false" unique="false" lowerBound="1" eType="#//PSPatternSpecification" eOpposite="#//PSPatternSpecification/constraints" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSNode" abstract="true" interface="true" eSuperTypes="#//PSCombinedFragmentItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" ordered="false" unique="false" lowerBound="1" eType="#//ModifierType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//PSConnection" eOpposite="#//PSConnection/source" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//PSConnection" eOpposite="#//PSConnection/target" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternSpecification" ordered="false" unique="false" lowerBound="1" eType="#//PSPatternSpecification" eOpposite="#//PSPatternSpecification/nodes" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeConstraints" upperBound="-1" eType="#//PSNodeConstraint" containment="true" eOpposite="#//PSNodeConstraint/node" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSObject" eSuperTypes="#//PSNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceOf" ordered="false" unique="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" eKeys="http://www.eclipse.org/emf/2002/Ecore#//ENamedElement/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSAnnotation" eSuperTypes="#//PSNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" unique="false" eType="#//PSPatternSpecification" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSNodeConstraint" abstract="true" interface="true" eSuperTypes="#//PSItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="node" ordered="false" unique="false" eType="#//PSNode" eOpposite="#//PSNode/nodeConstraints" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSFuzzyConstraint" abstract="true" interface="true" eSuperTypes="#//PSNodeConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mathFunctionID" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PSFunctionParameter" containment="true" eOpposite="#//PSFunctionParameter/constraint" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSFuzzyMetricConstraint" eSuperTypes="#//PSFuzzyConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metricAcronym" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSFuzzySetRatingConstraint" eSuperTypes="#//PSFuzzyConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="PSBooleanConstraint" abstract="true" interface="true" eSuperTypes="#//PSNodeConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additional" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//OperatorType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSAttributeConstraint" eSuperTypes="#//PSBooleanConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" unique="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute" eKeys="http://www.eclipse.org/emf/2002/Ecore#//ENamedElement/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSMetricConstraint" eSuperTypes="#//PSBooleanConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metricAcronym" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PSFunctionParameter" eSuperTypes="../../org.fujaba.commons/design/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" ordered="false" unique="false" lowerBound="1" eType="#//PSFuzzyConstraint" eOpposite="#//PSFuzzyConstraint/parameters" eKeys="../../org.fujaba.commons/design/identifier.ecore#//Identifier/id"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/CloudScale-Project/StaticSpotter/plugins/org.reclipse.structure.specification/design/specification.ecore
ecore
specification PatternType DESIGN_PATTERN DESIGN_PATTERN ANTI_PATTERN ANTI_PATTERN ModifierType NONE NONE ADDITIONAL ADDITIONAL NEGATIVE NEGATIVE SET SET OperatorType LESS LESS LESS_OR_EQUAL LESS_OR_EQUAL GREATER GREATER GREATER_OR_EQUAL GREATER_OR_EQUAL EQUAL EQUAL REGULAR_EXPRESSION REGULAR_EXPRESSION UNEQUAL UNEQUAL PSCatalog patternSpecifications metamodel PSPatternSpecification catalog connections nodes combinedFragments constraints superPattern subPatterns type abstract false PSItem weight 1 PSConnection source target patternSpecification PSLink qualifier negative instanceOf PSPath tabooClasses PSCombinedFragmentItem parents PSCombinedFragment children kind 1 patternSpecification constraint PSSpecificationConstraint additional patternSpecification expression PSNode trigger modifier outgoing incoming patternSpecification nodeConstraints PSObject instanceOf PSAnnotation type PSNodeConstraint node expression PSFuzzyConstraint mathFunctionID parameters PSFuzzyMetricConstraint metricAcronym PSFuzzySetRatingConstraint PSBooleanConstraint additional valueExpression operator PSAttributeConstraint attribute PSMetricConstraint metricAcronym PSFunctionParameter value constraint
null
{"directed":true,"nodes":[{"nsPrefix":"specification","nsURI":"http://www.reclipse.org/ns/specification","name":"specification","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"PatternType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModifierType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatorType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSCatalog","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSPatternSpecification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSItem","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSConnection","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSLink","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSPath","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSCombinedFragmentItem","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSCombinedFragment","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSSpecificationConstraint","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSNode","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSObject","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSAnnotation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSNodeConstraint","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSFuzzyConstraint","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSFuzzyMetricConstraint","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSFuzzySetRatingConstraint","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSBooleanConstraint","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSAttributeConstraint","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSMetricConstraint","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PSFunctionParameter","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"name":"DESIGN_PATTERN","id":24,"value":0,"literal":"DESIGN_PATTERN","eClass":"EEnumLiteral"},{"name":"ANTI_PATTERN","id":25,"value":1,"literal":"ANTI_PATTERN","eClass":"EEnumLiteral"},{"name":"NONE","id":26,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"ADDITIONAL","id":27,"value":1,"literal":"ADDITIONAL","eClass":"EEnumLiteral"},{"name":"NEGATIVE","id":28,"value":2,"literal":"NEGATIVE","eClass":"EEnumLiteral"},{"name":"SET","id":29,"value":3,"literal":"SET","eClass":"EEnumLiteral"},{"name":"LESS","id":30,"value":0,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"LESS_OR_EQUAL","id":31,"value":1,"literal":"LESS_OR_EQUAL","eClass":"EEnumLiteral"},{"name":"GREATER","id":32,"value":2,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"GREATER_OR_EQUAL","id":33,"value":3,"literal":"GREATER_OR_EQUAL","eClass":"EEnumLiteral"},{"name":"EQUAL","id":34,"value":4,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"REGULAR_EXPRESSION","id":35,"value":5,"literal":"REGULAR_EXPRESSION","eClass":"EEnumLiteral"},{"name":"UNEQUAL","id":36,"value":6,"literal":"UNEQUAL","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":"patternSpecifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metamodel","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"catalog","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","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":"combinedFragments","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"superPattern","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":"subPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"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":false,"name":"patternSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"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":false,"name":"patternSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"patternSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"patternSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"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":"qualifier","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"negative","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"instanceOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"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":"tabooClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"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":"parents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":90,"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":false,"name":"constraint","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"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"additional","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"expression","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"trigger","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"modifier","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"instanceOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":false,"name":"type","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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mathFunctionID","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"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":false,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"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":"metricAcronym","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"additional","changeable":true,"lowerBound":1,"iD":false,"id":134,"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":"valueExpression","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metricAcronym","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":24,"target":1},{"source":25,"target":1},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":26,"target":2},{"source":27,"target":2},{"source":28,"target":2},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":30,"target":3},{"source":31,"target":3},{"source":32,"target":3},{"source":33,"target":3},{"source":34,"target":3},{"source":35,"target":3},{"source":36,"target":3},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":5},{"source":37,"target":40},{"source":37,"target":4},{"source":37,"target":41},{"source":40,"target":5},{"source":38,"target":42},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":41,"target":4},{"source":41,"target":52},{"source":41,"target":5},{"source":41,"target":37},{"source":52,"target":4},{"source":43,"target":7},{"source":43,"target":53},{"source":43,"target":5},{"source":43,"target":54},{"source":53,"target":7},{"source":44,"target":13},{"source":44,"target":55},{"source":44,"target":5},{"source":44,"target":56},{"source":55,"target":13},{"source":45,"target":11},{"source":45,"target":57},{"source":45,"target":5},{"source":45,"target":58},{"source":57,"target":11},{"source":46,"target":12},{"source":46,"target":59},{"source":46,"target":5},{"source":46,"target":60},{"source":59,"target":12},{"source":47,"target":5},{"source":47,"target":61},{"source":47,"target":5},{"source":47,"target":48},{"source":61,"target":5},{"source":48,"target":5},{"source":48,"target":62},{"source":48,"target":5},{"source":48,"target":47},{"source":62,"target":5},{"source":49,"target":1},{"source":49,"target":63},{"source":49,"target":5},{"source":63,"target":1},{"source":50,"target":64},{"source":50,"target":5},{"source":6,"target":0},{"source":6,"target":65},{"source":6,"target":66},{"source":65,"target":67},{"source":65,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":54},{"source":7,"target":70},{"source":68,"target":13},{"source":68,"target":71},{"source":68,"target":7},{"source":68,"target":72},{"source":71,"target":13},{"source":69,"target":13},{"source":69,"target":73},{"source":69,"target":7},{"source":69,"target":74},{"source":73,"target":13},{"source":54,"target":5},{"source":54,"target":75},{"source":54,"target":7},{"source":54,"target":43},{"source":75,"target":5},{"source":70,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":76,"target":80},{"source":76,"target":8},{"source":77,"target":81},{"source":77,"target":8},{"source":78,"target":82},{"source":78,"target":8},{"source":79,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":83},{"source":9,"target":84},{"source":83,"target":85},{"source":83,"target":9},{"source":84,"target":7},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":86},{"source":10,"target":87},{"source":86,"target":11},{"source":86,"target":88},{"source":86,"target":10},{"source":86,"target":89},{"source":88,"target":11},{"source":87,"target":6},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":89},{"source":11,"target":90},{"source":11,"target":58},{"source":11,"target":91},{"source":11,"target":92},{"source":89,"target":10},{"source":89,"target":93},{"source":89,"target":11},{"source":89,"target":86},{"source":93,"target":10},{"source":90,"target":2},{"source":90,"target":94},{"source":90,"target":11},{"source":94,"target":2},{"source":58,"target":5},{"source":58,"target":95},{"source":58,"target":11},{"source":58,"target":45},{"source":95,"target":5},{"source":91,"target":16},{"source":91,"target":96},{"source":91,"target":11},{"source":96,"target":16},{"source":92,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":97},{"source":12,"target":60},{"source":12,"target":98},{"source":12,"target":99},{"source":97,"target":100},{"source":97,"target":12},{"source":60,"target":5},{"source":60,"target":101},{"source":60,"target":12},{"source":60,"target":46},{"source":101,"target":5},{"source":98,"target":102},{"source":98,"target":12},{"source":99,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":103},{"source":13,"target":104},{"source":13,"target":72},{"source":13,"target":74},{"source":13,"target":56},{"source":13,"target":105},{"source":13,"target":106},{"source":103,"target":107},{"source":103,"target":13},{"source":104,"target":2},{"source":104,"target":108},{"source":104,"target":13},{"source":108,"target":2},{"source":72,"target":7},{"source":72,"target":109},{"source":72,"target":13},{"source":72,"target":68},{"source":109,"target":7},{"source":74,"target":7},{"source":74,"target":110},{"source":74,"target":13},{"source":74,"target":69},{"source":110,"target":7},{"source":56,"target":5},{"source":56,"target":111},{"source":56,"target":13},{"source":56,"target":44},{"source":111,"target":5},{"source":105,"target":16},{"source":105,"target":112},{"source":105,"target":13},{"source":105,"target":113},{"source":112,"target":16},{"source":106,"target":10},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":114},{"source":14,"target":115},{"source":114,"target":116},{"source":114,"target":14},{"source":115,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":117},{"source":15,"target":118},{"source":117,"target":5},{"source":117,"target":119},{"source":117,"target":15},{"source":119,"target":5},{"source":118,"target":13},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":113},{"source":16,"target":120},{"source":16,"target":121},{"source":113,"target":13},{"source":113,"target":122},{"source":113,"target":16},{"source":113,"target":105},{"source":122,"target":13},{"source":120,"target":123},{"source":120,"target":16},{"source":121,"target":6},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":124},{"source":17,"target":125},{"source":17,"target":126},{"source":124,"target":127},{"source":124,"target":17},{"source":125,"target":23},{"source":125,"target":128},{"source":125,"target":17},{"source":125,"target":129},{"source":128,"target":23},{"source":126,"target":16},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":130},{"source":18,"target":131},{"source":130,"target":132},{"source":130,"target":18},{"source":131,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":133},{"source":133,"target":17},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":134},{"source":20,"target":135},{"source":20,"target":136},{"source":20,"target":137},{"source":134,"target":138},{"source":134,"target":20},{"source":135,"target":139},{"source":135,"target":20},{"source":136,"target":3},{"source":136,"target":140},{"source":136,"target":20},{"source":140,"target":3},{"source":137,"target":16},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":141},{"source":21,"target":142},{"source":141,"target":143},{"source":141,"target":21},{"source":142,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":144},{"source":22,"target":145},{"source":144,"target":146},{"source":144,"target":22},{"source":145,"target":20},{"source":23,"target":0},{"source":23,"target":147},{"source":23,"target":129},{"source":23,"target":148},{"source":147,"target":149},{"source":147,"target":23},{"source":129,"target":17},{"source":129,"target":150},{"source":129,"target":23},{"source":129,"target":125},{"source":150,"target":17}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="uisut" nsURI="http://www.niu.name/guita/uisut/1.0" nsPrefix="UISUT_"> <eClassifiers xsi:type="ecore:EClass" name="UISUT" eSuperTypes="#//UISUTElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="itsSTM" eType="#//UIStatemachine" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicationSystem" eSuperTypes="#//UISUTElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="itsUISUT" eType="#//UISUT" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIStatemachine" eSuperTypes="#//UISUTElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="itsState" upperBound="-1" eType="#//AbstractState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsTransition" upperBound="-1" eType="#//UITransition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsDataVariable" upperBound="-1" eType="#//UIDataVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIState" eSuperTypes="#//AbstractState"> <eStructuralFeatures xsi:type="ecore:EReference" name="itsUIControl" upperBound="-1" eType="#//UIControl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInitial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="addedDataVariable" upperBound="-1" eType="#//UIDataVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deletedDataVariable" upperBound="-1" eType="#//UIDataVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UITransition" eSuperTypes="#//UISUTElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="itsTrgtState" lowerBound="1" eType="#//AbstractState" eOpposite="#//AbstractState/itsInTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsSrcState" lowerBound="1" eType="#//AbstractState" eOpposite="#//AbstractState/itsOutTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsTrigger" eType="#//UITrigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsCondition" eType="#//UICondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsAction" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerStr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guardStr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionStr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guardedDataVariable" upperBound="-1" eType="#//UIDataVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptStr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UITrigger" abstract="true" eSuperTypes="#//UISUTElement"/> <eClassifiers xsi:type="ecore:EClass" name="UserTrigger" eSuperTypes="#//UITrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ComponentTrigger" eSuperTypes="#//UITrigger"/> <eClassifiers xsi:type="ecore:EClass" name="UICondition" eSuperTypes="#//UISUTElement"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//UISUTElement"/> <eClassifiers xsi:type="ecore:EClass" name="UIControl" eSuperTypes="#//UISUTElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="itsInputDaa" eType="#//UIDataVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsOutputData" eType="#//UIDataVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIDataVariable" eSuperTypes="#//UISUTElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraintRE" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UISUTElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//AbstractState"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//AbstractState"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true" eSuperTypes="#//UISUTElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="itsInTransition" upperBound="-1" eType="#//UITransition" eOpposite="#//UITransition/itsTrgtState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsOutTransition" upperBound="-1" eType="#//UITransition" eOpposite="#//UITransition/itsSrcState"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/uisut.ecore
ecore
uisut UISUT itsSTM ApplicationSystem itsUISUT UIStatemachine itsState itsTransition itsDataVariable UIState itsUIControl isInitial addedDataVariable deletedDataVariable pic UITransition itsTrgtState itsSrcState itsTrigger itsCondition itsAction triggerStr guardStr actionStr guardedDataVariable scriptStr UITrigger UserTrigger ComponentTrigger UICondition Action UIControl itsInputDaa itsOutputData variableName valueExpression UIDataVariable constraintRE UISUTElement name description id InitialState FinalState AbstractState itsInTransition itsOutTransition
null
{"directed":true,"nodes":[{"nsPrefix":"UISUT_","nsURI":"http://www.niu.name/guita/uisut/1.0","name":"uisut","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UISUT","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationSystem","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIStatemachine","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UITransition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UITrigger","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTrigger","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentTrigger","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UICondition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIControl","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIDataVariable","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UISUTElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itsSTM","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itsUISUT","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itsState","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":"itsTransition","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":"itsDataVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itsUIControl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInitial","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"addedDataVariable","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":"deletedDataVariable","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":"pic","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itsTrgtState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itsSrcState","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"itsTrigger","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":"itsCondition","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":"itsAction","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":"triggerStr","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"guardStr","changeable":true,"lowerBound":0,"iD":false,"id":47,"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":"actionStr","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"guardedDataVariable","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":"scriptStr","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itsInTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itsOutTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itsInputDaa","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":"itsOutputData","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"variableName","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":"valueExpression","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraintRE","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":"description","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":"id","changeable":true,"lowerBound":0,"iD":true,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":13},{"source":1,"target":17},{"source":1,"target":18},{"source":17,"target":3},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":3},{"source":18,"target":13},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":20},{"source":2,"target":21},{"source":20,"target":1},{"source":20,"target":22},{"source":20,"target":2},{"source":22,"target":1},{"source":21,"target":13},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":23,"target":16},{"source":23,"target":27},{"source":23,"target":3},{"source":27,"target":16},{"source":24,"target":5},{"source":24,"target":28},{"source":24,"target":3},{"source":28,"target":5},{"source":25,"target":12},{"source":25,"target":29},{"source":25,"target":3},{"source":29,"target":12},{"source":26,"target":13},{"source":4,"target":0},{"source":4,"target":16},{"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":30,"target":11},{"source":30,"target":36},{"source":30,"target":4},{"source":36,"target":11},{"source":31,"target":37},{"source":31,"target":4},{"source":32,"target":12},{"source":32,"target":38},{"source":32,"target":4},{"source":38,"target":12},{"source":33,"target":12},{"source":33,"target":39},{"source":33,"target":4},{"source":39,"target":12},{"source":34,"target":40},{"source":34,"target":4},{"source":35,"target":16},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":41,"target":16},{"source":41,"target":52},{"source":41,"target":5},{"source":41,"target":53},{"source":52,"target":16},{"source":42,"target":16},{"source":42,"target":54},{"source":42,"target":5},{"source":42,"target":55},{"source":54,"target":16},{"source":43,"target":6},{"source":43,"target":56},{"source":43,"target":5},{"source":56,"target":6},{"source":44,"target":9},{"source":44,"target":57},{"source":44,"target":5},{"source":57,"target":9},{"source":45,"target":10},{"source":45,"target":58},{"source":45,"target":5},{"source":58,"target":10},{"source":46,"target":59},{"source":46,"target":5},{"source":47,"target":60},{"source":47,"target":5},{"source":48,"target":61},{"source":48,"target":5},{"source":49,"target":12},{"source":49,"target":62},{"source":49,"target":5},{"source":62,"target":12},{"source":50,"target":63},{"source":50,"target":5},{"source":51,"target":13},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":64},{"source":64,"target":13},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":65},{"source":65,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":66},{"source":66,"target":6},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":67},{"source":67,"target":13},{"source":10,"target":0},{"source":10,"target":13},{"source":10,"target":68},{"source":68,"target":13},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":69,"target":12},{"source":69,"target":74},{"source":69,"target":11},{"source":74,"target":12},{"source":70,"target":12},{"source":70,"target":75},{"source":70,"target":11},{"source":75,"target":12},{"source":71,"target":76},{"source":71,"target":11},{"source":72,"target":77},{"source":72,"target":11},{"source":73,"target":13},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":78},{"source":12,"target":79},{"source":78,"target":80},{"source":78,"target":12},{"source":79,"target":13},{"source":13,"target":0},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":81,"target":84},{"source":81,"target":13},{"source":82,"target":85},{"source":82,"target":13},{"source":83,"target":86},{"source":83,"target":13},{"source":14,"target":0},{"source":14,"target":16},{"source":14,"target":87},{"source":87,"target":16},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":88},{"source":88,"target":16},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":53},{"source":16,"target":55},{"source":16,"target":89},{"source":53,"target":5},{"source":53,"target":90},{"source":53,"target":16},{"source":53,"target":41},{"source":90,"target":5},{"source":55,"target":5},{"source":55,"target":91},{"source":55,"target":16},{"source":55,"target":42},{"source":91,"target":5},{"source":89,"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="sdbpmn" nsURI="http://www.eclipse.org/stardust/model/bpmn2/sdbpmn" nsPrefix="sdbpmn"> <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="dataType" upperBound="-2" eType="ecore:EClass carnot/carnot.ecore#//DataTypeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="dataType"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustActivity" upperBound="-2" eType="#//TStardustActivity" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustActivity"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustAttributes" upperBound="-2" eType="#//StardustAttributesType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustAttributes"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustCommon" upperBound="-2" eType="#//TStardustCommon" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustCommon"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustInterface" upperBound="-2" eType="#//StardustInterfaceType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustInterface"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustMessageStartEvent" upperBound="-2" eType="#//StardustMessageStartEventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustMessageStartEvent"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustModel" upperBound="-2" eType="#//StardustModelType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustModel"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustResource" upperBound="-2" eType="#//StardustResourceType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustResource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustSeqenceFlow" upperBound="-2" eType="#//StardustSeqenceFlowType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustSeqenceFlow"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustServiceTask" upperBound="-2" eType="#//StardustServiceTaskType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustServiceTask"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustStartEvent" upperBound="-2" eType="#//StardustStartEventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustStartEvent"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustSubprocess" upperBound="-2" eType="#//StardustSubprocessType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustSubprocess"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustTimerStartEvent" upperBound="-2" eType="#//StardustTimerStartEventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustTimerStartEvent"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustUserTask" upperBound="-2" eType="#//StardustUserTaskType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustUserTask"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationAccessPointRef" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="BPMN2.0 Assignment-From/To: reference to a stardust application accesspoint."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="applicationAccessPointRef"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The name of the user editing this model last.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="author"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="carnotVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The software version used to create and edit this model. Opening this&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;model in another version of the software may require an explicit&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;conversion.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="carnotVersion"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="created" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The date this model was created."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="created"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interactiveApplicationRef" 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="interactiveApplicationRef"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelOID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A 32-bit number assigned to the model during deployment to an audit&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;trail. This number may be changed if the model is deployed to different&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;audit trails or even to the same audit trail multiple times.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="modelOID"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oid" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A 64-bit number uniquely identifying the model in the model repository.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="oid"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterMappingOid" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="BPMN2.0 Assignment: stardust mapping oid"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="parameterMappingOid"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerAccessPointRef" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="BPMN2.0 Assignment-From/To: reference to a stardust trigger accesspoint."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="triggerAccessPointRef"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vendor" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The vendor of the software used to create and edit this model. Usually&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;this will be &quot;carnot&quot;.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="vendor"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustAccessPointType" eSuperTypes="carnot/carnot.ecore#//AccessPointType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustAccessPointType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeRef" 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="typeRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustApplicationType" eSuperTypes="carnot/carnot.ecore#//ApplicationType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustApplicationType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="accessPoint1" upperBound="-1" eType="#//StardustAccessPointType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="accessPoint"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="context1" upperBound="-1" eType="#//StardustContextType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="context"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustAttributesType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustAttributes_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeType" upperBound="-1" eType="ecore:EClass carnot/carnot.ecore#//AttributeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AttributeType"/> <details key="namespace" value="http://www.carnot.ag/workflowmodel/3.1"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustContextType" eSuperTypes="carnot/carnot.ecore#//ContextType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustContextType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeRef" 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="typeRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustInterfaceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustInterface_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustApplication" eType="#//StardustApplicationType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustApplication"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustTrigger" eType="#//StardustTriggerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustTrigger"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationType" 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="applicationType"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustMessageStartEventType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustMessageStartEvent_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustAttributes" lowerBound="1" eType="#//StardustAttributesType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustAttributes"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustModelType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustModel_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The name of the user editing this model last.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="author"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="carnotVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The software version used to create and edit this model. Opening this&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;model in another version of the software may require an explicit&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;conversion.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="carnotVersion"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="created" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The date this model was created."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="created"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelOID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A 32-bit number assigned to the model during deployment to an audit&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;trail. This number may be changed if the model is deployed to different&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;audit trails or even to the same audit trail multiple times.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="modelOID"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oid" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A 64-bit number uniquely identifying the model in the model repository.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="oid"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vendor" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The vendor of the software used to create and edit this model. Usually&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;this will be &quot;carnot&quot;.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="vendor"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustResourceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustResource_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustConditionalPerformer" eType="ecore:EClass carnot/carnot.ecore#//ConditionalPerformerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustConditionalPerformer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustRole" eType="ecore:EClass carnot/carnot.ecore#//RoleType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustRole"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustOrganization" eType="ecore:EClass carnot/carnot.ecore#//OrganizationType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustOrganization"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataId" 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="dataId"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustSeqenceFlowType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustSeqenceFlow_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forkOnTraversal" 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="forkOnTraversal"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustServiceTaskType" eSuperTypes="#//TStardustActivity"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustServiceTask_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustStartEventType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustStartEvent_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustAttributes" lowerBound="1" eType="#//StardustAttributesType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustAttributes"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustSubprocessType" eSuperTypes="#//TStardustActivity"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustSubprocess_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationProcess" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The model id of the subprocess implementing the activity when the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;attribute &quot;implementation&quot; is set to &quot;Subprocess&quot;.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="implementationProcess"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustTimerStartEventType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustTimerStartEvent_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="stardustAttributes" lowerBound="1" eType="#//StardustAttributesType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StardustAttributes"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustTriggerType" eSuperTypes="carnot/carnot.ecore#//TriggerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustTriggerType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="accessPoint1" upperBound="-1" eType="#//StardustAccessPointType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="accessPoint"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="context" upperBound="-1" eType="#//StardustContextType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="context"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StardustUserTaskType" eSuperTypes="#//TStardustActivity"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StardustUserTask_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowsAbortByPerformer" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Determines whether the activity is allowed to be aborted."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="allowsAbortByPerformer"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interactiveApplicationRef" 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="interactiveApplicationRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TStardustActivity" eSuperTypes="#//TStardustCommon"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tStardustActivity"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eventHandler" upperBound="-1" eType="ecore:EClass carnot/carnot.ecore#//EventHandlerType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The list of event handlers defined for this model element."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eventHandler"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hibernateOnCreation" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Determines whether an activity instance is hibernated immediately after beeing created.&#xD;&#xA; &#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="hibernateOnCreation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TStardustCommon"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tStardustCommon"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementOid" 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="elementOid"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/sdbpmn.ecore
ecore
sdbpmn DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation dataType stardustActivity stardustAttributes stardustCommon stardustInterface stardustMessageStartEvent stardustModel stardustResource stardustSeqenceFlow stardustServiceTask stardustStartEvent stardustSubprocess stardustTimerStartEvent stardustUserTask applicationAccessPointRef author carnotVersion created interactiveApplicationRef modelOID oid parameterMappingOid triggerAccessPointRef vendor StardustAccessPointType typeRef StardustApplicationType accessPoint1 context1 StardustAttributesType attributeType StardustContextType typeRef StardustInterfaceType stardustApplication stardustTrigger applicationType StardustMessageStartEventType stardustAttributes StardustModelType author carnotVersion created modelOID oid vendor StardustResourceType stardustConditionalPerformer stardustRole stardustOrganization dataId StardustSeqenceFlowType forkOnTraversal false StardustServiceTaskType StardustStartEventType stardustAttributes StardustSubprocessType implementationProcess StardustTimerStartEventType stardustAttributes StardustTriggerType accessPoint1 context StardustUserTaskType allowsAbortByPerformer interactiveApplicationRef TStardustActivity eventHandler hibernateOnCreation TStardustCommon elementOid
null
{"directed":true,"nodes":[{"nsPrefix":"sdbpmn","nsURI":"http://www.eclipse.org/stardust/model/bpmn2/sdbpmn","name":"sdbpmn","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":"StardustAccessPointType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustApplicationType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustAttributesType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustContextType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustInterfaceType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustMessageStartEventType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustModelType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustResourceType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustSeqenceFlowType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustServiceTaskType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustStartEventType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustSubprocessType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustTimerStartEventType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustTriggerType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StardustUserTaskType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TStardustActivity","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TStardustCommon","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"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":"dataType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":22,"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":"stardustActivity","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":"stardustAttributes","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":"stardustCommon","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":"stardustInterface","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":"stardustMessageStartEvent","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":"stardustModel","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":"stardustResource","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":"stardustSeqenceFlow","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":"stardustServiceTask","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":"stardustStartEvent","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":"stardustSubprocess","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":"stardustTimerStartEvent","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":"stardustUserTask","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"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":"applicationAccessPointRef","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":"author","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":"carnotVersion","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":"created","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":"interactiveApplicationRef","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":"modelOID","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"oid","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":"parameterMappingOid","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"triggerAccessPointRef","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vendor","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessPoint1","changeable":true,"resolveProxies":false,"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":"context1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stardustApplication","changeable":true,"resolveProxies":false,"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":"stardustTrigger","changeable":true,"resolveProxies":false,"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":"applicationType","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stardustAttributes","changeable":true,"resolveProxies":false,"lowerBound":1,"id":92,"derived":false},{"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":"author","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":"carnotVersion","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":"created","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":"modelOID","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"oid","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":"vendor","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stardustConditionalPerformer","changeable":true,"resolveProxies":false,"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":"stardustRole","changeable":true,"resolveProxies":false,"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":"stardustOrganization","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"dataId","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"forkOnTraversal","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stardustAttributes","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"implementationProcess","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stardustAttributes","changeable":true,"resolveProxies":false,"lowerBound":1,"id":122,"derived":false},{"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":"accessPoint1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":false,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"allowsAbortByPerformer","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interactiveApplicationRef","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"hibernateOnCreation","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementOid","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":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":19,"target":46},{"source":19,"target":1},{"source":20,"target":47},{"source":20,"target":1},{"source":21,"target":48},{"source":21,"target":1},{"source":22,"target":49},{"source":22,"target":1},{"source":23,"target":17},{"source":23,"target":50},{"source":23,"target":1},{"source":50,"target":17},{"source":24,"target":4},{"source":24,"target":51},{"source":24,"target":1},{"source":51,"target":4},{"source":25,"target":18},{"source":25,"target":52},{"source":25,"target":1},{"source":52,"target":18},{"source":26,"target":6},{"source":26,"target":53},{"source":26,"target":1},{"source":53,"target":6},{"source":27,"target":7},{"source":27,"target":54},{"source":27,"target":1},{"source":54,"target":7},{"source":28,"target":8},{"source":28,"target":55},{"source":28,"target":1},{"source":55,"target":8},{"source":29,"target":9},{"source":29,"target":56},{"source":29,"target":1},{"source":56,"target":9},{"source":30,"target":10},{"source":30,"target":57},{"source":30,"target":1},{"source":57,"target":10},{"source":31,"target":11},{"source":31,"target":58},{"source":31,"target":1},{"source":58,"target":11},{"source":32,"target":12},{"source":32,"target":59},{"source":32,"target":1},{"source":59,"target":12},{"source":33,"target":13},{"source":33,"target":60},{"source":33,"target":1},{"source":60,"target":13},{"source":34,"target":14},{"source":34,"target":61},{"source":34,"target":1},{"source":61,"target":14},{"source":35,"target":16},{"source":35,"target":62},{"source":35,"target":1},{"source":62,"target":16},{"source":36,"target":63},{"source":36,"target":1},{"source":37,"target":64},{"source":37,"target":1},{"source":38,"target":65},{"source":38,"target":1},{"source":39,"target":66},{"source":39,"target":1},{"source":40,"target":67},{"source":40,"target":1},{"source":41,"target":68},{"source":41,"target":1},{"source":42,"target":69},{"source":42,"target":1},{"source":43,"target":70},{"source":43,"target":1},{"source":44,"target":71},{"source":44,"target":1},{"source":45,"target":72},{"source":45,"target":1},{"source":2,"target":0},{"source":2,"target":73},{"source":2,"target":74},{"source":73,"target":75},{"source":73,"target":2},{"source":3,"target":0},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":76,"target":2},{"source":76,"target":79},{"source":76,"target":3},{"source":79,"target":2},{"source":77,"target":5},{"source":77,"target":80},{"source":77,"target":3},{"source":80,"target":5},{"source":4,"target":0},{"source":4,"target":81},{"source":81,"target":82},{"source":81,"target":4},{"source":5,"target":0},{"source":5,"target":83},{"source":5,"target":84},{"source":83,"target":85},{"source":83,"target":5},{"source":6,"target":0},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":86,"target":3},{"source":86,"target":89},{"source":86,"target":6},{"source":89,"target":3},{"source":87,"target":15},{"source":87,"target":90},{"source":87,"target":6},{"source":90,"target":15},{"source":88,"target":91},{"source":88,"target":6},{"source":7,"target":0},{"source":7,"target":92},{"source":92,"target":4},{"source":92,"target":93},{"source":92,"target":7},{"source":93,"target":4},{"source":8,"target":0},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":94,"target":100},{"source":94,"target":8},{"source":95,"target":101},{"source":95,"target":8},{"source":96,"target":102},{"source":96,"target":8},{"source":97,"target":103},{"source":97,"target":8},{"source":98,"target":104},{"source":98,"target":8},{"source":99,"target":105},{"source":99,"target":8},{"source":9,"target":0},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":106,"target":110},{"source":106,"target":9},{"source":107,"target":111},{"source":107,"target":9},{"source":108,"target":112},{"source":108,"target":9},{"source":109,"target":113},{"source":109,"target":9},{"source":10,"target":0},{"source":10,"target":114},{"source":114,"target":115},{"source":114,"target":10},{"source":11,"target":0},{"source":11,"target":17},{"source":11,"target":116},{"source":116,"target":17},{"source":12,"target":0},{"source":12,"target":117},{"source":117,"target":4},{"source":117,"target":118},{"source":117,"target":12},{"source":118,"target":4},{"source":13,"target":0},{"source":13,"target":17},{"source":13,"target":119},{"source":13,"target":120},{"source":119,"target":121},{"source":119,"target":13},{"source":120,"target":17},{"source":14,"target":0},{"source":14,"target":122},{"source":122,"target":4},{"source":122,"target":123},{"source":122,"target":14},{"source":123,"target":4},{"source":15,"target":0},{"source":15,"target":124},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":2},{"source":124,"target":127},{"source":124,"target":15},{"source":127,"target":2},{"source":125,"target":5},{"source":125,"target":128},{"source":125,"target":15},{"source":128,"target":5},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":129},{"source":16,"target":130},{"source":16,"target":131},{"source":129,"target":132},{"source":129,"target":16},{"source":130,"target":133},{"source":130,"target":16},{"source":131,"target":17},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":134},{"source":17,"target":135},{"source":17,"target":136},{"source":134,"target":137},{"source":134,"target":17},{"source":135,"target":138},{"source":135,"target":17},{"source":136,"target":18},{"source":18,"target":0},{"source":18,"target":139},{"source":139,"target":140},{"source":139,"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="soapIOModule" nsURI="http://www.ms.com/2007/Saturn/Modules/SoapIO" nsPrefix="soapIOModule"> <eAnnotations source="http://www.ms.com/2011/tdo-qa-tools/rcs"> <details key="author" value="$Author$"/> <details key="change" value="$Change$"/> <details key="file" value="$File$"/> <details key="id" value="$Id$"/> <details key="revision" value="$Revision$"/> <details key="timestamp" value="$DateTime$"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AbstractSoapIOOperation" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AbstractSoapIOOperation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requestId" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RequestId"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timeOut" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TimeOut"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTerminationCondition" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AbstractTerminationCondition"/> <details key="kind" value="empty"/> </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="soapIOConfiguration" upperBound="-2" eType="#//SoapIOConfiguration" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Configuration"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PerlTerminationCondition" eSuperTypes="#//AbstractTerminationCondition"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PerlTerminationCondition"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="perlCode" lowerBound="1" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PerlCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoapIOConfiguration"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Configuration_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="soapIOResource" lowerBound="1" eType="ecore:EClass types.ecore#//ResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SoapIOResource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="#//AbstractSoapIOOperation" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Operation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoapIOGetOperation" eSuperTypes="#//AbstractSoapIOOperation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SoapIOGetOperation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="ecore:EClass types.ecore#//ResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Output"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="terminationCondition" eType="#//AbstractTerminationCondition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TerminationCondition"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extractBody" 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="extractBody"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxRetries" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="maxRetries"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoapIOPutAndGetOperation" eSuperTypes="#//AbstractSoapIOOperation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SoapIOPutAndGetOperation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Namespace"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="ecore:EClass types.ecore#//ResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Input"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="ecore:EClass types.ecore#//ResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Output"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Message"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="messageFile" eType="ecore:EClass types.ecore#//ResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MessageFile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outDir" eType="ecore:EClass types.ecore#//ResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OutDir"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outFile" eType="ecore:EClass types.ecore#//ResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OutFile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoapIOPutOperation" eSuperTypes="#//AbstractSoapIOOperation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SoapIOPutOperation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Namespace"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="ecore:EClass types.ecore#//ResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Input"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Message"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="messageFile" eType="ecore:EClass types.ecore#//ResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MessageFile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Morgan-Stanley/Saturn/com.ms.qaTools.saturn.model/model/soapIOModule.ecore
ecore
soapIOModule AbstractSoapIOOperation requestId timeOut AbstractTerminationCondition DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation soapIOConfiguration PerlTerminationCondition perlCode SoapIOConfiguration soapIOResource operation SoapIOGetOperation output terminationCondition extractBody false maxRetries 1 SoapIOPutAndGetOperation action namespace input output message messageFile outDir outFile SoapIOPutOperation action namespace input message messageFile
null
{"directed":true,"nodes":[{"nsPrefix":"soapIOModule","nsURI":"http://www.ms.com/2007/Saturn/Modules/SoapIO","name":"soapIOModule","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSoapIOOperation","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTerminationCondition","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerlTerminationCondition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoapIOConfiguration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoapIOGetOperation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoapIOPutAndGetOperation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoapIOPutOperation","instanceClass":null,"abstract":false,"id":8,"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":"requestId","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeOut","changeable":true,"resolveProxies":false,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"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":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"soapIOConfiguration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":true},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"perlCode","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"soapIOResource","changeable":true,"resolveProxies":false,"lowerBound":1,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":false,"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":"terminationCondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"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":"extractBody","changeable":true,"lowerBound":0,"iD":false,"id":30,"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":"maxRetries","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"namespace","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageFile","changeable":true,"resolveProxies":false,"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":"outDir","changeable":true,"resolveProxies":false,"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":"outFile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","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":"messageFile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":9,"target":11},{"source":9,"target":1},{"source":10,"target":12},{"source":10,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"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":18},{"source":14,"target":3},{"source":15,"target":19},{"source":15,"target":3},{"source":16,"target":5},{"source":16,"target":20},{"source":16,"target":3},{"source":20,"target":5},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":23},{"source":21,"target":4},{"source":22,"target":2},{"source":5,"target":0},{"source":5,"target":24},{"source":5,"target":25},{"source":24,"target":26},{"source":24,"target":5},{"source":25,"target":1},{"source":25,"target":27},{"source":25,"target":5},{"source":27,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":28},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":28,"target":33},{"source":28,"target":6},{"source":29,"target":2},{"source":29,"target":34},{"source":29,"target":6},{"source":34,"target":2},{"source":30,"target":35},{"source":30,"target":6},{"source":31,"target":36},{"source":31,"target":6},{"source":32,"target":1},{"source":7,"target":0},{"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":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":37,"target":46},{"source":37,"target":7},{"source":38,"target":47},{"source":38,"target":7},{"source":39,"target":48},{"source":39,"target":7},{"source":40,"target":49},{"source":40,"target":7},{"source":41,"target":50},{"source":41,"target":7},{"source":42,"target":51},{"source":42,"target":7},{"source":43,"target":52},{"source":43,"target":7},{"source":44,"target":53},{"source":44,"target":7},{"source":45,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":54,"target":60},{"source":54,"target":8},{"source":55,"target":61},{"source":55,"target":8},{"source":56,"target":62},{"source":56,"target":8},{"source":57,"target":63},{"source":57,"target":8},{"source":58,"target":64},{"source":58,"target":8},{"source":59,"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="views" nsURI="http://www.eclipse.org/emf/eef/views/1.0.0" nsPrefix="eef-views"> <eClassifiers xsi:type="ecore:EClass" name="ViewsRepository" eSuperTypes="#//DocumentedElement #//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//View" containment="true" eOpposite="#//View/repository"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RepositoryKind" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category" containment="true" eOpposite="#//Category/repository"/> <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="View" eSuperTypes="#//Container #//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//ViewsRepository" eOpposite="#//ViewsRepository/views"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="explicit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" eType="#//Category" eOpposite="#//Category/views"/> <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="ElementEditor" eSuperTypes="#//ViewElement #//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnly" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameAsLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//DocumentedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//View" containment="true" eOpposite="#//View/category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//ViewsRepository" eOpposite="#//ViewsRepository/categories"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Container" eSuperTypes="#//ViewElement #//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ViewElement" containment="true" eOpposite="#//ViewElement/container"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewElement" abstract="true" eSuperTypes="#//DocumentedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="representation" eType="#//toolkits/Widget"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//Container" eOpposite="#//Container/elements"/> <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="CustomElementEditor" eSuperTypes="#//ElementEditor"/> <eClassifiers xsi:type="ecore:EClass" name="CustomView" eSuperTypes="#//View"/> <eClassifiers xsi:type="ecore:EClass" name="DocumentedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewReference" eSuperTypes="#//ViewElement #//IdentifiedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="view" lowerBound="1" eType="#//ViewElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifiedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedIdentifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eSubpackages name="toolkits" nsURI="http://www.eclipse.org/emf/eef/views/toolkits/1.0.0" nsPrefix="eef-views"> <eClassifiers xsi:type="ecore:EClass" name="Toolkit"> <eStructuralFeatures xsi:type="ecore:EReference" name="widgets" upperBound="-1" eType="#//toolkits/Widget" containment="true" eOpposite="#//toolkits/Widget/toolkit"/> <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="Widget"> <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="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolkit" eType="#//toolkits/Toolkit" eOpposite="#//toolkits/Toolkit/widgets"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/views.ecore
ecore
views ViewsRepository views RepositoryKind categories name View repository explicit true category label ElementEditor readOnly nameAsLabel Category views repository categories name Container elements ViewElement representation container name CustomElementEditor CustomView DocumentedElement documentation ViewReference view IdentifiedElement qualifiedIdentifier toolkits Toolkit widgets name Widget name icon implementation toolkit
null
{"directed":true,"nodes":[{"nsPrefix":"eef-views","nsURI":"http://www.eclipse.org/emf/eef/views/1.0.0","name":"views","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewsRepository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementEditor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomElementEditor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomView","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewReference","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiedElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"nsPrefix":"eef-views","nsURI":"http://www.eclipse.org/emf/eef/views/toolkits/1.0.0","name":"toolkits","id":12,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"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":"RepositoryKind","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":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"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":"explicit","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":"category","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":"label","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"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":"readOnly","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameAsLabel","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"name","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":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":48,"derived":false},{"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":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representation","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"view","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"qualifiedIdentifier","changeable":false,"lowerBound":1,"iD":false,"id":68,"derived":true},{"id":69,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Toolkit","instanceClass":null,"abstract":false,"id":70,"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":"widgets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toolkit","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":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":"implementation","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":9},{"source":1,"target":11},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":13,"target":2},{"source":13,"target":19},{"source":13,"target":1},{"source":13,"target":20},{"source":19,"target":2},{"source":14,"target":21},{"source":14,"target":1},{"source":15,"target":4},{"source":15,"target":22},{"source":15,"target":1},{"source":15,"target":23},{"source":22,"target":4},{"source":16,"target":24},{"source":16,"target":1},{"source":17,"target":9},{"source":18,"target":11},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":11},{"source":2,"target":20},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":20,"target":1},{"source":20,"target":30},{"source":20,"target":2},{"source":20,"target":13},{"source":30,"target":1},{"source":25,"target":31},{"source":25,"target":2},{"source":26,"target":4},{"source":26,"target":32},{"source":26,"target":2},{"source":26,"target":33},{"source":32,"target":4},{"source":27,"target":34},{"source":27,"target":2},{"source":28,"target":5},{"source":29,"target":11},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":11},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":35,"target":39},{"source":35,"target":3},{"source":36,"target":40},{"source":36,"target":3},{"source":37,"target":6},{"source":38,"target":11},{"source":4,"target":0},{"source":4,"target":9},{"source":4,"target":33},{"source":4,"target":23},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":33,"target":2},{"source":33,"target":44},{"source":33,"target":4},{"source":33,"target":26},{"source":44,"target":2},{"source":23,"target":1},{"source":23,"target":45},{"source":23,"target":4},{"source":23,"target":15},{"source":45,"target":1},{"source":41,"target":4},{"source":41,"target":46},{"source":41,"target":4},{"source":46,"target":4},{"source":42,"target":47},{"source":42,"target":4},{"source":43,"target":9},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":11},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":48,"target":6},{"source":48,"target":51},{"source":48,"target":5},{"source":48,"target":52},{"source":51,"target":6},{"source":49,"target":6},{"source":50,"target":11},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":53},{"source":6,"target":52},{"source":6,"target":54},{"source":6,"target":55},{"source":53,"target":56},{"source":53,"target":57},{"source":53,"target":6},{"source":57,"target":56},{"source":52,"target":5},{"source":52,"target":58},{"source":52,"target":6},{"source":52,"target":48},{"source":58,"target":5},{"source":54,"target":59},{"source":54,"target":6},{"source":55,"target":9},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":60},{"source":60,"target":3},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":61},{"source":61,"target":2},{"source":9,"target":0},{"source":9,"target":62},{"source":62,"target":63},{"source":62,"target":9},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":11},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":64,"target":6},{"source":64,"target":67},{"source":64,"target":10},{"source":67,"target":6},{"source":65,"target":6},{"source":66,"target":11},{"source":11,"target":0},{"source":11,"target":68},{"source":68,"target":69},{"source":68,"target":11},{"source":12,"target":70},{"source":12,"target":56},{"source":12,"target":0},{"source":70,"target":12},{"source":70,"target":71},{"source":70,"target":72},{"source":71,"target":56},{"source":71,"target":73},{"source":71,"target":70},{"source":71,"target":74},{"source":73,"target":56},{"source":72,"target":75},{"source":72,"target":70},{"source":56,"target":12},{"source":56,"target":76},{"source":56,"target":77},{"source":56,"target":78},{"source":56,"target":74},{"source":76,"target":79},{"source":76,"target":56},{"source":77,"target":80},{"source":77,"target":56},{"source":78,"target":81},{"source":78,"target":56},{"source":74,"target":70},{"source":74,"target":82},{"source":74,"target":56},{"source":74,"target":71},{"source":82,"target":70}],"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="bootstrap" nsURI="urn:org.nasdanika.vinci.bootstrap" nsPrefix="org.nasdanika.vinci.bootstrap"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Model of Bootstrap elements."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="BootstrapElement" abstract="true" eSuperTypes="../../org.nasdanika.vinci.html/model/html.ecore#//HtmlElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An HTML element with Bootstrap appearance."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="appearance" eType="#//Appearance" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Customizes appearance of Bootstrap element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BootstrapPage" eSuperTypes="../../org.nasdanika.vinci.html/model/html.ecore#//Page"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="HTML page with bootstrap elements in the head - meta, stylesheets, and scripts.&#xA;&#xA;[Overview video](https://www.youtube.com/watch?v=Q6u6hL10xXA) in Russian."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="theme"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cdn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this attribute is true (default) then a generated page contains stylesheet and script elements pointing to Bootstrap CDN (Content Delivery Network)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="theme" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Bootstrap [theme](https://www.nasdanika.org/master/products/html/apidocs/org.nasdanika.html.bootstrap/apidocs/org/nasdanika/html/bootstrap/Theme.html). This attribute is applicable only if CDN is set to true. In this case Bootstrap stylesheets added to the page point to a specific theme."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Appearance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class is used for configuring common aspects of HTML and Bootstrap elements such as background, spacing, text, etc."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="border_overlap background attributes"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Bootstrap color for background."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="ecore:EClass ../../org.nasdanika.ncore/model/ncore.ecore#//AbstractEntry" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="HTML element (tag) attributes.&#xA;&#xA;## Interpolation&#xA;&#xA;Attribute values are interpolated, i.e. tokens in the form of ``${token name[|default value]}`` are replaced with the contextual values or default values, if any. Examples:&#xA;&#xA;* ``${my-style}`` - Token without a default value.&#xA;* ``${font-weight|bold}`` - Token with a default value.&#xA;&#xA;## Regular attributes&#xA;&#xA;For all top-level entries except ``class``, ``style``, and ``data`` attribute value is produced by converting the value to string for scalars and to JSON string for lists and maps. &#xA;For attributes which do not start with ``data-`` a warning is issued if the value is not a scalar, i.e. a list or a map.&#xA;&#xA;## Class&#xA;&#xA;For class attribute its value is formed by concantenating elements using space as a separator. If elements are hierarchical then class name is formed by concatenation with a dash (``-``) as a separator.&#xA;&#xA;## Data&#xA;&#xA;If value of ``data`` attbibute is a map then keys of that map get concatenated with ``data`` using dash (``-``) as a separator, them same applies to nested maps. Non-map values become attribute values - scalars are converted to string, lists are converted to JSON string.&#xA;&#xA;## Style&#xA;&#xA;Style can be defined as a string, list or map. If style is defined as a list, all list values are concatenated with a space as a separator - it is a convent way for long unstructured definitions.&#xA;&#xA;If style value is a map then the value and its contained map values are processed in the following fashion:&#xA;&#xA;* Keys are concatenated with dash as a separator.&#xA;* List values are contcatenated wtih space as a separator.&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="border" upperBound="4" eType="#//Border" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Border configuration."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="margin" upperBound="-1" eType="#//Spacing" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Margin configuration."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="padding" upperBound="-1" eType="#//Spacing" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Padding configuration."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="text" eType="#//Text" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Text style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="Float" upperBound="-1" eType="#//Float" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Float configuration."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Border"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="placement color"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Border configuration specifies border location and color."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Border bootstrap color."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="top" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Top border."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Bottom border."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Left border."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Righ border."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Spacing"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="size breakpoint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Spacing - padding or margin. Specifies size, location, and breakpoint."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Spacing size - from 0 to 5 or auto."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="breakpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Spacing breakpoint."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="top" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Top spacing."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Bottom spacing."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Left spacing."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Righ spacing."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Horizontal spacing."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Vertical spacing."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="attributes"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Text styling."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Text alignment."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Text bootstrap color."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transform" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Text case transformation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Text weight."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="monospace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Monospace flag."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="italic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Italic flag."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nowrap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Prevents text from wrapping."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="truncate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Use to truncate the text with an ellipsis."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Float"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="attributes"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines element floating - left or right - for a given breakpoint."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="side" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Side to float to."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="breakpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Breakpoint."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="../../org.nasdanika.vinci.html/model/html.ecore#//Tag #//BootstrapElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="HTML tag with Bootstrap appearance"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentTag" eSuperTypes="../../org.nasdanika.vinci.html/model/html.ecore#//ContentTag #//BootstrapElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="HTML tag with content and Bootstrap appearance"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//Tag"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="HTML DIV with bootstrap styling"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item" abstract="true" eSuperTypes="../../org.nasdanika.ncore/model/ncore.ecore#//ModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class for model elements which can be active, disabled, and have color."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="color activeAndDisabled"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that the item is active (currently selected)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that the item is disabled and cannot be activated/selected."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Item Bootstrap color."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionGroupItem" abstract="true" eSuperTypes="#//Item"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class for action group items"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Item name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkActionGroupItem" eSuperTypes="#//ActionGroupItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Click on the item navigates to the link URL."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Link URL."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentActionGroupItem" eSuperTypes="#//ActionGroupItem ../../org.nasdanika.vinci.html/model/html.ecore#//Container"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Action Group Item with content. Click on the item shows the content in the content container."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionGroup" eSuperTypes="#//Div"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="[List group](https://getbootstrap.com/docs/4.0/components/list-group/) with actions (links). "/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="flush" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Removes borders to render action group items edge-to-edge in a parent container."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//ActionGroupItem" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Group items."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Container" eSuperTypes="#//BootstrapElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="[Bootstrap layout](https://getbootstrap.com/docs/4.3/layout/overview/) container contains rows which in turn contain columns."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="rows" upperBound="-1" eType="#//Row" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container rows."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fluid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Fluid container spans the entire width of the viewport."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Row" eSuperTypes="#//BootstrapElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container rows"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Row columns."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnWidth"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="breakpoint width"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Column width for a given breakpoint."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="breakpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Breakpoint."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Column width."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//BootstrapElement ../../org.nasdanika.vinci.html/model/html.ecore#//Container"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container row column."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="width" upperBound="-1" eType="#//ColumnWidth" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Column widths for different breakpoints."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableRowContainer" abstract="true" eSuperTypes="#//BootstrapElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class for containers of rows - table, header, body, footer."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="rows" upperBound="-1" eType="#//TableRow" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Table rows."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableSection" eSuperTypes="#//TableRowContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Table section - body or footer, header has its own class."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableHeader" eSuperTypes="#//TableSection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Table header."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dark" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Dark header (mutually exclusive with light)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="light" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Light header (mutually exclusive with dark)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableConfiguration" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Configuration of [bootstrap table](https://getbootstrap.com/docs/4.0/content/tables/)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dark" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Dark table flag."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="striped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Striped table flag."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Bordered table flag."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="borderless" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Borderless table flag."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hover" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If checked, rows change background on mouse pointer hover."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="small" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Small table flag."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//TableRowContainer #//TableConfiguration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="[Bootstrap table](https://getbootstrap.com/docs/4.0/content/tables/)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="header" eType="#//TableHeader" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Table header."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//TableSection" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Table body."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="footer" eType="#//TableSection" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Table footer."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableRow" eSuperTypes="#//BootstrapElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Table row."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="cells" upperBound="-1" eType="#//TableCell" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Table row cells."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Row color."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Row background color. Displays differently from &quot;Color&quot;. Can also be specified via appearance."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableCell" eSuperTypes="../../org.nasdanika.vinci.html/model/html.ecore#//Container #//BootstrapElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Table cell - regular or header."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="header" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, table cell is generated as ``&lt;th>`` instead of the default ``&lt;td>``."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colSpan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Column span for the cell."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowSpan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Row span for the cell."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Cell color."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Cell background color. Displays differently from &quot;Color&quot;. Can also be specified via appearance."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Card" eSuperTypes="#//Div"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Bootstrap [card](https://getbootstrap.com/docs/4.0/components/card/)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="header" eType="#//Div" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Card header."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Div" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Card body."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="footer" eType="#//Div" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Card footer."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Alert" eSuperTypes="#//Div"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Badge" eSuperTypes="#//Div"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Breadcrumb"/> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//Div"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO - size - enum? Block, active, disabled."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ButtonGroup"/> <eClassifiers xsi:type="ecore:EClass" name="ButtonToolbar"/> <eClassifiers xsi:type="ecore:EClass" name="Dropdown"/> <eClassifiers xsi:type="ecore:EClass" name="Form"/> <eClassifiers xsi:type="ecore:EClass" name="ListGroup"/> <eClassifiers xsi:type="ecore:EClass" name="Navs"/> <eClassifiers xsi:type="ecore:EClass" name="Navbar"/> <eClassifiers xsi:type="ecore:EClass" name="Tooltip"/> <eClassifiers xsi:type="ecore:EClass" name="InputGroup"/> <eClassifiers xsi:type="ecore:EClass" name="FormGroup"/> <eClassifiers xsi:type="ecore:EClass" name="Collapse"/> <eClassifiers xsi:type="ecore:EClass" name="Modal"/> <eClassifiers xsi:type="ecore:EClass" name="Accordion"/> </ecore:EPackage>
github:ecore:/data/Nasdanika/vinci/bootstrap/model/bootstrap.ecore
ecore
bootstrap BootstrapElement appearance BootstrapPage cdn true theme Appearance background attributes border margin padding text Float Border color top true bottom true left true right true Spacing size breakpoint top true bottom true left true right true x false y false Text alignment color transform weight monospace italic nowrap truncate Float side breakpoint Tag ContentTag Div Item active disabled color ActionGroupItem name LinkActionGroupItem url ContentActionGroupItem ActionGroup flush items Container rows fluid Row columns ColumnWidth breakpoint width Column width TableRowContainer rows TableSection TableHeader dark light TableConfiguration dark striped bordered borderless hover small Table header body footer TableRow cells color background TableCell header colSpan rowSpan color background Card header body footer Alert color Badge color Breadcrumb Button color outline ButtonGroup ButtonToolbar Dropdown Form ListGroup Navs Navbar Tooltip InputGroup FormGroup Collapse Modal Accordion
null
{"directed":true,"nodes":[{"nsPrefix":"org.nasdanika.vinci.bootstrap","nsURI":"urn:org.nasdanika.vinci.bootstrap","name":"bootstrap","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BootstrapElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BootstrapPage","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Appearance","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Border","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spacing","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentTag","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionGroupItem","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkActionGroupItem","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentActionGroupItem","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionGroup","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Row","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnWidth","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableRowContainer","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableSection","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableHeader","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableConfiguration","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableRow","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableCell","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Card","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alert","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Badge","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Breadcrumb","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ButtonGroup","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ButtonToolbar","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dropdown","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListGroup","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Navs","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Navbar","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tooltip","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputGroup","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormGroup","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collapse","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modal","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Accordion","instanceClass":null,"abstract":false,"id":44,"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":"appearance","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"transient":false,"unique":true,"name":"cdn","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":"theme","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"background","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"border","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"margin","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":"padding","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":"text","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Float","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"top","changeable":true,"lowerBound":0,"iD":false,"id":68,"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":"bottom","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"right","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":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":"breakpoint","changeable":true,"lowerBound":0,"iD":false,"id":78,"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":"top","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"bottom","changeable":true,"lowerBound":0,"iD":false,"id":80,"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":"left","changeable":true,"lowerBound":0,"iD":false,"id":81,"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":"right","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"y","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"},{"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":"alignment","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":"color","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":"transform","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":"weight","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"monospace","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"italic","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":null,"unsettable":false,"transient":false,"unique":true,"name":"nowrap","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"truncate","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"},{"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":"side","changeable":true,"lowerBound":1,"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":"breakpoint","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":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":"disabled","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":"color","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"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":"flush","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fluid","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"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":"breakpoint","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":"width","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"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":"width","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rows","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dark","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":"light","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dark","changeable":true,"lowerBound":0,"iD":false,"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":"striped","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bordered","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borderless","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hover","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"small","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"header","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":"body","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":"footer","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":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"color","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"header","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":"colSpan","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":"rowSpan","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","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":"background","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"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":"header","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"footer","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":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":"color","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","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":null,"unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":45},{"source":1,"target":46},{"source":45,"target":3},{"source":45,"target":47},{"source":45,"target":1},{"source":47,"target":3},{"source":2,"target":0},{"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":3,"target":0},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":53,"target":60},{"source":53,"target":3},{"source":54,"target":61},{"source":54,"target":3},{"source":55,"target":4},{"source":55,"target":62},{"source":55,"target":3},{"source":62,"target":4},{"source":56,"target":5},{"source":56,"target":63},{"source":56,"target":3},{"source":63,"target":5},{"source":57,"target":5},{"source":57,"target":64},{"source":57,"target":3},{"source":64,"target":5},{"source":58,"target":6},{"source":58,"target":65},{"source":58,"target":3},{"source":65,"target":6},{"source":59,"target":7},{"source":59,"target":66},{"source":59,"target":3},{"source":66,"target":7},{"source":4,"target":0},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":67,"target":72},{"source":67,"target":4},{"source":68,"target":73},{"source":68,"target":4},{"source":69,"target":74},{"source":69,"target":4},{"source":70,"target":75},{"source":70,"target":4},{"source":71,"target":76},{"source":71,"target":4},{"source":5,"target":0},{"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":77,"target":85},{"source":77,"target":5},{"source":78,"target":86},{"source":78,"target":5},{"source":79,"target":87},{"source":79,"target":5},{"source":80,"target":88},{"source":80,"target":5},{"source":81,"target":89},{"source":81,"target":5},{"source":82,"target":90},{"source":82,"target":5},{"source":83,"target":91},{"source":83,"target":5},{"source":84,"target":92},{"source":84,"target":5},{"source":6,"target":0},{"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":93,"target":101},{"source":93,"target":6},{"source":94,"target":102},{"source":94,"target":6},{"source":95,"target":103},{"source":95,"target":6},{"source":96,"target":104},{"source":96,"target":6},{"source":97,"target":105},{"source":97,"target":6},{"source":98,"target":106},{"source":98,"target":6},{"source":99,"target":107},{"source":99,"target":6},{"source":100,"target":108},{"source":100,"target":6},{"source":7,"target":0},{"source":7,"target":109},{"source":7,"target":110},{"source":109,"target":111},{"source":109,"target":7},{"source":110,"target":112},{"source":110,"target":7},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":113},{"source":8,"target":114},{"source":114,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":115},{"source":9,"target":116},{"source":116,"target":1},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":117},{"source":117,"target":8},{"source":11,"target":0},{"source":11,"target":118},{"source":11,"target":119},{"source":11,"target":120},{"source":11,"target":121},{"source":118,"target":122},{"source":118,"target":11},{"source":119,"target":123},{"source":119,"target":11},{"source":120,"target":124},{"source":120,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":125},{"source":12,"target":126},{"source":125,"target":127},{"source":125,"target":12},{"source":126,"target":11},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":128},{"source":13,"target":129},{"source":128,"target":130},{"source":128,"target":13},{"source":129,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":131},{"source":14,"target":132},{"source":131,"target":12},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":133},{"source":15,"target":134},{"source":15,"target":135},{"source":133,"target":136},{"source":133,"target":15},{"source":134,"target":12},{"source":134,"target":137},{"source":134,"target":15},{"source":137,"target":12},{"source":135,"target":10},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":138},{"source":16,"target":139},{"source":16,"target":140},{"source":138,"target":17},{"source":138,"target":141},{"source":138,"target":16},{"source":141,"target":17},{"source":139,"target":142},{"source":139,"target":16},{"source":140,"target":1},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":143},{"source":17,"target":144},{"source":143,"target":19},{"source":143,"target":145},{"source":143,"target":17},{"source":145,"target":19},{"source":144,"target":1},{"source":18,"target":0},{"source":18,"target":146},{"source":18,"target":147},{"source":146,"target":148},{"source":146,"target":18},{"source":147,"target":149},{"source":147,"target":18},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":150},{"source":19,"target":151},{"source":19,"target":152},{"source":150,"target":18},{"source":150,"target":153},{"source":150,"target":19},{"source":153,"target":18},{"source":151,"target":1},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":154},{"source":20,"target":155},{"source":154,"target":25},{"source":154,"target":156},{"source":154,"target":20},{"source":156,"target":25},{"source":155,"target":1},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":157},{"source":157,"target":20},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":158},{"source":22,"target":159},{"source":22,"target":160},{"source":158,"target":161},{"source":158,"target":22},{"source":159,"target":162},{"source":159,"target":22},{"source":160,"target":21},{"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":163,"target":169},{"source":163,"target":23},{"source":164,"target":170},{"source":164,"target":23},{"source":165,"target":171},{"source":165,"target":23},{"source":166,"target":172},{"source":166,"target":23},{"source":167,"target":173},{"source":167,"target":23},{"source":168,"target":174},{"source":168,"target":23},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":23},{"source":24,"target":175},{"source":24,"target":176},{"source":24,"target":177},{"source":24,"target":178},{"source":24,"target":179},{"source":175,"target":22},{"source":175,"target":180},{"source":175,"target":24},{"source":180,"target":22},{"source":176,"target":21},{"source":176,"target":181},{"source":176,"target":24},{"source":181,"target":21},{"source":177,"target":21},{"source":177,"target":182},{"source":177,"target":24},{"source":182,"target":21},{"source":178,"target":20},{"source":179,"target":23},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":183},{"source":25,"target":184},{"source":25,"target":185},{"source":25,"target":186},{"source":183,"target":26},{"source":183,"target":187},{"source":183,"target":25},{"source":187,"target":26},{"source":184,"target":188},{"source":184,"target":25},{"source":185,"target":189},{"source":185,"target":25},{"source":186,"target":1},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":190},{"source":26,"target":191},{"source":26,"target":192},{"source":26,"target":193},{"source":26,"target":194},{"source":26,"target":195},{"source":26,"target":196},{"source":190,"target":197},{"source":190,"target":26},{"source":191,"target":198},{"source":191,"target":26},{"source":192,"target":199},{"source":192,"target":26},{"source":193,"target":200},{"source":193,"target":26},{"source":194,"target":201},{"source":194,"target":26},{"source":196,"target":1},{"source":27,"target":0},{"source":27,"target":10},{"source":27,"target":202},{"source":27,"target":203},{"source":27,"target":204},{"source":27,"target":205},{"source":202,"target":10},{"source":202,"target":206},{"source":202,"target":27},{"source":206,"target":10},{"source":203,"target":10},{"source":203,"target":207},{"source":203,"target":27},{"source":207,"target":10},{"source":204,"target":10},{"source":204,"target":208},{"source":204,"target":27},{"source":208,"target":10},{"source":205,"target":10},{"source":28,"target":0},{"source":28,"target":10},{"source":28,"target":209},{"source":28,"target":210},{"source":209,"target":211},{"source":209,"target":28},{"source":210,"target":10},{"source":29,"target":0},{"source":29,"target":10},{"source":29,"target":212},{"source":29,"target":213},{"source":212,"target":214},{"source":212,"target":29},{"source":213,"target":10},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":10},{"source":31,"target":215},{"source":31,"target":216},{"source":31,"target":217},{"source":215,"target":218},{"source":215,"target":31},{"source":216,"target":219},{"source":216,"target":31},{"source":217,"target":10},{"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}],"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="componentmodel" nsURI="http://componentmodel/1.0" nsPrefix="componentmodel"> <eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" lowerBound="1" upperBound="-1" eType="ecore:EClass /org.discode.task.m2t/bin/componentModel.ecore#//Port" containment="true" eKeys="/org.discode.task.m2t/bin/componentModel.ecore#//Port/name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorEmail" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveComponent" eSuperTypes="/org.discode.task.m2t/bin/componentModel.ecore#//Component"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="ecore:EClass /org.discode.task.m2t/bin/componentModel.ecore#//Property" containment="true" eKeys="/org.discode.task.m2t/bin/componentModel.ecore#//Property/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeComponent" eSuperTypes="/org.discode.task.m2t/bin/componentModel.ecore#//Component"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" upperBound="-1" eType="ecore:EClass /org.discode.task.m2t/bin/componentModel.ecore#//Component" containment="true" eKeys="/org.discode.task.m2t/bin/componentModel.ecore#//Component/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPort" eSuperTypes="/org.discode.task.m2t/bin/componentModel.ecore#//Port"> <eStructuralFeatures xsi:type="ecore:EReference" name="delegatesTo" upperBound="-1" eType="ecore:EClass /org.discode.task.m2t/bin/componentModel.ecore#//InPort" eOpposite="/org.discode.task.m2t/bin/componentModel.ecore#//InPort/delegatesFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="ecore:EClass /org.discode.task.m2t/bin/componentModel.ecore#//OutPort" eOpposite="/org.discode.task.m2t/bin/componentModel.ecore#//OutPort/sink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegatesFrom" eType="ecore:EClass /org.discode.task.m2t/bin/componentModel.ecore#//InPort" eOpposite="/org.discode.task.m2t/bin/componentModel.ecore#//InPort/delegatesTo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPort" eSuperTypes="/org.discode.task.m2t/bin/componentModel.ecore#//Port"> <eStructuralFeatures xsi:type="ecore:EReference" name="propagatesFrom" eType="ecore:EClass /org.discode.task.m2t/bin/componentModel.ecore#//OutPort" eOpposite="/org.discode.task.m2t/bin/componentModel.ecore#//OutPort/propagatesTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sink" upperBound="-1" eType="ecore:EClass /org.discode.task.m2t/bin/componentModel.ecore#//InPort" eOpposite="/org.discode.task.m2t/bin/componentModel.ecore#//InPort/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propagatesTo" upperBound="-1" eType="ecore:EClass /org.discode.task.m2t/bin/componentModel.ecore#//OutPort" eOpposite="/org.discode.task.m2t/bin/componentModel.ecore#//OutPort/propagatesFrom"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typePackage" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericProperty" eSuperTypes="/org.discode.task.m2t/bin/componentModel.ecore#//Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumProperty" eSuperTypes="/org.discode.task.m2t/bin/componentModel.ecore#//Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literalValue" lowerBound="1" 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/componentmodel.ecore
ecore
componentmodel Component ports name description authorName authorEmail PrimitiveComponent properties CompositeComponent components InPort delegatesTo source delegatesFrom OutPort propagatesFrom sink propagatesTo Port type typePackage name description Property name description NumericProperty minValue maxValue defaultValue EnumProperty literalValue
null
{"directed":true,"nodes":[{"nsPrefix":"componentmodel","nsURI":"http://componentmodel/1.0","name":"componentmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveComponent","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeComponent","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPort","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericProperty","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumProperty","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorName","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorEmail","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"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":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"delegatesTo","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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"delegatesFrom","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propagatesFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sink","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":false,"unsettable":false,"transient":false,"unique":true,"name":"propagatesTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typePackage","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":"name","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"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":"minValue","changeable":true,"lowerBound":1,"iD":false,"id":52,"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":"maxValue","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literalValue","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":17},{"source":12,"target":1},{"source":13,"target":18},{"source":13,"target":1},{"source":14,"target":19},{"source":14,"target":1},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":20,"target":22},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":23,"target":25},{"source":23,"target":3},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":26,"target":30},{"source":26,"target":4},{"source":27,"target":31},{"source":27,"target":4},{"source":28,"target":32},{"source":28,"target":4},{"source":5,"target":0},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":33,"target":37},{"source":33,"target":5},{"source":34,"target":38},{"source":34,"target":5},{"source":35,"target":39},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":40,"target":44},{"source":40,"target":6},{"source":41,"target":45},{"source":41,"target":6},{"source":42,"target":46},{"source":42,"target":6},{"source":43,"target":47},{"source":43,"target":6},{"source":7,"target":0},{"source":7,"target":48},{"source":7,"target":49},{"source":48,"target":50},{"source":48,"target":7},{"source":49,"target":51},{"source":49,"target":7},{"source":8,"target":0},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":52,"target":56},{"source":52,"target":8},{"source":53,"target":57},{"source":53,"target":8},{"source":54,"target":58},{"source":54,"target":8},{"source":9,"target":0},{"source":9,"target":59},{"source":9,"target":60},{"source":59,"target":61},{"source":59,"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="wdpDsl" nsURI="http://www.inria.org/wordpress/wdpdsl/WdpDsl" nsPrefix="wdpDsl"> <eClassifiers xsi:type="ecore:EClass" name="Website"> <eStructuralFeatures xsi:type="ecore:EReference" name="adminUser" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="#//User" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="posts" upperBound="-1" eType="#//Post" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//Page" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appearance" eType="#//Appearance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mediaLibrary" upperBound="-1" eType="#//Media" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalities" upperBound="-1" eType="#//Functionality" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//Tag" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="settings" eType="#//Settings" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deletion" eType="#//Deletion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deletion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postsByTitle" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pagesByTitle" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usersByLogin" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediasByTitle" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionalitiesByName" unique="false" upperBound="-1" eType="#//functionalities"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="themesByName" unique="false" upperBound="-1" eType="#//themes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoriesByName" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagsByName" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="menusByName" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsByPostDateAuthor" upperBound="-1" eType="#//PostDateAuthor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostDateAuthor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentAuthorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User"> <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="userRole" eType="#//role"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nickName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webSite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="biography" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostPage_Impl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//pageStatus"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featuredImage" eType="#//Image" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostPage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commonAttributes" eType="#//PostPage_Impl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Post" eSuperTypes="#//PostPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" unique="false" upperBound="-1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" unique="false" upperBound="-1" eType="#//Tag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="#//postFormat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//PostPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDateGMT" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Appearance"> <eStructuralFeatures xsi:type="ecore:EReference" name="widgets" upperBound="-1" eType="#//Widget" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appearanceMenus" upperBound="-1" eType="#//Menu" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appearanceHeader" eType="#//Header" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theme" upperBound="-1" eType="#//Theme" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Theme"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="themeType" eType="#//themes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultPlugin" eType="#//Plugin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Functionality"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionalityType" eType="#//functionalities"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="socialNetworks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultPlugin" eType="#//Plugin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentPostPage" eType="#//PostPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Url"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetFeed"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingItemContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingItemAuthor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingItemDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfItems" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//Url" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plugin"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//Url" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Media"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//Url" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uploadedTo" eType="#//PostPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="caption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="altText" 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="url" eType="#//Url" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//Url" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Header"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="randomImage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uploadImage" eType="#//Url" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShowingHeaderText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Taxonomy"> <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="slug" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//Taxonomy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoryName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//Taxonomy"> <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="Settings"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" eType="#//GeneralSettings" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writing" eType="#//WritingSettings" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reading" eType="#//ReadingSettings" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="discussion" eType="#//DiscussionSettings" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="media" eType="#//MediaSettings" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permalinks" eType="#//PermalinksSettings" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="postFormat"> <eLiterals name="standard" literal="standard"/> <eLiterals name="aside" value="1" literal="aside"/> <eLiterals name="audio" value="2" literal="audio"/> <eLiterals name="chat" value="3" literal="chat"/> <eLiterals name="gallery" value="4" literal="gallery"/> <eLiterals name="image" value="5" literal="image"/> <eLiterals name="link" value="6" literal="link"/> <eLiterals name="quote" value="7" literal="quote"/> <eLiterals name="status" value="8" literal="status"/> <eLiterals name="video" value="9" literal="video"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneralSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="websiteTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="websiteTagline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="websiteAdress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adminMail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userDefaultRole" eType="#//role"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeZone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gsDateFormat" eType="#//dateformat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gsTimeFormat" eType="#//timeFormat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weekStartsOn" eType="#//weeks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wordPressAdress" eType="#//Url" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPublic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WritingSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mailServer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loginName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultPostCategory" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultMailCategory" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isConvertingEmoticons" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCorrectingInvalidXHTML" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadingSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxNumberPostsForBlogPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberRecentItemForFeeds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticFrontPage" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticPostPage" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingLastPostInFront" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isIndexed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShowingFullTextForFeed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiscussionSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberArticleDaysForAutoCloseComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nestedCommentsLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberCommentsPerPageForBreakedComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfLinksInCommentForModeration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moderatedWords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forbiddenWords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxAvatarRating" eType="#//avatarRating"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userDefaultAvatar" eType="#//defaultAvatar"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNotifyingLinkedBlogs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAllowingLinkNotificationsFromBlogs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAllowingPublicComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAskingNameAndMailCommentAuthor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAllowingAnonymousComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBreakingCommentsIntoPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isdisplayingLastPageForBreakedComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingOlderCommentForEachPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMailingAdminForEachComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isHeldingCommentForModeration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAskingAdminApprovement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAskingPreviousAdminApprovement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShowingAvatar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MediaSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thumbnailWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thumbnailHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediumWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediumHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="largeWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="largeHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCroppingThumbnailToExactDims" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrganizeUploadsIntoFolders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PermalinksSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="permaUrlForm" eType="#//urlForm"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urlCategoryBase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urlTagBase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//widgetType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="widgetArchives" upperBound="-1" eType="#//Archive" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calendars" upperBound="-1" eType="#//Calendar" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//WidgetCategorie" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customMenus" upperBound="-1" eType="#//WidgetMenu" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metas" upperBound="-1" eType="#//Meta" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//WidgetPage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recentComments" upperBound="-1" eType="#//WidgetComment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recentPosts" upperBound="-1" eType="#//WidgetPost" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feeds" upperBound="-1" eType="#//WidgetFeed" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="searchs" upperBound="-1" eType="#//Search" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagClouds" upperBound="-1" eType="#//TagCloud" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="texts" upperBound="-1" eType="#//Text" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Menu"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="menuName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" unique="false" upperBound="-1" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" unique="false" upperBound="-1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//Link" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentMenuSetting" eType="#//CurrentMenuSetting" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Archive"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingAsDropDown" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShowingPostsCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Calendar"> <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="WidgetCategorie"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfDisplayedPosts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingSubCat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDropDownList" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetMenu"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedMenu" eType="#//Menu"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Meta"> <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="WidgetPage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widgetPagesSorter" eType="#//pagesSorter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="idPageExcluded" eType="#//Page"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetComment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfDisplayedComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetPost"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfDisplayedPosts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingPostDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Search"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagCloud"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="taxonomy" eType="#//taxonomyType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAutoParagraphs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CurrentMenuSetting"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAddingNewTopLevelPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigationMenuLocated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="avatarRating"> <eLiterals name="G" literal="G"/> <eLiterals name="PG" value="1" literal="PG"/> <eLiterals name="R" value="2" literal="R"/> <eLiterals name="X" value="3" literal="X"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="dateformat"> <eLiterals name="jnY" literal="j/n/Y"/> <eLiterals name="FjY" value="1" literal="F j, Y"/> <eLiterals name="Ynj" value="2" literal="Y/n/j"/> <eLiterals name="njY" value="3" literal="n/j/Y"/> <eLiterals name="custom" value="4" literal="custom"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="defaultAvatar"> <eLiterals name="mysteryMan" literal="mystery"/> <eLiterals name="blank" value="1" literal="blank"/> <eLiterals name="GravatarLogo" value="2" literal="gravatar_default"/> <eLiterals name="identicon" value="3" literal="identicon"/> <eLiterals name="wavatar" value="4" literal="wavatar"/> <eLiterals name="monsterId" value="5" literal="monsterid"/> <eLiterals name="retro" value="6" literal="retro"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="functionalities"> <eLiterals name="eCommerce" literal="eCommerce"/> <eLiterals name="forms" value="1" literal="forms"/> <eLiterals name="hamSpam" value="2" literal="hamSpam"/> <eLiterals name="indexing" value="3" literal="indexing"/> <eLiterals name="multiLanguage" value="4" literal="multiLanguage"/> <eLiterals name="pictures" value="5" literal="pictures"/> <eLiterals name="SEO" value="6" literal="seo"/> <eLiterals name="socialNetwork" value="7" literal="socialNetwork"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="themes"> <eLiterals name="responsive" literal="responsive"/> <eLiterals name="SEO" value="1" literal="seo"/> <eLiterals name="headerParallaxEffect" value="2" literal="headerParallaxEffect"/> <eLiterals name="business" value="3" literal="business"/> <eLiterals name="magazine" value="4" literal="magazine"/> <eLiterals name="galleries" value="5" literal="galleries"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="pagesSorter"> <eLiterals name="pageTitle" literal="page_title"/> <eLiterals name="pageOrder" value="1" literal="menu_order"/> <eLiterals name="pageId" value="2" literal="page_id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="pageStatus"> <eLiterals name="published" literal="publish"/> <eLiterals name="pendingreview" value="1" literal="pending"/> <eLiterals name="draft" value="2" literal="draft"/> <eLiterals name="autoDraft" value="3" literal="auto-draft"/> <eLiterals name="trash" value="4" literal="trash"/> <eLiterals name="private" value="5" literal="private"/> <eLiterals name="new" value="6" literal="new"/> <eLiterals name="inherit" value="7" literal="inherit"/> <eLiterals name="future" value="8" literal="future"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="role"> <eLiterals name="author" literal="author"/> <eLiterals name="administrator" value="1" literal="administrator"/> <eLiterals name="suscriber" value="2" literal="subscriber"/> <eLiterals name="editor" value="3" literal="editor"/> <eLiterals name="contributor" value="4" literal="contributor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="timeFormat"> <eLiterals name="g_i_aLower" literal="g:i a"/> <eLiterals name="g_i_AUpper" value="1" literal="g:i A"/> <eLiterals name="Gg" value="2" literal="G:g"/> <eLiterals name="custom" value="3" literal="custom"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="taxonomyType"> <eLiterals name="categories" literal="category"/> <eLiterals name="tags" value="1" literal="post_tag"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="urlForm"> <eLiterals name="default" literal="defaultForm"/> <eLiterals name="dayAndName" value="1" literal="dayAndName"/> <eLiterals name="monthAndName" value="2" literal="monthAndName"/> <eLiterals name="numeric" value="3" literal="numeric"/> <eLiterals name="postName" value="4" literal="postName"/> <eLiterals name="customStructure" value="5" literal="customStructure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="weeks"> <eLiterals name="monday" literal="Monday"/> <eLiterals name="tuesday" value="1" literal="Tuesday"/> <eLiterals name="wednesday" value="2" literal="Wednesday"/> <eLiterals name="thirsday" value="3" literal="Thursday"/> <eLiterals name="friday" value="4" literal="Friday"/> <eLiterals name="saturday" value="5" literal="Saturday"/> <eLiterals name="sunday" value="6" literal="Sunday"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="widgetType"> <eLiterals name="mainArea" literal="mainArea"/> <eLiterals name="secondaryArea" value="1" literal="secondaryArea"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mallon/Past-Projects/Draft_And_Ideas/Content-Assembler/Tool/Clients/Admin/org.inria.wordpress.wdpdsl/model/generated/WdpDsl.ecore
ecore
wdpDsl Website adminUser users posts pages appearance mediaLibrary functionalities comments categories tags settings deletion Deletion postsByTitle pagesByTitle usersByLogin mediasByTitle functionalitiesByName themesByName categoriesByName tagsByName menusByName commentsByPostDateAuthor PostDateAuthor postTitle commentAuthorName commentDate User name userName password userRole firstName lastName nickName publicName email webSite biography PostPage_Impl title status content author featuredImage PostPage name commonAttributes Post categories tags format Page parent order publicationDateGMT publicationDate Appearance widgets appearanceMenus appearanceHeader theme Theme name themeType defaultPlugin Functionality name functionalityType socialNetworks defaultPlugin Comment name content authorName commentPostPage Url pathUrl WidgetFeed title isDisplayingItemContent isDisplayingItemAuthor isDisplayingItemDate numberOfItems url Plugin pluginName url Media name url date uploadedTo Image title caption altText description url Link name url text Header randomImage uploadImage textColor isShowingHeaderText Taxonomy name description slug Category categoryName Tag tagName Settings general writing reading discussion media permalinks postFormat standard standard aside aside audio audio chat chat gallery gallery image image link link quote quote status status video video GeneralSettings websiteTitle websiteTagline websiteAdress adminMail userDefaultRole timeZone gsDateFormat gsTimeFormat weekStartsOn wordPressAdress isPublic WritingSettings mailServer port loginName password defaultPostCategory defaultMailCategory isConvertingEmoticons isCorrectingInvalidXHTML ReadingSettings maxNumberPostsForBlogPages numberRecentItemForFeeds staticFrontPage staticPostPage isDisplayingLastPostInFront isIndexed isShowingFullTextForFeed DiscussionSettings numberArticleDaysForAutoCloseComments nestedCommentsLevel numberCommentsPerPageForBreakedComments numberOfLinksInCommentForModeration moderatedWords forbiddenWords maxAvatarRating userDefaultAvatar isNotifyingLinkedBlogs isAllowingLinkNotificationsFromBlogs isAllowingPublicComments isAskingNameAndMailCommentAuthor isAllowingAnonymousComments isBreakingCommentsIntoPages isdisplayingLastPageForBreakedComments isDisplayingOlderCommentForEachPage isMailingAdminForEachComments isHeldingCommentForModeration isAskingAdminApprovement isAskingPreviousAdminApprovement isShowingAvatar MediaSettings thumbnailWidth thumbnailHeight mediumWidth mediumHeight largeWidth largeHeight isCroppingThumbnailToExactDims isOrganizeUploadsIntoFolders PermalinksSettings permaUrlForm urlCategoryBase urlTagBase Widget type widgetArchives calendars categories customMenus metas pages recentComments recentPosts feeds searchs tagClouds texts Menu name menuName pages categories links currentMenuSetting Archive title isDisplayingAsDropDown isShowingPostsCount Calendar title WidgetCategorie title numberOfDisplayedPosts isDisplayingSubCat isDropDownList WidgetMenu title selectedMenu Meta title WidgetPage title widgetPagesSorter idPageExcluded WidgetComment title numberOfDisplayedComments WidgetPost title numberOfDisplayedPosts isDisplayingPostDate Search name title TagCloud title taxonomy Text title content isAutoParagraphs CurrentMenuSetting isAddingNewTopLevelPages isNavigationMenuLocated avatarRating G G PG PG R R X X dateformat jnY j/n/Y FjY F j, Y Ynj Y/n/j njY n/j/Y custom custom defaultAvatar mysteryMan mystery blank blank GravatarLogo gravatar_default identicon identicon wavatar wavatar monsterId monsterid retro retro functionalities eCommerce eCommerce forms forms hamSpam hamSpam indexing indexing multiLanguage multiLanguage pictures pictures SEO seo socialNetwork socialNetwork themes responsive responsive SEO seo headerParallaxEffect headerParallaxEffect business business magazine magazine galleries galleries pagesSorter pageTitle page_title pageOrder menu_order pageId page_id pageStatus published publish pendingreview pending draft draft autoDraft auto-draft trash trash private private new new inherit inherit future future role author author administrator administrator suscriber subscriber editor editor contributor contributor timeFormat g_i_aLower g:i a g_i_AUpper g:i A Gg G:g custom custom taxonomyType categories category tags post_tag urlForm default defaultForm dayAndName dayAndName monthAndName monthAndName numeric numeric postName postName customStructure customStructure weeks monday Monday tuesday Tuesday wednesday Wednesday thirsday Thursday friday Friday saturday Saturday sunday Sunday widgetType mainArea mainArea secondaryArea secondaryArea
null
{"directed":true,"nodes":[{"nsPrefix":"wdpDsl","nsURI":"http://www.inria.org/wordpress/wdpdsl/WdpDsl","name":"wdpDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Website","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deletion","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostDateAuthor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostPage_Impl","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostPage","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Post","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Appearance","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Theme","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Functionality","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Url","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetFeed","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plugin","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Media","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Taxonomy","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Settings","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"postFormat","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralSettings","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WritingSettings","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadingSettings","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscussionSettings","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MediaSettings","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PermalinksSettings","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Archive","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Calendar","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetCategorie","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetMenu","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meta","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetPage","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetComment","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetPost","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Search","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagCloud","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentMenuSetting","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"avatarRating","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"dateformat","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"defaultAvatar","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"functionalities","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"themes","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"pagesSorter","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"pageStatus","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"role","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"timeFormat","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"taxonomyType","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"urlForm","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"weeks","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"widgetType","instanceClass":null,"id":57,"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":"adminUser","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","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":"posts","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":"pages","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":true,"unsettable":false,"transient":false,"unique":true,"name":"appearance","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":"mediaLibrary","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":"functionalities","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":"comments","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":"categories","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":"tags","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":"settings","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":"deletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"postsByTitle","changeable":true,"lowerBound":0,"iD":false,"id":82,"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":"pagesByTitle","changeable":true,"lowerBound":0,"iD":false,"id":83,"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":"usersByLogin","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"mediasByTitle","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"functionalitiesByName","changeable":true,"lowerBound":0,"iD":false,"id":86,"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":"themesByName","changeable":true,"lowerBound":0,"iD":false,"id":87,"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":"categoriesByName","changeable":true,"lowerBound":0,"iD":false,"id":88,"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":"tagsByName","changeable":true,"lowerBound":0,"iD":false,"id":89,"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":"menusByName","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentsByPostDateAuthor","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"},{"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":"postTitle","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commentAuthorName","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":"commentDate","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"userName","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":"password","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userRole","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":"firstName","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":"lastName","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":"nickName","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":"publicName","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":"email","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":"webSite","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"biography","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":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":"content","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":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":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":"featuredImage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commonAttributes","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":false,"unsettable":false,"transient":false,"unique":false,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"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":"order","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":"publicationDateGMT","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":"publicationDate","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"},{"container":false,"ordered":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":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appearanceMenus","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":"appearanceHeader","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":"theme","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"themeType","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultPlugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionalityType","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":"socialNetworks","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultPlugin","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorName","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":"commentPostPage","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pathUrl","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingItemContent","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingItemAuthor","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingItemDate","changeable":true,"lowerBound":0,"iD":false,"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":"numberOfItems","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginName","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":"url","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"url","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uploadedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"caption","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"altText","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"randomImage","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uploadImage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textColor","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isShowingHeaderText","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"slug","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"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":"categoryName","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"general","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":"writing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reading","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discussion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"media","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"permalinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"name":"standard","id":264,"value":0,"literal":"standard","eClass":"EEnumLiteral"},{"name":"aside","id":265,"value":1,"literal":"aside","eClass":"EEnumLiteral"},{"name":"audio","id":266,"value":2,"literal":"audio","eClass":"EEnumLiteral"},{"name":"chat","id":267,"value":3,"literal":"chat","eClass":"EEnumLiteral"},{"name":"gallery","id":268,"value":4,"literal":"gallery","eClass":"EEnumLiteral"},{"name":"image","id":269,"value":5,"literal":"image","eClass":"EEnumLiteral"},{"name":"link","id":270,"value":6,"literal":"link","eClass":"EEnumLiteral"},{"name":"quote","id":271,"value":7,"literal":"quote","eClass":"EEnumLiteral"},{"name":"status","id":272,"value":8,"literal":"status","eClass":"EEnumLiteral"},{"name":"video","id":273,"value":9,"literal":"video","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":"websiteTitle","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"websiteTagline","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"websiteAdress","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":"adminMail","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userDefaultRole","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":"timeZone","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gsDateFormat","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gsTimeFormat","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weekStartsOn","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wordPressAdress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPublic","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mailServer","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":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":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":"loginName","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultPostCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultMailCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isConvertingEmoticons","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCorrectingInvalidXHTML","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"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"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":"maxNumberPostsForBlogPages","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberRecentItemForFeeds","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticFrontPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticPostPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingLastPostInFront","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isIndexed","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isShowingFullTextForFeed","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberArticleDaysForAutoCloseComments","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nestedCommentsLevel","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberCommentsPerPageForBreakedComments","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfLinksInCommentForModeration","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moderatedWords","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forbiddenWords","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxAvatarRating","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userDefaultAvatar","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNotifyingLinkedBlogs","changeable":true,"lowerBound":0,"iD":false,"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":"isAllowingLinkNotificationsFromBlogs","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAllowingPublicComments","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAskingNameAndMailCommentAuthor","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAllowingAnonymousComments","changeable":true,"lowerBound":0,"iD":false,"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":"isBreakingCommentsIntoPages","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isdisplayingLastPageForBreakedComments","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingOlderCommentForEachPage","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMailingAdminForEachComments","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isHeldingCommentForModeration","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAskingAdminApprovement","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAskingPreviousAdminApprovement","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isShowingAvatar","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thumbnailWidth","changeable":true,"lowerBound":0,"iD":false,"id":368,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thumbnailHeight","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mediumWidth","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mediumHeight","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeWidth","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeHeight","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCroppingThumbnailToExactDims","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOrganizeUploadsIntoFolders","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"permaUrlForm","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"urlCategoryBase","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"urlTagBase","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"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":390,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"widgetArchives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calendars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customMenus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recentComments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recentPosts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feeds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"searchs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagClouds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"texts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"menuName","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"container":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":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentMenuSetting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingAsDropDown","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isShowingPostsCount","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"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":434,"derived":false},{"id":435,"eClass":"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":436,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfDisplayedPosts","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingSubCat","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDropDownList","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"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":444,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedMenu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"id":449,"eClass":"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":450,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widgetPagesSorter","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"idPageExcluded","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":456,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfDisplayedComments","changeable":true,"lowerBound":0,"iD":false,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"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":460,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfDisplayedPosts","changeable":true,"lowerBound":0,"iD":false,"id":461,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingPostDate","changeable":true,"lowerBound":0,"iD":false,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":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":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"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":470,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taxonomy","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":474,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAutoParagraphs","changeable":true,"lowerBound":0,"iD":false,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"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":"isAddingNewTopLevelPages","changeable":true,"lowerBound":0,"iD":false,"id":480,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNavigationMenuLocated","changeable":true,"lowerBound":0,"iD":false,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"name":"G","id":484,"value":0,"literal":"G","eClass":"EEnumLiteral"},{"name":"PG","id":485,"value":1,"literal":"PG","eClass":"EEnumLiteral"},{"name":"R","id":486,"value":2,"literal":"R","eClass":"EEnumLiteral"},{"name":"X","id":487,"value":3,"literal":"X","eClass":"EEnumLiteral"},{"name":"jnY","id":488,"value":0,"literal":"j/n/Y","eClass":"EEnumLiteral"},{"name":"FjY","id":489,"value":1,"literal":"F j, Y","eClass":"EEnumLiteral"},{"name":"Ynj","id":490,"value":2,"literal":"Y/n/j","eClass":"EEnumLiteral"},{"name":"njY","id":491,"value":3,"literal":"n/j/Y","eClass":"EEnumLiteral"},{"name":"custom","id":492,"value":4,"literal":"custom","eClass":"EEnumLiteral"},{"name":"mysteryMan","id":493,"value":0,"literal":"mystery","eClass":"EEnumLiteral"},{"name":"blank","id":494,"value":1,"literal":"blank","eClass":"EEnumLiteral"},{"name":"GravatarLogo","id":495,"value":2,"literal":"gravatar_default","eClass":"EEnumLiteral"},{"name":"identicon","id":496,"value":3,"literal":"identicon","eClass":"EEnumLiteral"},{"name":"wavatar","id":497,"value":4,"literal":"wavatar","eClass":"EEnumLiteral"},{"name":"monsterId","id":498,"value":5,"literal":"monsterid","eClass":"EEnumLiteral"},{"name":"retro","id":499,"value":6,"literal":"retro","eClass":"EEnumLiteral"},{"name":"eCommerce","id":500,"value":0,"literal":"eCommerce","eClass":"EEnumLiteral"},{"name":"forms","id":501,"value":1,"literal":"forms","eClass":"EEnumLiteral"},{"name":"hamSpam","id":502,"value":2,"literal":"hamSpam","eClass":"EEnumLiteral"},{"name":"indexing","id":503,"value":3,"literal":"indexing","eClass":"EEnumLiteral"},{"name":"multiLanguage","id":504,"value":4,"literal":"multiLanguage","eClass":"EEnumLiteral"},{"name":"pictures","id":505,"value":5,"literal":"pictures","eClass":"EEnumLiteral"},{"name":"SEO","id":506,"value":6,"literal":"seo","eClass":"EEnumLiteral"},{"name":"socialNetwork","id":507,"value":7,"literal":"socialNetwork","eClass":"EEnumLiteral"},{"name":"responsive","id":508,"value":0,"literal":"responsive","eClass":"EEnumLiteral"},{"name":"SEO","id":509,"value":1,"literal":"seo","eClass":"EEnumLiteral"},{"name":"headerParallaxEffect","id":510,"value":2,"literal":"headerParallaxEffect","eClass":"EEnumLiteral"},{"name":"business","id":511,"value":3,"literal":"business","eClass":"EEnumLiteral"},{"name":"magazine","id":512,"value":4,"literal":"magazine","eClass":"EEnumLiteral"},{"name":"galleries","id":513,"value":5,"literal":"galleries","eClass":"EEnumLiteral"},{"name":"pageTitle","id":514,"value":0,"literal":"page_title","eClass":"EEnumLiteral"},{"name":"pageOrder","id":515,"value":1,"literal":"menu_order","eClass":"EEnumLiteral"},{"name":"pageId","id":516,"value":2,"literal":"page_id","eClass":"EEnumLiteral"},{"name":"published","id":517,"value":0,"literal":"publish","eClass":"EEnumLiteral"},{"name":"pendingreview","id":518,"value":1,"literal":"pending","eClass":"EEnumLiteral"},{"name":"draft","id":519,"value":2,"literal":"draft","eClass":"EEnumLiteral"},{"name":"autoDraft","id":520,"value":3,"literal":"auto-draft","eClass":"EEnumLiteral"},{"name":"trash","id":521,"value":4,"literal":"trash","eClass":"EEnumLiteral"},{"name":"private","id":522,"value":5,"literal":"private","eClass":"EEnumLiteral"},{"name":"new","id":523,"value":6,"literal":"new","eClass":"EEnumLiteral"},{"name":"inherit","id":524,"value":7,"literal":"inherit","eClass":"EEnumLiteral"},{"name":"future","id":525,"value":8,"literal":"future","eClass":"EEnumLiteral"},{"name":"author","id":526,"value":0,"literal":"author","eClass":"EEnumLiteral"},{"name":"administrator","id":527,"value":1,"literal":"administrator","eClass":"EEnumLiteral"},{"name":"suscriber","id":528,"value":2,"literal":"subscriber","eClass":"EEnumLiteral"},{"name":"editor","id":529,"value":3,"literal":"editor","eClass":"EEnumLiteral"},{"name":"contributor","id":530,"value":4,"literal":"contributor","eClass":"EEnumLiteral"},{"name":"g_i_aLower","id":531,"value":0,"literal":"g:i a","eClass":"EEnumLiteral"},{"name":"g_i_AUpper","id":532,"value":1,"literal":"g:i A","eClass":"EEnumLiteral"},{"name":"Gg","id":533,"value":2,"literal":"G:g","eClass":"EEnumLiteral"},{"name":"custom","id":534,"value":3,"literal":"custom","eClass":"EEnumLiteral"},{"name":"categories","id":535,"value":0,"literal":"category","eClass":"EEnumLiteral"},{"name":"tags","id":536,"value":1,"literal":"post_tag","eClass":"EEnumLiteral"},{"name":"default","id":537,"value":0,"literal":"defaultForm","eClass":"EEnumLiteral"},{"name":"dayAndName","id":538,"value":1,"literal":"dayAndName","eClass":"EEnumLiteral"},{"name":"monthAndName","id":539,"value":2,"literal":"monthAndName","eClass":"EEnumLiteral"},{"name":"numeric","id":540,"value":3,"literal":"numeric","eClass":"EEnumLiteral"},{"name":"postName","id":541,"value":4,"literal":"postName","eClass":"EEnumLiteral"},{"name":"customStructure","id":542,"value":5,"literal":"customStructure","eClass":"EEnumLiteral"},{"name":"monday","id":543,"value":0,"literal":"Monday","eClass":"EEnumLiteral"},{"name":"tuesday","id":544,"value":1,"literal":"Tuesday","eClass":"EEnumLiteral"},{"name":"wednesday","id":545,"value":2,"literal":"Wednesday","eClass":"EEnumLiteral"},{"name":"thirsday","id":546,"value":3,"literal":"Thursday","eClass":"EEnumLiteral"},{"name":"friday","id":547,"value":4,"literal":"Friday","eClass":"EEnumLiteral"},{"name":"saturday","id":548,"value":5,"literal":"Saturday","eClass":"EEnumLiteral"},{"name":"sunday","id":549,"value":6,"literal":"Sunday","eClass":"EEnumLiteral"},{"name":"mainArea","id":550,"value":0,"literal":"mainArea","eClass":"EEnumLiteral"},{"name":"secondaryArea","id":551,"value":1,"literal":"secondaryArea","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":1,"target":0},{"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":58,"target":4},{"source":58,"target":70},{"source":58,"target":1},{"source":70,"target":4},{"source":59,"target":4},{"source":59,"target":71},{"source":59,"target":1},{"source":71,"target":4},{"source":60,"target":7},{"source":60,"target":72},{"source":60,"target":1},{"source":72,"target":7},{"source":61,"target":8},{"source":61,"target":73},{"source":61,"target":1},{"source":73,"target":8},{"source":62,"target":9},{"source":62,"target":74},{"source":62,"target":1},{"source":74,"target":9},{"source":63,"target":16},{"source":63,"target":75},{"source":63,"target":1},{"source":75,"target":16},{"source":64,"target":11},{"source":64,"target":76},{"source":64,"target":1},{"source":76,"target":11},{"source":65,"target":12},{"source":65,"target":77},{"source":65,"target":1},{"source":77,"target":12},{"source":66,"target":21},{"source":66,"target":78},{"source":66,"target":1},{"source":78,"target":21},{"source":67,"target":22},{"source":67,"target":79},{"source":67,"target":1},{"source":79,"target":22},{"source":68,"target":23},{"source":68,"target":80},{"source":68,"target":1},{"source":80,"target":23},{"source":69,"target":2},{"source":69,"target":81},{"source":69,"target":1},{"source":81,"target":2},{"source":2,"target":0},{"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":82,"target":92},{"source":82,"target":2},{"source":83,"target":93},{"source":83,"target":2},{"source":84,"target":94},{"source":84,"target":2},{"source":85,"target":95},{"source":85,"target":2},{"source":86,"target":48},{"source":86,"target":96},{"source":86,"target":2},{"source":96,"target":48},{"source":87,"target":49},{"source":87,"target":97},{"source":87,"target":2},{"source":97,"target":49},{"source":88,"target":98},{"source":88,"target":2},{"source":89,"target":99},{"source":89,"target":2},{"source":90,"target":100},{"source":90,"target":2},{"source":91,"target":3},{"source":91,"target":101},{"source":91,"target":2},{"source":101,"target":3},{"source":3,"target":0},{"source":3,"target":102},{"source":3,"target":103},{"source":3,"target":104},{"source":102,"target":105},{"source":102,"target":3},{"source":103,"target":106},{"source":103,"target":3},{"source":104,"target":107},{"source":104,"target":3},{"source":4,"target":0},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":117},{"source":4,"target":118},{"source":108,"target":119},{"source":108,"target":4},{"source":109,"target":120},{"source":109,"target":4},{"source":110,"target":121},{"source":110,"target":4},{"source":111,"target":52},{"source":111,"target":122},{"source":111,"target":4},{"source":122,"target":52},{"source":112,"target":123},{"source":112,"target":4},{"source":113,"target":124},{"source":113,"target":4},{"source":114,"target":125},{"source":114,"target":4},{"source":115,"target":126},{"source":115,"target":4},{"source":116,"target":127},{"source":116,"target":4},{"source":117,"target":128},{"source":117,"target":4},{"source":118,"target":129},{"source":118,"target":4},{"source":5,"target":0},{"source":5,"target":130},{"source":5,"target":131},{"source":5,"target":132},{"source":5,"target":133},{"source":5,"target":134},{"source":130,"target":135},{"source":130,"target":5},{"source":131,"target":51},{"source":131,"target":136},{"source":131,"target":5},{"source":136,"target":51},{"source":132,"target":137},{"source":132,"target":5},{"source":133,"target":4},{"source":133,"target":138},{"source":133,"target":5},{"source":138,"target":4},{"source":134,"target":17},{"source":134,"target":139},{"source":134,"target":5},{"source":139,"target":17},{"source":6,"target":0},{"source":6,"target":140},{"source":6,"target":141},{"source":140,"target":142},{"source":140,"target":6},{"source":141,"target":5},{"source":141,"target":143},{"source":141,"target":6},{"source":143,"target":5},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":144},{"source":7,"target":145},{"source":7,"target":146},{"source":7,"target":147},{"source":144,"target":21},{"source":144,"target":148},{"source":144,"target":7},{"source":148,"target":21},{"source":145,"target":22},{"source":145,"target":149},{"source":145,"target":7},{"source":149,"target":22},{"source":146,"target":24},{"source":146,"target":150},{"source":146,"target":7},{"source":150,"target":24},{"source":147,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":151},{"source":8,"target":152},{"source":8,"target":153},{"source":8,"target":154},{"source":8,"target":155},{"source":151,"target":8},{"source":151,"target":156},{"source":151,"target":8},{"source":156,"target":8},{"source":152,"target":157},{"source":152,"target":8},{"source":153,"target":158},{"source":153,"target":8},{"source":154,"target":159},{"source":154,"target":8},{"source":155,"target":6},{"source":9,"target":0},{"source":9,"target":160},{"source":9,"target":161},{"source":9,"target":162},{"source":9,"target":163},{"source":160,"target":31},{"source":160,"target":164},{"source":160,"target":9},{"source":164,"target":31},{"source":161,"target":32},{"source":161,"target":165},{"source":161,"target":9},{"source":165,"target":32},{"source":162,"target":19},{"source":162,"target":166},{"source":162,"target":9},{"source":166,"target":19},{"source":163,"target":10},{"source":163,"target":167},{"source":163,"target":9},{"source":167,"target":10},{"source":10,"target":0},{"source":10,"target":168},{"source":10,"target":169},{"source":10,"target":170},{"source":168,"target":171},{"source":168,"target":10},{"source":169,"target":49},{"source":169,"target":172},{"source":169,"target":10},{"source":172,"target":49},{"source":170,"target":15},{"source":170,"target":173},{"source":170,"target":10},{"source":173,"target":15},{"source":11,"target":0},{"source":11,"target":174},{"source":11,"target":175},{"source":11,"target":176},{"source":11,"target":177},{"source":174,"target":178},{"source":174,"target":11},{"source":175,"target":48},{"source":175,"target":179},{"source":175,"target":11},{"source":179,"target":48},{"source":176,"target":180},{"source":176,"target":11},{"source":177,"target":15},{"source":177,"target":181},{"source":177,"target":11},{"source":181,"target":15},{"source":12,"target":0},{"source":12,"target":182},{"source":12,"target":183},{"source":12,"target":184},{"source":12,"target":185},{"source":182,"target":186},{"source":182,"target":12},{"source":183,"target":187},{"source":183,"target":12},{"source":184,"target":188},{"source":184,"target":12},{"source":185,"target":6},{"source":185,"target":189},{"source":185,"target":12},{"source":189,"target":6},{"source":13,"target":0},{"source":13,"target":190},{"source":190,"target":191},{"source":190,"target":13},{"source":14,"target":0},{"source":14,"target":192},{"source":14,"target":193},{"source":14,"target":194},{"source":14,"target":195},{"source":14,"target":196},{"source":14,"target":197},{"source":192,"target":198},{"source":192,"target":14},{"source":193,"target":199},{"source":193,"target":14},{"source":194,"target":200},{"source":194,"target":14},{"source":195,"target":201},{"source":195,"target":14},{"source":196,"target":202},{"source":196,"target":14},{"source":197,"target":13},{"source":197,"target":203},{"source":197,"target":14},{"source":203,"target":13},{"source":15,"target":0},{"source":15,"target":204},{"source":15,"target":205},{"source":204,"target":206},{"source":204,"target":15},{"source":205,"target":13},{"source":205,"target":207},{"source":205,"target":15},{"source":207,"target":13},{"source":16,"target":0},{"source":16,"target":208},{"source":16,"target":209},{"source":16,"target":210},{"source":16,"target":211},{"source":208,"target":212},{"source":208,"target":16},{"source":209,"target":13},{"source":209,"target":213},{"source":209,"target":16},{"source":213,"target":13},{"source":210,"target":214},{"source":210,"target":16},{"source":211,"target":6},{"source":211,"target":215},{"source":211,"target":16},{"source":215,"target":6},{"source":17,"target":0},{"source":17,"target":216},{"source":17,"target":217},{"source":17,"target":218},{"source":17,"target":219},{"source":17,"target":220},{"source":216,"target":221},{"source":216,"target":17},{"source":217,"target":222},{"source":217,"target":17},{"source":218,"target":223},{"source":218,"target":17},{"source":219,"target":224},{"source":219,"target":17},{"source":220,"target":13},{"source":220,"target":225},{"source":220,"target":17},{"source":225,"target":13},{"source":18,"target":0},{"source":18,"target":226},{"source":18,"target":227},{"source":18,"target":228},{"source":226,"target":229},{"source":226,"target":18},{"source":227,"target":13},{"source":227,"target":230},{"source":227,"target":18},{"source":230,"target":13},{"source":228,"target":231},{"source":228,"target":18},{"source":19,"target":0},{"source":19,"target":232},{"source":19,"target":233},{"source":19,"target":234},{"source":19,"target":235},{"source":232,"target":236},{"source":232,"target":19},{"source":233,"target":13},{"source":233,"target":237},{"source":233,"target":19},{"source":237,"target":13},{"source":234,"target":238},{"source":234,"target":19},{"source":235,"target":239},{"source":235,"target":19},{"source":20,"target":0},{"source":20,"target":240},{"source":20,"target":241},{"source":20,"target":242},{"source":240,"target":243},{"source":240,"target":20},{"source":241,"target":244},{"source":241,"target":20},{"source":242,"target":245},{"source":242,"target":20},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":246},{"source":21,"target":247},{"source":246,"target":248},{"source":246,"target":21},{"source":247,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":249},{"source":22,"target":250},{"source":249,"target":251},{"source":249,"target":22},{"source":250,"target":20},{"source":23,"target":0},{"source":23,"target":252},{"source":23,"target":253},{"source":23,"target":254},{"source":23,"target":255},{"source":23,"target":256},{"source":23,"target":257},{"source":252,"target":25},{"source":252,"target":258},{"source":252,"target":23},{"source":258,"target":25},{"source":253,"target":26},{"source":253,"target":259},{"source":253,"target":23},{"source":259,"target":26},{"source":254,"target":27},{"source":254,"target":260},{"source":254,"target":23},{"source":260,"target":27},{"source":255,"target":28},{"source":255,"target":261},{"source":255,"target":23},{"source":261,"target":28},{"source":256,"target":29},{"source":256,"target":262},{"source":256,"target":23},{"source":262,"target":29},{"source":257,"target":30},{"source":257,"target":263},{"source":257,"target":23},{"source":263,"target":30},{"source":24,"target":0},{"source":24,"target":264},{"source":24,"target":265},{"source":24,"target":266},{"source":24,"target":267},{"source":24,"target":268},{"source":24,"target":269},{"source":24,"target":270},{"source":24,"target":271},{"source":24,"target":272},{"source":24,"target":273},{"source":264,"target":24},{"source":265,"target":24},{"source":266,"target":24},{"source":267,"target":24},{"source":268,"target":24},{"source":269,"target":24},{"source":270,"target":24},{"source":271,"target":24},{"source":272,"target":24},{"source":273,"target":24},{"source":25,"target":0},{"source":25,"target":274},{"source":25,"target":275},{"source":25,"target":276},{"source":25,"target":277},{"source":25,"target":278},{"source":25,"target":279},{"source":25,"target":280},{"source":25,"target":281},{"source":25,"target":282},{"source":25,"target":283},{"source":25,"target":284},{"source":274,"target":285},{"source":274,"target":25},{"source":275,"target":286},{"source":275,"target":25},{"source":276,"target":287},{"source":276,"target":25},{"source":277,"target":288},{"source":277,"target":25},{"source":278,"target":52},{"source":278,"target":289},{"source":278,"target":25},{"source":289,"target":52},{"source":279,"target":290},{"source":279,"target":25},{"source":280,"target":46},{"source":280,"target":291},{"source":280,"target":25},{"source":291,"target":46},{"source":281,"target":53},{"source":281,"target":292},{"source":281,"target":25},{"source":292,"target":53},{"source":282,"target":56},{"source":282,"target":293},{"source":282,"target":25},{"source":293,"target":56},{"source":283,"target":13},{"source":283,"target":294},{"source":283,"target":25},{"source":294,"target":13},{"source":284,"target":295},{"source":284,"target":25},{"source":26,"target":0},{"source":26,"target":296},{"source":26,"target":297},{"source":26,"target":298},{"source":26,"target":299},{"source":26,"target":300},{"source":26,"target":301},{"source":26,"target":302},{"source":26,"target":303},{"source":296,"target":304},{"source":296,"target":26},{"source":297,"target":305},{"source":297,"target":26},{"source":298,"target":306},{"source":298,"target":26},{"source":299,"target":307},{"source":299,"target":26},{"source":300,"target":21},{"source":300,"target":308},{"source":300,"target":26},{"source":308,"target":21},{"source":301,"target":21},{"source":301,"target":309},{"source":301,"target":26},{"source":309,"target":21},{"source":302,"target":310},{"source":302,"target":26},{"source":303,"target":311},{"source":303,"target":26},{"source":27,"target":0},{"source":27,"target":312},{"source":27,"target":313},{"source":27,"target":314},{"source":27,"target":315},{"source":27,"target":316},{"source":27,"target":317},{"source":27,"target":318},{"source":312,"target":319},{"source":312,"target":27},{"source":313,"target":320},{"source":313,"target":27},{"source":314,"target":8},{"source":314,"target":321},{"source":314,"target":27},{"source":321,"target":8},{"source":315,"target":8},{"source":315,"target":322},{"source":315,"target":27},{"source":322,"target":8},{"source":316,"target":323},{"source":316,"target":27},{"source":317,"target":324},{"source":317,"target":27},{"source":318,"target":325},{"source":318,"target":27},{"source":28,"target":0},{"source":28,"target":326},{"source":28,"target":327},{"source":28,"target":328},{"source":28,"target":329},{"source":28,"target":330},{"source":28,"target":331},{"source":28,"target":332},{"source":28,"target":333},{"source":28,"target":334},{"source":28,"target":335},{"source":28,"target":336},{"source":28,"target":337},{"source":28,"target":338},{"source":28,"target":339},{"source":28,"target":340},{"source":28,"target":341},{"source":28,"target":342},{"source":28,"target":343},{"source":28,"target":344},{"source":28,"target":345},{"source":28,"target":346},{"source":326,"target":347},{"source":326,"target":28},{"source":327,"target":348},{"source":327,"target":28},{"source":328,"target":349},{"source":328,"target":28},{"source":329,"target":350},{"source":329,"target":28},{"source":330,"target":351},{"source":330,"target":28},{"source":331,"target":352},{"source":331,"target":28},{"source":332,"target":45},{"source":332,"target":353},{"source":332,"target":28},{"source":353,"target":45},{"source":333,"target":47},{"source":333,"target":354},{"source":333,"target":28},{"source":354,"target":47},{"source":334,"target":355},{"source":334,"target":28},{"source":335,"target":356},{"source":335,"target":28},{"source":336,"target":357},{"source":336,"target":28},{"source":337,"target":358},{"source":337,"target":28},{"source":338,"target":359},{"source":338,"target":28},{"source":339,"target":360},{"source":339,"target":28},{"source":340,"target":361},{"source":340,"target":28},{"source":341,"target":362},{"source":341,"target":28},{"source":342,"target":363},{"source":342,"target":28},{"source":343,"target":364},{"source":343,"target":28},{"source":344,"target":365},{"source":344,"target":28},{"source":345,"target":366},{"source":345,"target":28},{"source":346,"target":367},{"source":346,"target":28},{"source":29,"target":0},{"source":29,"target":368},{"source":29,"target":369},{"source":29,"target":370},{"source":29,"target":371},{"source":29,"target":372},{"source":29,"target":373},{"source":29,"target":374},{"source":29,"target":375},{"source":368,"target":376},{"source":368,"target":29},{"source":369,"target":377},{"source":369,"target":29},{"source":370,"target":378},{"source":370,"target":29},{"source":371,"target":379},{"source":371,"target":29},{"source":372,"target":380},{"source":372,"target":29},{"source":373,"target":381},{"source":373,"target":29},{"source":374,"target":382},{"source":374,"target":29},{"source":375,"target":383},{"source":375,"target":29},{"source":30,"target":0},{"source":30,"target":384},{"source":30,"target":385},{"source":30,"target":386},{"source":384,"target":55},{"source":384,"target":387},{"source":384,"target":30},{"source":387,"target":55},{"source":385,"target":388},{"source":385,"target":30},{"source":386,"target":389},{"source":386,"target":30},{"source":31,"target":0},{"source":31,"target":390},{"source":31,"target":391},{"source":31,"target":392},{"source":31,"target":393},{"source":31,"target":394},{"source":31,"target":395},{"source":31,"target":396},{"source":31,"target":397},{"source":31,"target":398},{"source":31,"target":399},{"source":31,"target":400},{"source":31,"target":401},{"source":31,"target":402},{"source":390,"target":57},{"source":390,"target":403},{"source":390,"target":31},{"source":403,"target":57},{"source":391,"target":33},{"source":391,"target":404},{"source":391,"target":31},{"source":404,"target":33},{"source":392,"target":34},{"source":392,"target":405},{"source":392,"target":31},{"source":405,"target":34},{"source":393,"target":35},{"source":393,"target":406},{"source":393,"target":31},{"source":406,"target":35},{"source":394,"target":36},{"source":394,"target":407},{"source":394,"target":31},{"source":407,"target":36},{"source":395,"target":37},{"source":395,"target":408},{"source":395,"target":31},{"source":408,"target":37},{"source":396,"target":38},{"source":396,"target":409},{"source":396,"target":31},{"source":409,"target":38},{"source":397,"target":39},{"source":397,"target":410},{"source":397,"target":31},{"source":410,"target":39},{"source":398,"target":40},{"source":398,"target":411},{"source":398,"target":31},{"source":411,"target":40},{"source":399,"target":14},{"source":399,"target":412},{"source":399,"target":31},{"source":412,"target":14},{"source":400,"target":41},{"source":400,"target":413},{"source":400,"target":31},{"source":413,"target":41},{"source":401,"target":42},{"source":401,"target":414},{"source":401,"target":31},{"source":414,"target":42},{"source":402,"target":43},{"source":402,"target":415},{"source":402,"target":31},{"source":415,"target":43},{"source":32,"target":0},{"source":32,"target":416},{"source":32,"target":417},{"source":32,"target":418},{"source":32,"target":419},{"source":32,"target":420},{"source":32,"target":421},{"source":416,"target":422},{"source":416,"target":32},{"source":417,"target":423},{"source":417,"target":32},{"source":418,"target":8},{"source":418,"target":424},{"source":418,"target":32},{"source":424,"target":8},{"source":419,"target":21},{"source":419,"target":425},{"source":419,"target":32},{"source":425,"target":21},{"source":420,"target":18},{"source":420,"target":426},{"source":420,"target":32},{"source":426,"target":18},{"source":421,"target":44},{"source":421,"target":427},{"source":421,"target":32},{"source":427,"target":44},{"source":33,"target":0},{"source":33,"target":428},{"source":33,"target":429},{"source":33,"target":430},{"source":428,"target":431},{"source":428,"target":33},{"source":429,"target":432},{"source":429,"target":33},{"source":430,"target":433},{"source":430,"target":33},{"source":34,"target":0},{"source":34,"target":434},{"source":434,"target":435},{"source":434,"target":34},{"source":35,"target":0},{"source":35,"target":436},{"source":35,"target":437},{"source":35,"target":438},{"source":35,"target":439},{"source":436,"target":440},{"source":436,"target":35},{"source":437,"target":441},{"source":437,"target":35},{"source":438,"target":442},{"source":438,"target":35},{"source":439,"target":443},{"source":439,"target":35},{"source":36,"target":0},{"source":36,"target":444},{"source":36,"target":445},{"source":444,"target":446},{"source":444,"target":36},{"source":445,"target":32},{"source":445,"target":447},{"source":445,"target":36},{"source":447,"target":32},{"source":37,"target":0},{"source":37,"target":448},{"source":448,"target":449},{"source":448,"target":37},{"source":38,"target":0},{"source":38,"target":450},{"source":38,"target":451},{"source":38,"target":452},{"source":450,"target":453},{"source":450,"target":38},{"source":451,"target":50},{"source":451,"target":454},{"source":451,"target":38},{"source":454,"target":50},{"source":452,"target":8},{"source":452,"target":455},{"source":452,"target":38},{"source":455,"target":8},{"source":39,"target":0},{"source":39,"target":456},{"source":39,"target":457},{"source":456,"target":458},{"source":456,"target":39},{"source":457,"target":459},{"source":457,"target":39},{"source":40,"target":0},{"source":40,"target":460},{"source":40,"target":461},{"source":40,"target":462},{"source":460,"target":463},{"source":460,"target":40},{"source":461,"target":464},{"source":461,"target":40},{"source":462,"target":465},{"source":462,"target":40},{"source":41,"target":0},{"source":41,"target":466},{"source":41,"target":467},{"source":466,"target":468},{"source":466,"target":41},{"source":467,"target":469},{"source":467,"target":41},{"source":42,"target":0},{"source":42,"target":470},{"source":42,"target":471},{"source":470,"target":472},{"source":470,"target":42},{"source":471,"target":54},{"source":471,"target":473},{"source":471,"target":42},{"source":473,"target":54},{"source":43,"target":0},{"source":43,"target":474},{"source":43,"target":475},{"source":43,"target":476},{"source":474,"target":477},{"source":474,"target":43},{"source":475,"target":478},{"source":475,"target":43},{"source":476,"target":479},{"source":476,"target":43},{"source":44,"target":0},{"source":44,"target":480},{"source":44,"target":481},{"source":480,"target":482},{"source":480,"target":44},{"source":481,"target":483},{"source":481,"target":44},{"source":45,"target":0},{"source":45,"target":484},{"source":45,"target":485},{"source":45,"target":486},{"source":45,"target":487},{"source":484,"target":45},{"source":485,"target":45},{"source":486,"target":45},{"source":487,"target":45},{"source":46,"target":0},{"source":46,"target":488},{"source":46,"target":489},{"source":46,"target":490},{"source":46,"target":491},{"source":46,"target":492},{"source":488,"target":46},{"source":489,"target":46},{"source":490,"target":46},{"source":491,"target":46},{"source":492,"target":46},{"source":47,"target":0},{"source":47,"target":493},{"source":47,"target":494},{"source":47,"target":495},{"source":47,"target":496},{"source":47,"target":497},{"source":47,"target":498},{"source":47,"target":499},{"source":493,"target":47},{"source":494,"target":47},{"source":495,"target":47},{"source":496,"target":47},{"source":497,"target":47},{"source":498,"target":47},{"source":499,"target":47},{"source":48,"target":0},{"source":48,"target":500},{"source":48,"target":501},{"source":48,"target":502},{"source":48,"target":503},{"source":48,"target":504},{"source":48,"target":505},{"source":48,"target":506},{"source":48,"target":507},{"source":500,"target":48},{"source":501,"target":48},{"source":502,"target":48},{"source":503,"target":48},{"source":504,"target":48},{"source":505,"target":48},{"source":506,"target":48},{"source":507,"target":48},{"source":49,"target":0},{"source":49,"target":508},{"source":49,"target":509},{"source":49,"target":510},{"source":49,"target":511},{"source":49,"target":512},{"source":49,"target":513},{"source":508,"target":49},{"source":509,"target":49},{"source":510,"target":49},{"source":511,"target":49},{"source":512,"target":49},{"source":513,"target":49},{"source":50,"target":0},{"source":50,"target":514},{"source":50,"target":515},{"source":50,"target":516},{"source":514,"target":50},{"source":515,"target":50},{"source":516,"target":50},{"source":51,"target":0},{"source":51,"target":517},{"source":51,"target":518},{"source":51,"target":519},{"source":51,"target":520},{"source":51,"target":521},{"source":51,"target":522},{"source":51,"target":523},{"source":51,"target":524},{"source":51,"target":525},{"source":517,"target":51},{"source":518,"target":51},{"source":519,"target":51},{"source":520,"target":51},{"source":521,"target":51},{"source":522,"target":51},{"source":523,"target":51},{"source":524,"target":51},{"source":525,"target":51},{"source":52,"target":0},{"source":52,"target":526},{"source":52,"target":527},{"source":52,"target":528},{"source":52,"target":529},{"source":52,"target":530},{"source":526,"target":52},{"source":527,"target":52},{"source":528,"target":52},{"source":529,"target":52},{"source":530,"target":52},{"source":53,"target":0},{"source":53,"target":531},{"source":53,"target":532},{"source":53,"target":533},{"source":53,"target":534},{"source":531,"target":53},{"source":532,"target":53},{"source":533,"target":53},{"source":534,"target":53},{"source":54,"target":0},{"source":54,"target":535},{"source":54,"target":536},{"source":535,"target":54},{"source":536,"target":54},{"source":55,"target":0},{"source":55,"target":537},{"source":55,"target":538},{"source":55,"target":539},{"source":55,"target":540},{"source":55,"target":541},{"source":55,"target":542},{"source":537,"target":55},{"source":538,"target":55},{"source":539,"target":55},{"source":540,"target":55},{"source":541,"target":55},{"source":542,"target":55},{"source":56,"target":0},{"source":56,"target":543},{"source":56,"target":544},{"source":56,"target":545},{"source":56,"target":546},{"source":56,"target":547},{"source":56,"target":548},{"source":56,"target":549},{"source":543,"target":56},{"source":544,"target":56},{"source":545,"target":56},{"source":546,"target":56},{"source":547,"target":56},{"source":548,"target":56},{"source":549,"target":56},{"source":57,"target":0},{"source":57,"target":550},{"source":57,"target":551},{"source":550,"target":57},{"source":551,"target":57}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="hib" nsURI="http://www.openhealthtools.org/mdht/uml/cda/phcr/hib" nsPrefix="hib"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml"> <details key="initializers" value="org.openhealthtools.mdht.uml.cda.hib"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="HIBCaseReport" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//PublicHealthCaseReport"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="HIBCaseReportTemplateId HIBCaseReportTitle HIBCaseReportHibPhcrClinicalInformationSection "/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.1.14"/> <details key="title.mixed" value="Public Health Case Report - Haemophilus Influenzae Type B"/> <details key="constraints.validation.warning" value="HIBCaseReportHibPhcrRelevantDxTestsSection"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="PublicHealthCaseReportTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.1.14')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.1.14')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//PublicHealthCaseReport/PublicHealthCaseReportTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eOperations name="HIBCaseReportTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.title.oclIsUndefined() or self.title.isNullFlavorUndefined()) implies (self.title.getText() = 'Public Health Case Report - Haemophilus Influenzae Type B')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="(self.title.oclIsUndefined() or self.title.isNullFlavorUndefined()) implies (self.title.getText() = 'Public Health Case Report - Haemophilus Influenzae Type B')"/> </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="HIBCaseReportHibPhcrClinicalInformationSection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getAllSections()->one(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(hib::HibPhcrClinicalInformationSection ))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getAllSections()->one(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(hib::HibPhcrClinicalInformationSection ))"/> </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="HIBCaseReportHibPhcrRelevantDxTestsSection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getAllSections()->one(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(hib::HibPhcrRelevantDxTestsSection))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getAllSections()->one(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(hib::HibPhcrRelevantDxTestsSection))"/> </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="getHibPhcrClinicalInformationSection" ordered="false" lowerBound="1" eType="#//HibPhcrClinicalInformationSection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getAllSections()->select(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(hib::HibPhcrClinicalInformationSection ))->asSequence()->any(true).oclAsType(hib::HibPhcrClinicalInformationSection )"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getAllSections()->select(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(hib::HibPhcrClinicalInformationSection ))->asSequence()->any(true).oclAsType(hib::HibPhcrClinicalInformationSection )"/> </eAnnotations> </eOperations> <eOperations name="getHibPhcrRelevantDxTestsSection" ordered="false" lowerBound="1" eType="#//HibPhcrRelevantDxTestsSection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getAllSections()->select(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(hib::HibPhcrRelevantDxTestsSection))->asSequence()->any(true).oclAsType(hib::HibPhcrRelevantDxTestsSection)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getAllSections()->select(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(hib::HibPhcrRelevantDxTestsSection))->asSequence()->any(true).oclAsType(hib::HibPhcrRelevantDxTestsSection)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HibPhcrClinicalInformationSection" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//PhcrClinicalInformationSection"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="HibPhcrClinicalInformationSection TemplateId HibPhcrClinicalInformationSection HibCaseObservation"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.2.57"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="PhcrClinicalInformationSectionTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.2.57')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.2.57')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//PhcrClinicalInformationSection/PhcrClinicalInformationSectionTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eOperations name="HibPhcrClinicalInformationSectionHibCaseObservation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.entry->one(entry : cda::Entry | not entry.observation.oclIsUndefined() and entry.observation.oclIsKindOf(hib::HibCaseObservation) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.entry->one(entry : cda::Entry | not entry.observation.oclIsUndefined() and entry.observation.oclIsKindOf(hib::HibCaseObservation) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getHibCaseObservation" ordered="false" lowerBound="1" eType="#//HibCaseObservation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(hib::HibCaseObservation))->asSequence()->any(true).oclAsType(hib::HibCaseObservation)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(hib::HibCaseObservation))->asSequence()->any(true).oclAsType(hib::HibCaseObservation)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HibCaseObservation" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//CaseObservation"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="HibCaseObservationTemplateId"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.3.134"/> <details key="constraints.validation.warning" value="HibCaseObservationHibSignsAndSymptoms"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="ProblemObservationTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.134')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.134')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ProblemObservation/ProblemObservationTemplateId ../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//CaseObservation/%duplicates%/ProblemObservationTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eOperations name="HibCaseObservationHibSignsAndSymptoms" 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.entryRelationship->exists(entryRelationship : cda::EntryRelationship | not entryRelationship.observation.oclIsUndefined() and entryRelationship.observation.oclIsKindOf(hib::HibSignsAndSymptoms) and entryRelationship.typeCode = vocab::x_ActRelationshipEntryRelationship::MFST)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.entryRelationship->exists(entryRelationship : cda::EntryRelationship | not entryRelationship.observation.oclIsUndefined() and entryRelationship.observation.oclIsKindOf(hib::HibSignsAndSymptoms) and entryRelationship.typeCode = vocab::x_ActRelationshipEntryRelationship::MFST)"/> </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="getHibSignsAndSymptomss" ordered="false" lowerBound="1" upperBound="-1" eType="#//HibSignsAndSymptoms"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(hib::HibSignsAndSymptoms)).oclAsType(hib::HibSignsAndSymptoms)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(hib::HibSignsAndSymptoms)).oclAsType(hib::HibSignsAndSymptoms)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HibSignsAndSymptoms" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//SignsAndSymptomsObservation"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="HibSignsAndSymptomsTemplateId"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.3.135"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="SignsAndSymptomsObservationTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.135')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.135')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//SignsAndSymptomsObservation/SignsAndSymptomsObservationTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HibPhcrRelevantDxTestsSection" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//PhcrRelevantDxTestsSection"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="HibPhcrRelevantDxTestsSectionTemplateId"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.2.58"/> <details key="constraints.validation.warning" value="HibPhcrRelevantDxTestsSectionHibResultObservation"/> <details key="constraints.validation.info" value="HibPhcrRelevantDxTestsSectionHibResultOrganizer"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="ResultsSectionTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.2.58')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.2.58')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultsSection/ResultsSectionTemplateId ../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//PhcrRelevantDxTestsSection/%duplicates%/ResultsSectionTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eOperations name="HibPhcrRelevantDxTestsSectionHibResultObservation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.entry->exists(entry : cda::Entry | not entry.observation.oclIsUndefined() and entry.observation.oclIsKindOf(hib::HibResultObservation) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.entry->exists(entry : cda::Entry | not entry.observation.oclIsUndefined() and entry.observation.oclIsKindOf(hib::HibResultObservation) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="HibPhcrRelevantDxTestsSectionHibResultOrganizer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.entry->exists(entry : cda::Entry | not entry.organizer.oclIsUndefined() and entry.organizer.oclIsKindOf(hib::HibResultOrganizer) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.entry->exists(entry : cda::Entry | not entry.organizer.oclIsUndefined() and entry.organizer.oclIsKindOf(hib::HibResultOrganizer) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getHibResultObservations" ordered="false" lowerBound="1" upperBound="-1" eType="#//HibResultObservation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(hib::HibResultObservation)).oclAsType(hib::HibResultObservation)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(hib::HibResultObservation)).oclAsType(hib::HibResultObservation)"/> </eAnnotations> </eOperations> <eOperations name="getHibResultOrganizers" ordered="false" lowerBound="1" upperBound="-1" eType="#//HibResultOrganizer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getOrganizers()->select(organizer : cda::Organizer | not organizer.oclIsUndefined() and organizer.oclIsKindOf(hib::HibResultOrganizer)).oclAsType(hib::HibResultOrganizer)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getOrganizers()->select(organizer : cda::Organizer | not organizer.oclIsUndefined() and organizer.oclIsKindOf(hib::HibResultOrganizer)).oclAsType(hib::HibResultOrganizer)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HibResultObservation" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//ResultObservation"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="HibResultObservationTemplateId"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.3.137"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="ResultObservationTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.137')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.137')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultObservation/ResultObservationTemplateId ../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//ResultObservation/%duplicates%/ResultObservationTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HibResultOrganizer" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//ResultOrganizer"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="constraints.validation.error" value="HibResultOrganizerTemplateId HibResultOrganizerHibResultObservation"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.3.136"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="ResultOrganizerTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.136')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.136')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultOrganizer/ResultOrganizerTemplateId ../../org.openhealthtools.mdht.uml.cda.phcr/model/phcr.ecore#//ResultOrganizer/%duplicates%/ResultOrganizerTemplateId"/> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </contents> </eAnnotations> <eOperations name="HibResultOrganizerHibResultObservation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.component->one(component : cda::Component4 | not component.observation.oclIsUndefined() and component.observation.oclIsKindOf(hib::HibResultObservation))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.component->one(component : cda::Component4 | not component.observation.oclIsUndefined() and component.observation.oclIsKindOf(hib::HibResultObservation))"/> </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="getHibResultObservation" ordered="false" lowerBound="1" eType="#//HibResultObservation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(hib::HibResultObservation))->asSequence()->any(true).oclAsType(hib::HibResultObservation)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(hib::HibResultObservation))->asSequence()->any(true).oclAsType(hib::HibResultObservation)"/> </eAnnotations> </eOperations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mdht/mdht-models/PublicHealthCaseReporting/generated/org.openhealthtools.mdht.uml.cda.phcr.hib/model/hib.ecore
ecore
hib HIBCaseReport PublicHealthCaseReportTemplateId diagnostics context HIBCaseReportTitle diagnostics context HIBCaseReportHibPhcrClinicalInformationSection diagnostics context HIBCaseReportHibPhcrRelevantDxTestsSection diagnostics context getHibPhcrClinicalInformationSection getHibPhcrRelevantDxTestsSection HibPhcrClinicalInformationSection PhcrClinicalInformationSectionTemplateId diagnostics context HibPhcrClinicalInformationSectionHibCaseObservation diagnostics context getHibCaseObservation HibCaseObservation ProblemObservationTemplateId diagnostics context HibCaseObservationHibSignsAndSymptoms diagnostics context getHibSignsAndSymptomss HibSignsAndSymptoms SignsAndSymptomsObservationTemplateId diagnostics context HibPhcrRelevantDxTestsSection ResultsSectionTemplateId diagnostics context HibPhcrRelevantDxTestsSectionHibResultObservation diagnostics context HibPhcrRelevantDxTestsSectionHibResultOrganizer diagnostics context getHibResultObservations getHibResultOrganizers HibResultObservation ResultObservationTemplateId diagnostics context HibResultOrganizer ResultOrganizerTemplateId diagnostics context HibResultOrganizerHibResultObservation diagnostics context getHibResultObservation
null
{"directed":true,"nodes":[{"nsPrefix":"hib","nsURI":"http://www.openhealthtools.org/mdht/uml/cda/phcr/hib","name":"hib","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HIBCaseReport","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HibPhcrClinicalInformationSection","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HibCaseObservation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HibSignsAndSymptoms","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HibPhcrRelevantDxTestsSection","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HibResultObservation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HibResultOrganizer","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"HIBCaseReportTitle","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"HIBCaseReportHibPhcrClinicalInformationSection","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"HIBCaseReportHibPhcrRelevantDxTestsSection","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getHibPhcrClinicalInformationSection","lowerBound":1,"id":11,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getHibPhcrRelevantDxTestsSection","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EOperation"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"PublicHealthCaseReportTemplateId","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EParameter"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"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"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"HibPhcrClinicalInformationSectionHibCaseObservation","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getHibCaseObservation","lowerBound":1,"id":46,"many":false,"required":true,"eClass":"EOperation"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"PhcrClinicalInformationSectionTemplateId","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"HibCaseObservationHibSignsAndSymptoms","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getHibSignsAndSymptomss","lowerBound":1,"id":65,"many":true,"required":true,"eClass":"EOperation"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProblemObservationTemplateId","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"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":"diagnostics","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EParameter"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignsAndSymptomsObservationTemplateId","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"HibPhcrRelevantDxTestsSectionHibResultObservation","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"HibPhcrRelevantDxTestsSectionHibResultOrganizer","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getHibResultObservations","lowerBound":1,"id":94,"many":true,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getHibResultOrganizers","lowerBound":1,"id":95,"many":true,"required":true,"eClass":"EOperation"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultsSectionTemplateId","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EParameter"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultObservationTemplateId","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EOperation"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"HibResultOrganizerHibResultObservation","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getHibResultObservation","lowerBound":1,"id":131,"many":false,"required":true,"eClass":"EOperation"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultOrganizerTemplateId","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EOperation"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EParameter"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"id":148,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":14,"target":15},{"source":14,"target":16},{"source":14,"target":17},{"source":16,"target":18},{"source":16,"target":14},{"source":17,"target":19},{"source":17,"target":14},{"source":19,"target":20},{"source":19,"target":21},{"source":8,"target":22},{"source":8,"target":1},{"source":8,"target":23},{"source":8,"target":24},{"source":23,"target":25},{"source":23,"target":8},{"source":24,"target":26},{"source":24,"target":8},{"source":26,"target":27},{"source":26,"target":28},{"source":9,"target":29},{"source":9,"target":1},{"source":9,"target":30},{"source":9,"target":31},{"source":30,"target":32},{"source":30,"target":9},{"source":31,"target":33},{"source":31,"target":9},{"source":33,"target":34},{"source":33,"target":35},{"source":10,"target":36},{"source":10,"target":1},{"source":10,"target":37},{"source":10,"target":38},{"source":37,"target":39},{"source":37,"target":10},{"source":38,"target":40},{"source":38,"target":10},{"source":40,"target":41},{"source":40,"target":42},{"source":11,"target":2},{"source":11,"target":43},{"source":11,"target":1},{"source":43,"target":2},{"source":12,"target":5},{"source":12,"target":44},{"source":12,"target":1},{"source":44,"target":5},{"source":2,"target":0},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":48,"target":49},{"source":48,"target":50},{"source":48,"target":51},{"source":50,"target":52},{"source":50,"target":48},{"source":51,"target":53},{"source":51,"target":48},{"source":53,"target":54},{"source":53,"target":55},{"source":45,"target":56},{"source":45,"target":2},{"source":45,"target":57},{"source":45,"target":58},{"source":57,"target":59},{"source":57,"target":45},{"source":58,"target":60},{"source":58,"target":45},{"source":60,"target":61},{"source":60,"target":62},{"source":46,"target":3},{"source":46,"target":63},{"source":46,"target":2},{"source":63,"target":3},{"source":3,"target":0},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":67,"target":68},{"source":67,"target":69},{"source":67,"target":70},{"source":69,"target":71},{"source":69,"target":67},{"source":70,"target":72},{"source":70,"target":67},{"source":72,"target":73},{"source":72,"target":74},{"source":64,"target":75},{"source":64,"target":3},{"source":64,"target":76},{"source":64,"target":77},{"source":76,"target":78},{"source":76,"target":64},{"source":77,"target":79},{"source":77,"target":64},{"source":79,"target":80},{"source":79,"target":81},{"source":65,"target":4},{"source":65,"target":82},{"source":65,"target":3},{"source":82,"target":4},{"source":4,"target":0},{"source":4,"target":83},{"source":84,"target":85},{"source":84,"target":86},{"source":84,"target":87},{"source":86,"target":88},{"source":86,"target":84},{"source":87,"target":89},{"source":87,"target":84},{"source":89,"target":90},{"source":89,"target":91},{"source":5,"target":0},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":97,"target":98},{"source":97,"target":99},{"source":97,"target":100},{"source":99,"target":101},{"source":99,"target":97},{"source":100,"target":102},{"source":100,"target":97},{"source":102,"target":103},{"source":102,"target":104},{"source":92,"target":105},{"source":92,"target":5},{"source":92,"target":106},{"source":92,"target":107},{"source":106,"target":108},{"source":106,"target":92},{"source":107,"target":109},{"source":107,"target":92},{"source":109,"target":110},{"source":109,"target":111},{"source":93,"target":112},{"source":93,"target":5},{"source":93,"target":113},{"source":93,"target":114},{"source":113,"target":115},{"source":113,"target":93},{"source":114,"target":116},{"source":114,"target":93},{"source":116,"target":117},{"source":116,"target":118},{"source":94,"target":6},{"source":94,"target":119},{"source":94,"target":5},{"source":119,"target":6},{"source":95,"target":7},{"source":95,"target":120},{"source":95,"target":5},{"source":120,"target":7},{"source":6,"target":0},{"source":6,"target":121},{"source":122,"target":123},{"source":122,"target":124},{"source":122,"target":125},{"source":124,"target":126},{"source":124,"target":122},{"source":125,"target":127},{"source":125,"target":122},{"source":127,"target":128},{"source":127,"target":129},{"source":7,"target":0},{"source":7,"target":130},{"source":7,"target":131},{"source":7,"target":132},{"source":133,"target":134},{"source":133,"target":135},{"source":133,"target":136},{"source":135,"target":137},{"source":135,"target":133},{"source":136,"target":138},{"source":136,"target":133},{"source":138,"target":139},{"source":138,"target":140},{"source":130,"target":141},{"source":130,"target":7},{"source":130,"target":142},{"source":130,"target":143},{"source":142,"target":144},{"source":142,"target":130},{"source":143,"target":145},{"source":143,"target":130},{"source":145,"target":146},{"source":145,"target":147},{"source":131,"target":6},{"source":131,"target":148},{"source":131,"target":7},{"source":148,"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="jca" nsURI="jca.xmi" nsPrefix="org.eclipse.jst.j2ee.jca"> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="common.ecore#//CompatibilityDescriptionGroup"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The connector element is the root element of the deployment descriptor for the resource adapter. This element includes general information - vendor name, version, specification version supported, icon - about the resource adapter module. It also includes information specific to the implementation of the resource adapter library as specified through the element resourceadapter.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vendorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the name of resource adapter provider vendor.&#xD;&#xA;Example: Wombat Corp."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the version of the connector architecture specification that is supported by this resource adapter. This information enables deployer to configure the resource adapter to support deployment and runtime requirements of the corresponding connector architecture specification.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eisType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains information about the type of the EIS. For example, the type of an EIS can be product name of EIS independent of any version info.&#xD;&#xA;&#xD;&#xA;This helps in identifying EIS instances that can be used with&#xD;&#xA;this resource adapter.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a string-based version of the resource adapter from the resource adapter provider.&#xD;&#xA;&#xD;&#xA;Example: 1.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="license" eType="#//License" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies licensing requirements for the resource adapter module. This element specifies whether a license is required to deploy and use this resource adapter, and an optional description of the licensing terms (examples: duration of license, number of&#xD;&#xA;connection restrictions)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceAdapter" lowerBound="1" eType="#//ResourceAdapter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceAdapter" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies information about the resource adapter. The information includes fully-qualified names of class/interfaces required as part of the connector architecture specified contracts, level of transaction support provided, configurable properties for ManagedConnectionFactory instances, one or more authentication mechanisms supported and additional&#xD;&#xA;required security permissions.&#xD;&#xA;&#xD;&#xA;If there is no authentication-mechanism specified as part of&#xD;&#xA;resource adapter element then the resource adapter does not&#xD;&#xA;support any standard security authentication mechanisms as part&#xD;&#xA;of security contract. The application server ignores the security&#xD;&#xA;part of the system contracts in this case.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="managedConnectionFactoryClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.managedConnectionFactoryClass&#xD;&#xA;Specifies the fully qualified name of the Java class that implements the javax.resource.spi.Managed-ConnectionFactory interface. This Java class is provided as part of resource adapter's implementation of connector architecture specified contracts.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionFactoryInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionFactoryInterface&#xD;&#xA;Specifies the fully-qualified name of the ConnectionFactory interface supported by the resource adapter.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionFactoryImplClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionFactoryImplClass&#xD;&#xA;Specifies the fully-qualified name of the ConnectionFactory class that implements resource adapter specific ConnectionFactory interface."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionInterface"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionImplClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionImplClass&#xD;&#xA;Specifies the fully-qualified name of the Connection interface supported by the resource adapter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transactionSupport" eType="#//TransactionSupportKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.transactionSupport&#xD;&#xA;The transaction-support element specifies the level of transaction&#xD;&#xA;support provided by the resource adapter.&#xD;&#xA;The value of transaction-support must be one of the following:&#xD;&#xA; NoTransaction&#xD;&#xA; LocalTransaction&#xD;&#xA; XATransaction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reauthenticationSupport" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes outboundResourceAdapter.reauthenticationSupport&#xD;&#xA;Specifies whether the resource adapter implementation supports re-authentication of existing Managed-Connection instance. Note that this information is for the resource adapter implementation and not for the underlying EIS instance."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceAdapterClass" 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 element resourceadapter-class specifies the&#xD;&#xA; fully qualified name of a Java class that implements&#xD;&#xA; the javax.resource.spi.ResourceAdapter&#xD;&#xA; interface. This Java class is provided as part of&#xD;&#xA; resource adapter's implementation of connector&#xD;&#xA; architecture specified contracts. The implementation&#xD;&#xA; of this class is required to be a JavaBean."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="securityPermissions" upperBound="-1" eType="#//SecurityPermission" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@deprecated"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="authenticationMechanisms" upperBound="-1" eType="#//AuthenticationMechanism" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configProperties" upperBound="-1" eType="#//ConfigProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outboundResourceAdapter" eType="#//OutboundResourceAdapter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The connectionfactory-interface element content must be&#xD;&#xA; unique in the outbound-resourceadapter. Multiple connection-definitions&#xD;&#xA; can not use the same connectionfactory-type."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inboundResourceAdapter" eType="#//InboundResourceAdapter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="adminObjects" upperBound="-1" eType="#//AdminObject" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuthenticationMechanism" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element authentication-mechanism specifies an authentication mechanism supported by the resource adapter. Note that this support is for the resource adapter and not for the underlying EIS instance. The optional description specifies any resource adapter specific requirement for the support of security contract and authentication mechanism.&#xD;&#xA;&#xD;&#xA;Note that BasicPassword mechanism type should support the&#xD;&#xA;javax.resource.spi.security.PasswordCredential interface.&#xD;&#xA;The Kerbv5 mechanism type should support the&#xD;&#xA;javax.resource.spi.security.GenericCredential interface.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authenticationMechanism" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authenticationMechanismType" eType="#//AuthenticationMechanismType" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@deprecated See authenticationMechanism&#xD;&#xA;&#xD;&#xA;The authentication-mechanism-type specifies type of an authentication mechanism.&#xD;&#xA;&#xD;&#xA;The example values are:&#xD;&#xA; - BasicPassword&#xD;&#xA; - Kerbv5&#xD;&#xA;&#xD;&#xA;Any additional security mechanisms are outside the scope of the&#xD;&#xA;Connector architecture specification.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="credentialInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the interface that the resource adapter implementation supports for the representation of the credentials. This element should be used by application server to find out the Credential interface it should use as part of the security contract.&#xD;&#xA;&#xD;&#xA;The possible values are:&#xD;&#xA; javax.resource.spi.security.PasswordCredential&#xD;&#xA; javax.resource.spi.security.GenericCredential&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customAuthMechType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@deprecated&#xD;&#xA;This is an internal variable used to store the AthenticationMechanismType when it is something other than BasicPassword or Kerbv5. AuthenticationMecanismType is set to 'Custom' in those cases. This attribute should not be used by runtime. It is only used by the writer to write back out the custom AuthenticationMechanismType string in the case of custom AuthenticationMechanismType's. &#xD;&#xA;This variable is internal, used only by the reader/writer classes, and can change or disappear without notice. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AuthenticationMechanismType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;BasicPassword=0&#xD;&#xA;Kerbv5=1"/> </eAnnotations> <eLiterals name="BasicPassword"/> <eLiterals name="Kerbv5" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigProperty" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The config property contains a declaration of a single&#xD;&#xA;configuration property for a ManagedConnectionFactory instance.&#xD;&#xA;&#xD;&#xA;Each ManagedConnectionFactory instance creates connections to a specific EIS instance based on the properties configured on the ManagedConnectionFactory instance. The configurable properties are specified only once in the deployment descriptor, even though a resource adapter can be used to configure multiple ManagedConnnection-Factory instances (that create connections to different instances of the same EIS).&#xD;&#xA;&#xD;&#xA;The declaration consists of an optional description, name, type&#xD;&#xA;and an optional value of the configuration property. If the resource&#xD;&#xA;adapter provider does not specify a value than the deployer is&#xD;&#xA;responsible for providing a valid value for a configuration property.&#xD;&#xA;&#xD;&#xA;Any bounds or well-defined values of properties should be described in the description.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions"/> </eAnnotations> </eStructuralFeatures> <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="Contains the name of a configuration property.&#xD;&#xA;&#xD;&#xA;The connector architecture defines a set of well-defined properties all of type java.lang.String. These are as follows:&#xD;&#xA;&#xD;&#xA; ServerName&#xD;&#xA; PortNumber&#xD;&#xA; UserName&#xD;&#xA; Password&#xD;&#xA; ConnectionURL&#xD;&#xA;&#xD;&#xA;A resource adapter provider can extend this property set to include properties specific to the resource adapter and its underlying EIS.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains the fully qualified Java type of a configuration property as required by ManagedConnection-Factory instance.&#xD;&#xA;&#xD;&#xA;The following are the legal values of config-property-type:&#xD;&#xA; java.lang.Boolean, java.lang.String, java.lang.Integer,&#xD;&#xA; java.lang.Double, java.lang.Byte, java.lang.Short,&#xD;&#xA; java.lang.Long, java.lang.Float, java.lang.Character"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element config-property-value contains the value&#xD;&#xA; of a configuration entry. Note, it is possible for a&#xD;&#xA; resource adapter deployer to override this&#xD;&#xA; configuration information during deployment.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA; &lt;config-property-value>WombatServer&lt;/config-property-value>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SecurityPermission" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a security permission that is required by the resource adapter code.&#xD;&#xA;&#xD;&#xA;The security permission listed in the deployment descriptor are ones that are different from those required by the default permission set as specified in the connector specification. The optional description can mention specific reason that resource adapter requires a given security permission.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" 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 element permission-spec specifies a security permission based on the Security policy file syntax. &#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="License" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies licensing requirements for the resource adapter module. Specifies whether a license is required to deploy and use this resource adapter, and an optional description of the licensing terms (examples: duration of license, number of connection restrictions)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@deprecated Replaced with descriptions&#xD;&#xA;The description is used to provide text describing the license."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TransactionSupportKind"> <eLiterals name="NoTransaction"/> <eLiterals name="LocalTransaction" value="1"/> <eLiterals name="XATransaction" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InboundResourceAdapter" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The inbound-resourceadapterType specifies information&#xD;&#xA;about an inbound resource adapter. This contains information&#xD;&#xA;specific to the implementation of the resource adapter&#xD;&#xA;library as specified through the messageadapter element."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="messageAdapter" eType="#//MessageAdapter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The messagelistener-type element content must be&#xD;&#xA; unique in the messageadapter. Several messagelisteners&#xD;&#xA; can not use the same messagelistener-type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutboundResourceAdapter" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The outbound-resourceadapterType specifies information about&#xD;&#xA;an outbound resource adapter. The information includes fully&#xD;&#xA;qualified names of classes/interfaces required as part of&#xD;&#xA;the connector architecture specified contracts for&#xD;&#xA;connection management, level of transaction support&#xD;&#xA;provided, one or more authentication mechanisms supported&#xD;&#xA;and additional required security permissions.&#xD;&#xA;&#xD;&#xA;If there is no authentication-mechanism specified as part of&#xD;&#xA;resource adapter element then the resource adapter does not&#xD;&#xA;support any standard security authentication mechanisms as&#xD;&#xA;part of security contract. The application server ignores&#xD;&#xA;the security part of the system contracts in this case."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reauthenticationSupport" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element reauthentication-support specifies&#xD;&#xA; whether the resource adapter implementation supports&#xD;&#xA; re-authentication of existing Managed- Connection&#xD;&#xA; instance. Note that this information is for the&#xD;&#xA; resource adapter implementation and not for the&#xD;&#xA; underlying EIS instance. This element must have&#xD;&#xA; either a &quot;true&quot; or &quot;false&quot; value."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transactionSupport" eType="#//TransactionSupportKind" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectionDefinitions" upperBound="-1" eType="#//ConnectionDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authenticationMechanisms" upperBound="-1" eType="#//AuthenticationMechanism" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageAdapter" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The messageadapterType specifies information about the&#xD;&#xA;messaging capabilities of the resource adapter. This&#xD;&#xA;contains information specific to the implementation of the&#xD;&#xA;resource adapter library as specified through the&#xD;&#xA;messagelistener element."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="messageListeners" lowerBound="1" upperBound="-1" eType="#//MessageListener" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionDefinition" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The connection-definitionType defines a set of connection&#xD;&#xA;interfaces and classes pertaining to a particular connection&#xD;&#xA;type. This also includes configurable properties for&#xD;&#xA;ManagedConnectionFactory instances that may be produced out&#xD;&#xA;of this set."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="managedConnectionFactoryClass" 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 element managedconnectionfactory-class specifies&#xD;&#xA; the fully qualified name of the Java class that&#xD;&#xA; implements the&#xD;&#xA; javax.resource.spi.ManagedConnectionFactory interface.&#xD;&#xA; This Java class is provided as part of resource&#xD;&#xA; adapter's implementation of connector architecture&#xD;&#xA; specified contracts. The implementation of this&#xD;&#xA; class is required to be a JavaBean.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA; &lt;managedconnectionfactory-class>&#xD;&#xA; com.wombat.ManagedConnectionFactoryImpl&#xD;&#xA; &lt;/managedconnectionfactory-class>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionFactoryInterface" 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 element connectionfactory-interface specifies&#xD;&#xA; the fully qualified name of the ConnectionFactory&#xD;&#xA; interface supported by the resource adapter.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA; &lt;connectionfactory-interface>com.wombat.ConnectionFactory&#xD;&#xA; &lt;/connectionfactory-interface>&#xD;&#xA;&#xD;&#xA; OR&#xD;&#xA;&#xD;&#xA; &lt;connectionfactory-interface>javax.resource.cci.ConnectionFactory&#xD;&#xA; &lt;/connectionfactory-interface>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionFactoryImplClass" 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 element connectionfactory-impl-class specifies&#xD;&#xA; the fully qualified name of the ConnectionFactory&#xD;&#xA; class that implements resource adapter&#xD;&#xA; specific ConnectionFactory interface.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA;&#xD;&#xA; &lt;connectionfactory-impl-class>com.wombat.ConnectionFactoryImpl&#xD;&#xA; &lt;/connectionfactory-impl-class>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionInterface" 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 connection-interface element specifies the fully&#xD;&#xA; qualified name of the Connection interface supported&#xD;&#xA; by the resource adapter.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA;&#xD;&#xA; &lt;connection-interface>javax.resource.cci.Connection&#xD;&#xA; &lt;/connection-interface>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionImplClass" 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 connection-impl-classType specifies the fully&#xD;&#xA; qualified name of the Connection class that&#xD;&#xA; implements resource adapter specific Connection&#xD;&#xA; interface. It is used by the connection-impl-class&#xD;&#xA; elements.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA;&#xD;&#xA; &lt;connection-impl-class>com.wombat.ConnectionImpl&#xD;&#xA; &lt;/connection-impl-class>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="configProperties" upperBound="-1" eType="#//ConfigProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdminObject" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The adminobjectType specifies information about an&#xD;&#xA;administered object. Administered objects are specific to a&#xD;&#xA;messaging style or message provider. This contains&#xD;&#xA;information on the Java type of the interface implemented by&#xD;&#xA;an administered object, its Java class name and its&#xD;&#xA;configuration properties."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adminObjectInterface" 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 element adminobject-interface specifies the&#xD;&#xA; fully qualified name of the Java type of the&#xD;&#xA; interface implemented by an administered object.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA; &lt;adminobject-interface>javax.jms.Destination&#xD;&#xA; &lt;/adminobject-interface>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adminObjectClass" 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 element adminobject-class specifies the fully&#xD;&#xA; qualified Java class name of an administered object.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA; &lt;adminobject-class>com.wombat.DestinationImpl&#xD;&#xA; &lt;/adminobject-class>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="configProperties" upperBound="-1" eType="#//ConfigProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageListener" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The messagelistenerType specifies information about a&#xD;&#xA;specific message listener supported by the messaging&#xD;&#xA;resource adapter. It contains information on the Java type&#xD;&#xA;of the message listener interface and an activation&#xD;&#xA;specification."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageListenerType" 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 element messagelistener-type specifies the fully&#xD;&#xA; qualified name of the Java type of a message&#xD;&#xA; listener interface.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA;&#xD;&#xA; &lt;messagelistener-type>javax.jms.MessageListener&#xD;&#xA; &lt;/messagelistener-type>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="activationSpec" lowerBound="1" eType="#//ActivationSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivationSpec" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The activationspecType specifies an activation&#xD;&#xA;specification. The information includes fully qualified&#xD;&#xA;Java class name of an activation specification and a set of&#xD;&#xA;required configuration property names."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activationSpecClass" 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 element activationspec-class specifies the fully&#xD;&#xA; qualified Java class name of the activation&#xD;&#xA; specification class. This class must implement the&#xD;&#xA; javax.resource.spi.ActivationSpec interface. The&#xD;&#xA; implementation of this class is required to be a&#xD;&#xA; JavaBean.&#xD;&#xA;&#xD;&#xA; Example:&#xD;&#xA; &lt;activationspec-class>com.wombat.ActivationSpecImpl&#xD;&#xA; &lt;/activationspec-class>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredConfigProperties" upperBound="-1" eType="#//RequiredConfigPropertyType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredConfigPropertyType" eSuperTypes="common.ecore#//J2EEEObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@version J2EE1.4&#xD;&#xA;The required-config-propertyType contains a declaration&#xD;&#xA;of a single configuration property used for specifying a&#xD;&#xA;required configuration property name. It is used&#xD;&#xA;by required-config-property elements.&#xD;&#xA;&#xD;&#xA;Example:&#xD;&#xA;&#xD;&#xA;&lt;required-config-property>Destination&lt;/required-config-property>"/> </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="descriptions" upperBound="-1" eType="ecore:EClass common.ecore#//Description" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kimjianzsu/tools/eclipses/eclipse-cgc/plugins/org.eclipse.jst.web_core.feature.source_1.5.4.v200704150236--87cMNBMzUxToUV/src/org.eclipse.jst.j2ee.core_1.1.53.v200704191600/model/jca.ecore
ecore
jca Connector vendorName specVersion eisType version license resourceAdapter ResourceAdapter managedConnectionFactoryClass connectionFactoryInterface connectionFactoryImplClass connectionInterface connectionImplClass transactionSupport reauthenticationSupport resourceAdapterClass securityPermissions authenticationMechanisms configProperties outboundResourceAdapter inboundResourceAdapter adminObjects AuthenticationMechanism description authenticationMechanism authenticationMechanismType credentialInterface customAuthMechType descriptions AuthenticationMechanismType BasicPassword BasicPassword Kerbv5 Kerbv5 ConfigProperty description name type value descriptions SecurityPermission description specification descriptions License description required descriptions TransactionSupportKind NoTransaction NoTransaction LocalTransaction LocalTransaction XATransaction XATransaction InboundResourceAdapter messageAdapter OutboundResourceAdapter reauthenticationSupport transactionSupport connectionDefinitions authenticationMechanisms MessageAdapter messageListeners ConnectionDefinition managedConnectionFactoryClass connectionFactoryInterface connectionFactoryImplClass connectionInterface connectionImplClass configProperties AdminObject adminObjectInterface adminObjectClass configProperties MessageListener messageListenerType activationSpec ActivationSpec activationSpecClass requiredConfigProperties RequiredConfigPropertyType name descriptions
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.jst.j2ee.jca","nsURI":"jca.xmi","name":"jca","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceAdapter","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthenticationMechanism","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AuthenticationMechanismType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigProperty","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityPermission","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransactionSupportKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InboundResourceAdapter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutboundResourceAdapter","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageAdapter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionDefinition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdminObject","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageListener","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivationSpec","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredConfigPropertyType","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":"vendorName","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":"specVersion","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":"eisType","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceAdapter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"managedConnectionFactoryClass","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":"connectionFactoryInterface","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionFactoryImplClass","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionInterface","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionImplClass","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"transactionSupport","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"reauthenticationSupport","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":"resourceAdapterClass","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"securityPermissions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authenticationMechanisms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outboundResourceAdapter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inboundResourceAdapter","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":"adminObjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authenticationMechanism","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":true,"transient":false,"unique":true,"name":"authenticationMechanismType","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":"credentialInterface","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":true,"unique":true,"name":"customAuthMechType","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"name":"BasicPassword","id":72,"value":0,"literal":"BasicPassword","eClass":"EEnumLiteral"},{"name":"Kerbv5","id":73,"value":1,"literal":"Kerbv5","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":"description","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":"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":"type","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":"value","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":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"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":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"name":"NoTransaction","id":99,"value":0,"literal":"NoTransaction","eClass":"EEnumLiteral"},{"name":"LocalTransaction","id":100,"value":1,"literal":"LocalTransaction","eClass":"EEnumLiteral"},{"name":"XATransaction","id":101,"value":2,"literal":"XATransaction","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":"messageAdapter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"reauthenticationSupport","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":true,"transient":false,"unique":true,"name":"transactionSupport","changeable":true,"lowerBound":0,"iD":false,"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":"connectionDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authenticationMechanisms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageListeners","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"managedConnectionFactoryClass","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionFactoryInterface","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionFactoryImplClass","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":"connectionInterface","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionImplClass","changeable":true,"lowerBound":0,"iD":false,"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":"configProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"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":"adminObjectInterface","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adminObjectClass","changeable":true,"lowerBound":0,"iD":false,"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":"configProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messageListenerType","changeable":true,"lowerBound":0,"iD":false,"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":"activationSpec","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"activationSpecClass","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredConfigProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"container":false,"ordered":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":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":17,"target":24},{"source":17,"target":1},{"source":18,"target":25},{"source":18,"target":1},{"source":19,"target":26},{"source":19,"target":1},{"source":20,"target":27},{"source":20,"target":1},{"source":21,"target":7},{"source":21,"target":28},{"source":21,"target":1},{"source":28,"target":7},{"source":22,"target":2},{"source":22,"target":29},{"source":22,"target":1},{"source":29,"target":2},{"source":2,"target":0},{"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":30,"target":45},{"source":30,"target":2},{"source":31,"target":46},{"source":31,"target":2},{"source":32,"target":47},{"source":32,"target":2},{"source":33,"target":48},{"source":33,"target":2},{"source":34,"target":49},{"source":34,"target":2},{"source":35,"target":8},{"source":35,"target":50},{"source":35,"target":2},{"source":50,"target":8},{"source":36,"target":51},{"source":36,"target":2},{"source":37,"target":52},{"source":37,"target":2},{"source":38,"target":6},{"source":38,"target":53},{"source":38,"target":2},{"source":53,"target":6},{"source":39,"target":3},{"source":39,"target":54},{"source":39,"target":2},{"source":54,"target":3},{"source":40,"target":5},{"source":40,"target":55},{"source":40,"target":2},{"source":55,"target":5},{"source":41,"target":10},{"source":41,"target":56},{"source":41,"target":2},{"source":56,"target":10},{"source":42,"target":9},{"source":42,"target":57},{"source":42,"target":2},{"source":57,"target":9},{"source":43,"target":13},{"source":43,"target":58},{"source":43,"target":2},{"source":58,"target":13},{"source":3,"target":0},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":59,"target":66},{"source":59,"target":3},{"source":60,"target":67},{"source":60,"target":3},{"source":61,"target":4},{"source":61,"target":68},{"source":61,"target":3},{"source":68,"target":4},{"source":62,"target":69},{"source":62,"target":3},{"source":63,"target":70},{"source":63,"target":3},{"source":64,"target":71},{"source":64,"target":3},{"source":4,"target":0},{"source":4,"target":72},{"source":4,"target":73},{"source":72,"target":4},{"source":73,"target":4},{"source":5,"target":0},{"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":74,"target":80},{"source":74,"target":5},{"source":75,"target":81},{"source":75,"target":5},{"source":76,"target":82},{"source":76,"target":5},{"source":77,"target":83},{"source":77,"target":5},{"source":78,"target":84},{"source":78,"target":5},{"source":6,"target":0},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":85,"target":89},{"source":85,"target":6},{"source":86,"target":90},{"source":86,"target":6},{"source":87,"target":91},{"source":87,"target":6},{"source":7,"target":0},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":92,"target":96},{"source":92,"target":7},{"source":93,"target":97},{"source":93,"target":7},{"source":94,"target":98},{"source":94,"target":7},{"source":8,"target":0},{"source":8,"target":99},{"source":8,"target":100},{"source":8,"target":101},{"source":99,"target":8},{"source":100,"target":8},{"source":101,"target":8},{"source":9,"target":0},{"source":9,"target":102},{"source":9,"target":103},{"source":102,"target":11},{"source":102,"target":104},{"source":102,"target":9},{"source":104,"target":11},{"source":10,"target":0},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":105,"target":110},{"source":105,"target":10},{"source":106,"target":8},{"source":106,"target":111},{"source":106,"target":10},{"source":111,"target":8},{"source":107,"target":12},{"source":107,"target":112},{"source":107,"target":10},{"source":112,"target":12},{"source":108,"target":3},{"source":108,"target":113},{"source":108,"target":10},{"source":113,"target":3},{"source":11,"target":0},{"source":11,"target":114},{"source":11,"target":115},{"source":114,"target":14},{"source":114,"target":116},{"source":114,"target":11},{"source":116,"target":14},{"source":12,"target":0},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":12,"target":123},{"source":117,"target":124},{"source":117,"target":12},{"source":118,"target":125},{"source":118,"target":12},{"source":119,"target":126},{"source":119,"target":12},{"source":120,"target":127},{"source":120,"target":12},{"source":121,"target":128},{"source":121,"target":12},{"source":122,"target":5},{"source":122,"target":129},{"source":122,"target":12},{"source":129,"target":5},{"source":13,"target":0},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":130,"target":134},{"source":130,"target":13},{"source":131,"target":135},{"source":131,"target":13},{"source":132,"target":5},{"source":132,"target":136},{"source":132,"target":13},{"source":136,"target":5},{"source":14,"target":0},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":137,"target":140},{"source":137,"target":14},{"source":138,"target":15},{"source":138,"target":141},{"source":138,"target":14},{"source":141,"target":15},{"source":15,"target":0},{"source":15,"target":142},{"source":15,"target":143},{"source":15,"target":144},{"source":142,"target":145},{"source":142,"target":15},{"source":143,"target":16},{"source":143,"target":146},{"source":143,"target":15},{"source":146,"target":16},{"source":16,"target":0},{"source":16,"target":147},{"source":16,"target":148},{"source":16,"target":149},{"source":147,"target":150},{"source":147,"target":16},{"source":148,"target":151},{"source":148,"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="milafeteDataModel" nsURI="http://www.example.org/milafeteEMFmodel" nsPrefix="milafeteDataModel"> <eClassifiers xsi:type="ecore:EClass" name="User" abstract="true"> <eOperations name="addBasketElement"> <eParameters name="_basket" eType="#//Basket"/> </eOperations> <eOperations name="basketElementAt" eType="#//Basket"> <eParameters name="ind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="addActionElement"> <eParameters name="_action" eType="#//IAction"/> </eOperations> <eOperations name="actionElementAt" eType="#//IAction"> <eParameters name="ind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="isAdministrator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isAgent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="authentification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="pwd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matricule" 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="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="phoneNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pictureFilename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supervisor" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basketList" upperBound="-1" eType="#//Basket"/> <eStructuralFeatures xsi:type="ecore:EReference" name="institution" lowerBound="1" eType="#//Institution"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionList" upperBound="-1" eType="#//IAction"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//UserStatus"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Agent" eSuperTypes="#//User"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="agentType" eType="#//AgentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Administrator" eSuperTypes="#//User"/> <eClassifiers xsi:type="ecore:EClass" name="Basket" abstract="true"> <eOperations name="addDossierElement"> <eParameters name="_dossier" eType="#//Dossier"/> </eOperations> <eOperations name="dossierElementAt" eType="#//Dossier"> <eParameters name="ind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="addActionElement"> <eParameters name="_actionBasket" eType="#//ActionBasket"/> </eOperations> <eOperations name="actionElementAt" eType="#//ActionBasket"> <eParameters name="ind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dossierList" upperBound="-1" eType="#//Dossier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" lowerBound="1" eType="#//BasketCategory"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionList" upperBound="-1" eType="#//ActionBasket"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownerUser" eType="#//User"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasketRegular" eSuperTypes="#//Basket"/> <eClassifiers xsi:type="ecore:EClass" name="Institution"> <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="identification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adresse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="phoneNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dossier"> <eOperations name="addItemElement"> <eParameters name="_itemDossier" eType="#//DossierItem"/> </eOperations> <eOperations name="itemElementAt" eType="#//DossierItem"> <eParameters name="_ind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="itemList" upperBound="-1" eType="#//DossierItem" 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:EAttribute" name="dateCreation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lieuCreationID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lieuResidenceID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="File's label. Used in GUI (could be the filename, unless the filename is too long)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DossierItem" abstract="true"> <eOperations name="isDocument" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isDossierSection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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="dossier" lowerBound="1" eType="#//Dossier"/> <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="Document" eSuperTypes="#//DossierItem"> <eOperations name="absoluteFilename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateCreation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lieuCreationID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentType" eType="#//DocumentType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentFormat" eType="#//DocumentFormat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentFilename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DossierSection" eSuperTypes="#//DossierItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="itemList" upperBound="-1" eType="#//DossierItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AgentType"> <eLiterals name="AGENT_REGULIER" value="1"/> <eLiterals name="AGENT_PREVILEGE" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserManagement"> <eOperations name="addUserElement"> <eParameters name="_user" eType="#//User"/> </eOperations> <eOperations name="userElementAt" eType="#//User"> <eParameters name="ind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="searchByUsername" eType="#//VectorType"> <eParameters name="_userName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="searchByLastname" eType="#//VectorType"> <eParameters name="_lastname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="initializeUserList"> <eParameters name="_institution" eType="#//Institution"/> </eOperations> <eOperations name="initialization"/> <eOperations name="removeUser" eExceptions="#//BPExceptionDataType"> <eParameters name="ind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="searchOneUsername" eType="#//User"> <eParameters name="_userName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="userList" upperBound="-1" eType="#//User" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectedUser" eType="#//User"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DocumentType"> <eLiterals name="SCANNED" value="1"/> <eLiterals name="GENERATED" value="2"/> <eLiterals name="INTERNAL_NOTE" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DocumentFormat"> <eLiterals name="PDF" value="1"/> <eLiterals name="JPG" value="2"/> <eLiterals name="GIF" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//IAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="actionCategoy" eType="#//ActionCategory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IAction" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ActionBasket" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromBasketAction" lowerBound="1" eType="#//Basket"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intoBasketAction" lowerBound="1" eType="#//Basket"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActionLabel"> <eLiterals name="INDEFINED"/> <eLiterals name="COMPLETION" value="1"/> <eLiterals name="SUPERVISOR" value="2"/> <eLiterals name="REJECT" value="3"/> <eLiterals name="INCOMPLETE" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionManagement"> <eOperations name="initializeActionCategories"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allActionCategories" upperBound="-1" eType="#//ActionCategory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="VectorType" instanceClassName="java.util.Vector"/> <eClassifiers xsi:type="ecore:EClass" name="BasketManagement"> <eOperations name="initializeBasketCategories"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Create the initial Basket Configuration: Set of predefined Basket Types from which are selected Baskets to assign to Users"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="allBasketCategories" upperBound="-1" eType="#//BasketCategory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasketCategory"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="#//BasketLabel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicationDataManagement"> <eOperations name="initialization"/> <eOperations name="createOneAppDataConfig"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Creates One configuration (user/Basket/Data) to use test the system. Should be removed later "/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="userManagement" eType="#//UserManagement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basketManagement" eType="#//BasketManagement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionManagement" eType="#//ActionManagement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="institution" eType="#//Institution"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionCategory"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionLabel" eType="#//ActionLabel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BasketLabel"> <eLiterals name="INDEFINED"/> <eLiterals name="PROCESSED" value="1"/> <eLiterals name="INCOMPLETE" value="2"/> <eLiterals name="REJECTED" value="3"/> <eLiterals name="ToSUPERVISOR" value="4"/> <eLiterals name="ToPROCESS" value="5" literal="ToPROCESS"/> <eLiterals name="CONFIDENTIAL" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UserStatus"> <eLiterals name="ACTIVE" value="1"/> <eLiterals name="SUSPENDED" value="2"/> <eLiterals name="REMOVED" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BadParameterException"/> <eClassifiers xsi:type="ecore:EDataType" name="BPExceptionDataType" instanceClassName="dz.smartMilefe.milafete.exception.BadParameterException"/> </ecore:EPackage>
github:ecore:/data/elhache/dz.smartMilefe.milafete/model/milafeteDataModel.ecore
ecore
milafeteDataModel User addBasketElement _basket basketElementAt ind addActionElement _action actionElementAt ind isAdministrator isAgent authentification pwd matricule userName firstName lastName email phoneNumber pictureFilename supervisor basketList institution actionList status Agent agentType Administrator Basket addDossierElement _dossier dossierElementAt ind addActionElement _actionBasket actionElementAt ind id dossierList category name actionList ownerUser BasketRegular Institution id identification adresse phoneNumber email Dossier addItemElement _itemDossier itemElementAt _ind itemList id dateCreation lieuCreationID lieuResidenceID label DossierItem isDocument isDossierSection id dossier label Document absoluteFilename dateCreation lieuCreationID documentType documentFormat documentPath documentFilename DossierSection itemList AgentType AGENT_REGULIER AGENT_REGULIER AGENT_PREVILEGE AGENT_PREVILEGE UserManagement addUserElement _user userElementAt ind searchByUsername _userName searchByLastname _lastname initializeUserList _institution initialization removeUser ind searchOneUsername _userName userList connectedUser DocumentType SCANNED SCANNED GENERATED GENERATED INTERNAL_NOTE INTERNAL_NOTE DocumentFormat PDF PDF JPG JPG GIF GIF Action actionCategoy IAction ActionBasket fromBasketAction intoBasketAction ActionLabel INDEFINED INDEFINED COMPLETION COMPLETION SUPERVISOR SUPERVISOR REJECT REJECT INCOMPLETE INCOMPLETE ActionManagement initializeActionCategories allActionCategories VectorType java.util.Vector java.util.Vector BasketManagement initializeBasketCategories allBasketCategories BasketCategory label ApplicationDataManagement initialization createOneAppDataConfig userManagement basketManagement actionManagement institution ActionCategory actionLabel BasketLabel INDEFINED INDEFINED PROCESSED PROCESSED INCOMPLETE INCOMPLETE REJECTED REJECTED ToSUPERVISOR ToSUPERVISOR ToPROCESS ToPROCESS CONFIDENTIAL CONFIDENTIAL UserStatus ACTIVE ACTIVE SUSPENDED SUSPENDED REMOVED REMOVED BadParameterException BPExceptionDataType dz.smartMilefe.milafete.exception.BadParameterException dz.smartMilefe.milafete.exception.BadParameterException
null
{"directed":true,"nodes":[{"nsPrefix":"milafeteDataModel","nsURI":"http://www.example.org/milafeteEMFmodel","name":"milafeteDataModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":true,"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":"Administrator","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Basket","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasketRegular","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Institution","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dossier","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DossierItem","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DossierSection","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AgentType","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserManagement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DocumentType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DocumentFormat","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAction","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBasket","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionLabel","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionManagement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Vector","defaultValue":null,"instanceClassName":"java.util.Vector","name":"VectorType","instanceClass":"java.util.Vector","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasketManagement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasketCategory","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationDataManagement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionCategory","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BasketLabel","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UserStatus","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BadParameterException","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":"dz.smartMilefe.milafete.exception.BadParameterException","defaultValue":null,"instanceClassName":"dz.smartMilefe.milafete.exception.BadParameterException","name":"BPExceptionDataType","instanceClass":null,"id":28,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBasketElement","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"basketElementAt","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addActionElement","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"actionElementAt","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAdministrator","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAgent","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"authentification","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"matricule","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":"userName","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":"firstName","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":"lastName","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":"email","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":"phoneNumber","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":"pictureFilename","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":"supervisor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basketList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"institution","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"actionList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"_basket","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ind","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"_action","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ind","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"pwd","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"agentType","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,"unique":true,"name":"addDossierElement","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"dossierElementAt","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addActionElement","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"actionElementAt","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dossierList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actionList","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":"ownerUser","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"_dossier","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ind","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"_actionBasket","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ind","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"},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"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":"identification","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":"adresse","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":"phoneNumber","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":"email","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addItemElement","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"itemElementAt","lowerBound":0,"id":117,"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":"itemList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"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":"dateCreation","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lieuCreationID","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lieuResidenceID","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"_itemDossier","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"_ind","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EParameter"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isDocument","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isDossierSection","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dossier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"absoluteFilename","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateCreation","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":"lieuCreationID","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentType","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentFormat","changeable":true,"lowerBound":0,"iD":false,"id":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":"documentPath","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":"documentFilename","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"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":"itemList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"name":"AGENT_REGULIER","id":163,"value":1,"literal":"AGENT_REGULIER","eClass":"EEnumLiteral"},{"name":"AGENT_PREVILEGE","id":164,"value":2,"literal":"AGENT_PREVILEGE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"addUserElement","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"userElementAt","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"searchByUsername","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"searchByLastname","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initializeUserList","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialization","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeUser","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"searchOneUsername","lowerBound":0,"id":172,"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":"userList","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":"connectedUser","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"_user","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ind","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EParameter"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"_userName","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EParameter"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"_lastname","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EParameter"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"_institution","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EParameter"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ind","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":"_userName","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"name":"SCANNED","id":196,"value":1,"literal":"SCANNED","eClass":"EEnumLiteral"},{"name":"GENERATED","id":197,"value":2,"literal":"GENERATED","eClass":"EEnumLiteral"},{"name":"INTERNAL_NOTE","id":198,"value":3,"literal":"INTERNAL_NOTE","eClass":"EEnumLiteral"},{"name":"PDF","id":199,"value":1,"literal":"PDF","eClass":"EEnumLiteral"},{"name":"JPG","id":200,"value":2,"literal":"JPG","eClass":"EEnumLiteral"},{"name":"GIF","id":201,"value":3,"literal":"GIF","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":"actionCategoy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromBasketAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intoBasketAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"name":"INDEFINED","id":210,"value":0,"literal":"INDEFINED","eClass":"EEnumLiteral"},{"name":"COMPLETION","id":211,"value":1,"literal":"COMPLETION","eClass":"EEnumLiteral"},{"name":"SUPERVISOR","id":212,"value":2,"literal":"SUPERVISOR","eClass":"EEnumLiteral"},{"name":"REJECT","id":213,"value":3,"literal":"REJECT","eClass":"EEnumLiteral"},{"name":"INCOMPLETE","id":214,"value":4,"literal":"INCOMPLETE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"initializeActionCategories","lowerBound":0,"id":215,"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":"allActionCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initializeBasketCategories","lowerBound":0,"id":218,"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":"allBasketCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialization","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createOneAppDataConfig","lowerBound":0,"id":224,"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":"userManagement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basketManagement","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":"actionManagement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"institution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionLabel","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"name":"INDEFINED","id":235,"value":0,"literal":"INDEFINED","eClass":"EEnumLiteral"},{"name":"PROCESSED","id":236,"value":1,"literal":"PROCESSED","eClass":"EEnumLiteral"},{"name":"INCOMPLETE","id":237,"value":2,"literal":"INCOMPLETE","eClass":"EEnumLiteral"},{"name":"REJECTED","id":238,"value":3,"literal":"REJECTED","eClass":"EEnumLiteral"},{"name":"ToSUPERVISOR","id":239,"value":4,"literal":"ToSUPERVISOR","eClass":"EEnumLiteral"},{"name":"ToPROCESS","id":240,"value":5,"literal":"ToPROCESS","eClass":"EEnumLiteral"},{"name":"CONFIDENTIAL","id":241,"value":6,"literal":"CONFIDENTIAL","eClass":"EEnumLiteral"},{"name":"ACTIVE","id":242,"value":1,"literal":"ACTIVE","eClass":"EEnumLiteral"},{"name":"SUSPENDED","id":243,"value":2,"literal":"SUSPENDED","eClass":"EEnumLiteral"},{"name":"REMOVED","id":244,"value":3,"literal":"REMOVED","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":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":29,"target":1},{"source":29,"target":48},{"source":48,"target":4},{"source":48,"target":49},{"source":48,"target":29},{"source":49,"target":4},{"source":30,"target":4},{"source":30,"target":50},{"source":30,"target":1},{"source":30,"target":51},{"source":50,"target":4},{"source":51,"target":52},{"source":51,"target":30},{"source":31,"target":1},{"source":31,"target":53},{"source":53,"target":16},{"source":53,"target":54},{"source":53,"target":31},{"source":54,"target":16},{"source":32,"target":16},{"source":32,"target":55},{"source":32,"target":1},{"source":32,"target":56},{"source":55,"target":16},{"source":56,"target":57},{"source":56,"target":32},{"source":33,"target":58},{"source":33,"target":1},{"source":34,"target":59},{"source":34,"target":1},{"source":35,"target":60},{"source":35,"target":1},{"source":35,"target":61},{"source":61,"target":62},{"source":61,"target":35},{"source":36,"target":63},{"source":36,"target":1},{"source":37,"target":64},{"source":37,"target":1},{"source":38,"target":65},{"source":38,"target":1},{"source":39,"target":66},{"source":39,"target":1},{"source":40,"target":67},{"source":40,"target":1},{"source":41,"target":68},{"source":41,"target":1},{"source":42,"target":69},{"source":42,"target":1},{"source":43,"target":1},{"source":43,"target":70},{"source":43,"target":1},{"source":70,"target":1},{"source":44,"target":4},{"source":44,"target":71},{"source":44,"target":1},{"source":71,"target":4},{"source":45,"target":6},{"source":45,"target":72},{"source":45,"target":1},{"source":72,"target":6},{"source":46,"target":16},{"source":46,"target":73},{"source":46,"target":1},{"source":73,"target":16},{"source":47,"target":26},{"source":47,"target":74},{"source":47,"target":1},{"source":74,"target":26},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":75},{"source":2,"target":76},{"source":75,"target":11},{"source":75,"target":77},{"source":75,"target":2},{"source":77,"target":11},{"source":76,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":78},{"source":78,"target":1},{"source":4,"target":0},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":88},{"source":79,"target":4},{"source":79,"target":89},{"source":89,"target":7},{"source":89,"target":90},{"source":89,"target":79},{"source":90,"target":7},{"source":80,"target":7},{"source":80,"target":91},{"source":80,"target":4},{"source":80,"target":92},{"source":91,"target":7},{"source":92,"target":93},{"source":92,"target":80},{"source":81,"target":4},{"source":81,"target":94},{"source":94,"target":17},{"source":94,"target":95},{"source":94,"target":81},{"source":95,"target":17},{"source":82,"target":17},{"source":82,"target":96},{"source":82,"target":4},{"source":82,"target":97},{"source":96,"target":17},{"source":97,"target":98},{"source":97,"target":82},{"source":83,"target":99},{"source":83,"target":4},{"source":84,"target":7},{"source":84,"target":100},{"source":84,"target":4},{"source":100,"target":7},{"source":85,"target":22},{"source":85,"target":101},{"source":85,"target":4},{"source":101,"target":22},{"source":86,"target":102},{"source":86,"target":4},{"source":87,"target":17},{"source":87,"target":103},{"source":87,"target":4},{"source":103,"target":17},{"source":88,"target":1},{"source":88,"target":104},{"source":88,"target":4},{"source":104,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":105},{"source":105,"target":4},{"source":6,"target":0},{"source":6,"target":106},{"source":6,"target":107},{"source":6,"target":108},{"source":6,"target":109},{"source":6,"target":110},{"source":106,"target":111},{"source":106,"target":6},{"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":115},{"source":110,"target":6},{"source":7,"target":0},{"source":7,"target":116},{"source":7,"target":117},{"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":116,"target":7},{"source":116,"target":124},{"source":124,"target":8},{"source":124,"target":125},{"source":124,"target":116},{"source":125,"target":8},{"source":117,"target":8},{"source":117,"target":126},{"source":117,"target":7},{"source":117,"target":127},{"source":126,"target":8},{"source":127,"target":128},{"source":127,"target":117},{"source":118,"target":8},{"source":118,"target":129},{"source":118,"target":7},{"source":129,"target":8},{"source":119,"target":130},{"source":119,"target":7},{"source":120,"target":131},{"source":120,"target":7},{"source":121,"target":132},{"source":121,"target":7},{"source":122,"target":133},{"source":122,"target":7},{"source":123,"target":134},{"source":123,"target":7},{"source":8,"target":0},{"source":8,"target":135},{"source":8,"target":136},{"source":8,"target":137},{"source":8,"target":138},{"source":8,"target":139},{"source":135,"target":140},{"source":135,"target":8},{"source":136,"target":141},{"source":136,"target":8},{"source":137,"target":142},{"source":137,"target":8},{"source":138,"target":7},{"source":138,"target":143},{"source":138,"target":8},{"source":143,"target":7},{"source":139,"target":144},{"source":139,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"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":9,"target":151},{"source":9,"target":152},{"source":145,"target":153},{"source":145,"target":9},{"source":146,"target":154},{"source":146,"target":9},{"source":147,"target":155},{"source":147,"target":9},{"source":148,"target":13},{"source":148,"target":156},{"source":148,"target":9},{"source":156,"target":13},{"source":149,"target":14},{"source":149,"target":157},{"source":149,"target":9},{"source":157,"target":14},{"source":150,"target":158},{"source":150,"target":9},{"source":151,"target":159},{"source":151,"target":9},{"source":152,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":160},{"source":10,"target":161},{"source":160,"target":8},{"source":160,"target":162},{"source":160,"target":10},{"source":162,"target":8},{"source":161,"target":8},{"source":11,"target":0},{"source":11,"target":163},{"source":11,"target":164},{"source":163,"target":11},{"source":164,"target":11},{"source":12,"target":0},{"source":12,"target":165},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":12,"target":169},{"source":12,"target":170},{"source":12,"target":171},{"source":12,"target":172},{"source":12,"target":173},{"source":12,"target":174},{"source":165,"target":12},{"source":165,"target":175},{"source":175,"target":1},{"source":175,"target":176},{"source":175,"target":165},{"source":176,"target":1},{"source":166,"target":1},{"source":166,"target":177},{"source":166,"target":12},{"source":166,"target":178},{"source":177,"target":1},{"source":178,"target":179},{"source":178,"target":166},{"source":167,"target":20},{"source":167,"target":180},{"source":167,"target":12},{"source":167,"target":181},{"source":180,"target":20},{"source":181,"target":182},{"source":181,"target":167},{"source":168,"target":20},{"source":168,"target":183},{"source":168,"target":12},{"source":168,"target":184},{"source":183,"target":20},{"source":184,"target":185},{"source":184,"target":168},{"source":169,"target":12},{"source":169,"target":186},{"source":186,"target":6},{"source":186,"target":187},{"source":186,"target":169},{"source":187,"target":6},{"source":170,"target":12},{"source":171,"target":12},{"source":171,"target":188},{"source":171,"target":28},{"source":171,"target":189},{"source":188,"target":190},{"source":188,"target":171},{"source":189,"target":28},{"source":172,"target":1},{"source":172,"target":191},{"source":172,"target":12},{"source":172,"target":192},{"source":191,"target":1},{"source":192,"target":193},{"source":192,"target":172},{"source":173,"target":1},{"source":173,"target":194},{"source":173,"target":12},{"source":194,"target":1},{"source":174,"target":1},{"source":174,"target":195},{"source":174,"target":12},{"source":195,"target":1},{"source":13,"target":0},{"source":13,"target":196},{"source":13,"target":197},{"source":13,"target":198},{"source":196,"target":13},{"source":197,"target":13},{"source":198,"target":13},{"source":14,"target":0},{"source":14,"target":199},{"source":14,"target":200},{"source":14,"target":201},{"source":199,"target":14},{"source":200,"target":14},{"source":201,"target":14},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":202},{"source":15,"target":203},{"source":202,"target":24},{"source":202,"target":204},{"source":202,"target":15},{"source":204,"target":24},{"source":203,"target":16},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":205},{"source":17,"target":206},{"source":17,"target":207},{"source":205,"target":4},{"source":205,"target":208},{"source":205,"target":17},{"source":208,"target":4},{"source":206,"target":4},{"source":206,"target":209},{"source":206,"target":17},{"source":209,"target":4},{"source":207,"target":15},{"source":18,"target":0},{"source":18,"target":210},{"source":18,"target":211},{"source":18,"target":212},{"source":18,"target":213},{"source":18,"target":214},{"source":210,"target":18},{"source":211,"target":18},{"source":212,"target":18},{"source":213,"target":18},{"source":214,"target":18},{"source":19,"target":0},{"source":19,"target":215},{"source":19,"target":216},{"source":215,"target":19},{"source":216,"target":24},{"source":216,"target":217},{"source":216,"target":19},{"source":217,"target":24},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":218},{"source":21,"target":219},{"source":218,"target":21},{"source":219,"target":22},{"source":219,"target":220},{"source":219,"target":21},{"source":220,"target":22},{"source":22,"target":0},{"source":22,"target":221},{"source":221,"target":25},{"source":221,"target":222},{"source":221,"target":22},{"source":222,"target":25},{"source":23,"target":0},{"source":23,"target":223},{"source":23,"target":224},{"source":23,"target":225},{"source":23,"target":226},{"source":23,"target":227},{"source":23,"target":228},{"source":223,"target":23},{"source":224,"target":23},{"source":225,"target":12},{"source":225,"target":229},{"source":225,"target":23},{"source":229,"target":12},{"source":226,"target":21},{"source":226,"target":230},{"source":226,"target":23},{"source":230,"target":21},{"source":227,"target":19},{"source":227,"target":231},{"source":227,"target":23},{"source":231,"target":19},{"source":228,"target":6},{"source":228,"target":232},{"source":228,"target":23},{"source":232,"target":6},{"source":24,"target":0},{"source":24,"target":233},{"source":233,"target":18},{"source":233,"target":234},{"source":233,"target":24},{"source":234,"target":18},{"source":25,"target":0},{"source":25,"target":235},{"source":25,"target":236},{"source":25,"target":237},{"source":25,"target":238},{"source":25,"target":239},{"source":25,"target":240},{"source":25,"target":241},{"source":235,"target":25},{"source":236,"target":25},{"source":237,"target":25},{"source":238,"target":25},{"source":239,"target":25},{"source":240,"target":25},{"source":241,"target":25},{"source":26,"target":0},{"source":26,"target":242},{"source":26,"target":243},{"source":26,"target":244},{"source":242,"target":26},{"source":243,"target":26},{"source":244,"target":26},{"source":27,"target":0},{"source":28,"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="wsutility" nsURI="http://schemas.xmlsoap.org/ws/2003/06/utility" nsPrefix="wsu"> <eClassifiers xsi:type="ecore:EClass" name="AttributedDateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;This type is for elements whose [children] is a psuedo-dateTime and can have arbitrary attributes. &#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AttributedDateTime"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;This global attribute supports annotating arbitrary elements with an ID.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Id"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueType" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//QName"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;This attribute indicates the actual schema type of the element [children]. &#xD;&#xA;If the ValueType attribute is present, conforming processors must process the string value of [children] as if it were affiliated with the type indicated by this attribute.&#xD;&#xA;If the ValueType attribute is absent, the implied value of this attribute is xsd:dateTime.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ValueType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":3"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributedURI"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;This type is for elements whose [children] is an anyURI and can have arbitrary attributes.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AttributedURI"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;This global attribute supports annotating arbitrary elements with an ID.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Id"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="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="created" upperBound="-2" eType="#//AttributedDateTime" 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;This element allows a creation time to be applied anywhere element wildcards are present.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Created"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expires" upperBound="-2" eType="#//AttributedDateTime" 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;This element allows an expiration time to be applied anywhere element wildcards are present.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Expires"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timestamp" upperBound="-2" eType="#//TimestampType" 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;This element allows Timestamps to be applied anywhere element wildcards are present,&#xD;&#xA;including as a SOAP header.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Timestamp"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;This global attribute supports annotating arbitrary elements with an ID.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Id"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimestampType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;This complex type ties together the timestamp related elements into a composite type.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TimestampType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="created" eType="#//AttributedDateTime" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;This element allows a creation time to be applied anywhere element wildcards are present.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Created"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expires" eType="#//AttributedDateTime" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;This element allows an expiration time to be applied anywhere element wildcards are present.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Expires"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <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:2"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":3"/> <details key="processing" value="lax"/> <details key="group" value="#group:2"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;This global attribute supports annotating arbitrary elements with an ID.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Id"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":5"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TTimestampFault" instanceClassName="javax.xml.namespace.QName"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;This type defines the fault code value for Timestamp message expiration.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tTimestampFault"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#QName"/> <details key="enumeration" value="{http://schemas.xmlsoap.org/ws/2003/06/utility}MessageExpired"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/BackupTheBerlios/texosecurityidm-svn/trunk/TechnicalArtefacts/de.fraunhofer.fokus.texo.ws/model/wsutility.ecore
ecore
wsutility AttributedDateTime value id valueType anyAttribute AttributedURI value id anyAttribute DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation created expires timestamp id TimestampType created expires group any id anyAttribute TTimestampFault javax.xml.namespace.QName javax.xml.namespace.QName
null
{"directed":true,"nodes":[{"nsPrefix":"wsu","nsURI":"http://schemas.xmlsoap.org/ws/2003/06/utility","name":"wsutility","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedDateTime","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedURI","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimestampType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"TTimestampFault","instanceClass":"javax.xml.namespace.QName","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":"value","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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"valueType","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":15,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"created","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":"expires","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":"timestamp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":25,"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":"id","changeable":true,"lowerBound":0,"iD":true,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"created","changeable":true,"resolveProxies":false,"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":"expires","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":37,"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":"id","changeable":true,"lowerBound":0,"iD":true,"id":38,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":11},{"source":7,"target":1},{"source":8,"target":12},{"source":8,"target":1},{"source":9,"target":13},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":17},{"source":14,"target":2},{"source":15,"target":18},{"source":15,"target":2},{"source":16,"target":19},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":20,"target":27},{"source":20,"target":3},{"source":21,"target":28},{"source":21,"target":3},{"source":22,"target":29},{"source":22,"target":3},{"source":23,"target":1},{"source":23,"target":30},{"source":23,"target":3},{"source":30,"target":1},{"source":24,"target":1},{"source":24,"target":31},{"source":24,"target":3},{"source":31,"target":1},{"source":25,"target":4},{"source":25,"target":32},{"source":25,"target":3},{"source":32,"target":4},{"source":26,"target":33},{"source":26,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":34,"target":1},{"source":34,"target":40},{"source":34,"target":4},{"source":40,"target":1},{"source":35,"target":1},{"source":35,"target":41},{"source":35,"target":4},{"source":41,"target":1},{"source":36,"target":42},{"source":36,"target":4},{"source":37,"target":43},{"source":37,"target":4},{"source":38,"target":44},{"source":38,"target":4},{"source":39,"target":45},{"source":39,"target":4},{"source":5,"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="flow" nsURI="http://www.brainspeedtech.com/swarm/flow" nsPrefix="flow"> <eClassifiers xsi:type="ecore:EClass" name="Cell"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Cell"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="#//Tube" eOpposite="#//Tube/to"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="input"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="output" upperBound="-1" eType="#//Tube" eOpposite="#//Tube/from"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="output"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="count"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domain" 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="domain"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="external" 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="external"/> </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="Flow"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Flow"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="cell" upperBound="-1" eType="#//Cell" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cell"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tube" upperBound="-1" eType="#//Tube" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tube"/> <details key="namespace" value="##targetNamespace"/> </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="Tube"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Tube"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" upperBound="-1" eType="ecore:EClass ../../com.bst.struct/model/struct.ecore#//Struct"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="descriptor"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Cell" eOpposite="#//Cell/output"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="from"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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:EReference" name="to" eType="#//Cell" eOpposite="#//Cell/input"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="to"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kurlytail/bst/com.brainspeedtech.swarm.flow/model/flow.ecore
ecore
flow Cell input output count 1 domain external false name Flow cell tube name Tube descriptor from name to
null
{"directed":true,"nodes":[{"nsPrefix":"flow","nsURI":"http://www.brainspeedtech.com/swarm/flow","name":"flow","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cell","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tube","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"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":"count","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":"domain","changeable":true,"lowerBound":0,"iD":false,"id":7,"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":"external","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","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"},{"container":false,"ordered":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":false,"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":"tube","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":4,"target":3},{"source":4,"target":10},{"source":4,"target":1},{"source":4,"target":11},{"source":10,"target":3},{"source":5,"target":3},{"source":5,"target":12},{"source":5,"target":1},{"source":5,"target":13},{"source":12,"target":3},{"source":6,"target":14},{"source":6,"target":1},{"source":7,"target":15},{"source":7,"target":1},{"source":8,"target":16},{"source":8,"target":1},{"source":9,"target":17},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":18,"target":1},{"source":18,"target":21},{"source":18,"target":2},{"source":21,"target":1},{"source":19,"target":3},{"source":19,"target":22},{"source":19,"target":2},{"source":22,"target":3},{"source":20,"target":23},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":13},{"source":3,"target":25},{"source":3,"target":11},{"source":24,"target":26},{"source":24,"target":3},{"source":13,"target":1},{"source":13,"target":27},{"source":13,"target":3},{"source":13,"target":5},{"source":27,"target":1},{"source":25,"target":28},{"source":25,"target":3},{"source":11,"target":1},{"source":11,"target":29},{"source":11,"target":3},{"source":11,"target":4},{"source":29,"target":1}],"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="org.ossmeter.platform.mining.msr14.model"> <eClassifiers xsi:type="ecore:EClass" name="Biodiversity"> <eAnnotations source="db"/> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="//User" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="//Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectMemberships" upperBound="-1" eType="//ProjectMembership" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Measureable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="issueEvents" upperBound="-1" eType="//IssueEvent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commitCount"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commitTotalChanges"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commitAdditions"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commitDeletions"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commitsAsAuthor"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commitsAsCommitter"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commitTotalFiles"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="averageFilesPerCommit"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commitTimes" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commitCommentTimes" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pullRequestTimes" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pullRequestCommentTimes" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="issueTimes" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="issueCommentTimes" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfIssues"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfCommitComments"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfIssueComments"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfPullRequests"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfPullRequestComments"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artefacts" upperBound="-1" eType="//Artefact" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User" eSuperTypes="//Measureable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="login"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ghId"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicRepos"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="joinedDate"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="followerCount"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="followingCount"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="followers" upperBound="-1" eType="//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="following" upperBound="-1" eType="//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="watches" upperBound="-1" eType="//Project"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forks" upperBound="-1" eType="//Project"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numerOfWatches"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfForks"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicGists"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="//ProjectMembership"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectMembership" eSuperTypes="//Measureable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="owner"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orgMember"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collaborator"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectOwner"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userName"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="//Project"/> <eStructuralFeatures xsi:type="ecore:EReference" name="user" eType="//User"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="//Measureable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ghId"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ownerName"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdAt"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </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:EAttribute" name="watchersCount"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="watchersCount2"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forks"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forksCount"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="openIssuesCount"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="openIssues"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="networkCount"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="watchers" upperBound="-1" eType="//User"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IssueEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventKind" eType="//IssueEventKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IssueEventKind"> <eLiterals name="CLOSED"/> <eLiterals name="REOPENED" value="1"/> <eLiterals name="SUBSCRIBED" value="2"/> <eLiterals name="MERGED" value="3"/> <eLiterals name="REFERENCED" value="4"/> <eLiterals name="MENTIONED" value="5"/> <eLiterals name="UNSUBSCRIBED" value="6"/> <eLiterals name="ASSIGNED" value="7"/> <eLiterals name="HEAD_REF_DELETED" value="8"/> <eLiterals name="HEAD_REF_CLEANED" value="9"/> <eLiterals name="HEAD_REF_RESTORED" value="10"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Commits"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalChanges"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additions"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deletions"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="asAuthor"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="asCommitter"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalFiles"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="averageFilesPerCommit"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commitTimes" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artefact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extension"> <eAnnotations source="searchable"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ossmeter/ossmeter/temp/org.ossmeter.platform.mining.msr14/src/org/ossmeter/platform/mining/msr14/model/biodiversity.ecore
ecore
org.ossmeter.platform.mining.msr14.model Biodiversity users projects projectMemberships Measureable issueEvents commitCount commitTotalChanges commitAdditions commitDeletions commitsAsAuthor commitsAsCommitter commitTotalFiles averageFilesPerCommit commitTimes commitCommentTimes pullRequestTimes pullRequestCommentTimes issueTimes issueCommentTimes numberOfIssues numberOfCommitComments numberOfIssueComments numberOfPullRequests numberOfPullRequestComments artefacts User login ghId location publicRepos joinedDate followerCount followingCount followers following watches forks numerOfWatches numberOfForks publicGists projects ProjectMembership owner orgMember collaborator projectName projectOwner userName project user Project ghId name ownerName createdAt size watchersCount watchersCount2 language forks forksCount openIssuesCount openIssues networkCount owner watchers IssueEvent eventKind count IssueEventKind CLOSED CLOSED REOPENED REOPENED SUBSCRIBED SUBSCRIBED MERGED MERGED REFERENCED REFERENCED MENTIONED MENTIONED UNSUBSCRIBED UNSUBSCRIBED ASSIGNED ASSIGNED HEAD_REF_DELETED HEAD_REF_DELETED HEAD_REF_CLEANED HEAD_REF_CLEANED HEAD_REF_RESTORED HEAD_REF_RESTORED Commits count totalChanges additions deletions asAuthor asCommitter totalFiles averageFilesPerCommit commitTimes Artefact extension count
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"org.ossmeter.platform.mining.msr14.model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Biodiversity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measureable","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectMembership","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IssueEvent","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IssueEventKind","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commits","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artefact","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":"users","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":"projects","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":"projectMemberships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"issueEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commitCount","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commitTotalChanges","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commitAdditions","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commitDeletions","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commitsAsAuthor","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commitsAsCommitter","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commitTotalFiles","changeable":true,"lowerBound":0,"iD":false,"id":23,"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":"averageFilesPerCommit","changeable":true,"lowerBound":0,"iD":false,"id":24,"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":"commitTimes","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":"commitCommentTimes","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pullRequestTimes","changeable":true,"lowerBound":0,"iD":false,"id":27,"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":"pullRequestCommentTimes","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"issueTimes","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":"issueCommentTimes","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfIssues","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfCommitComments","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfIssueComments","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfPullRequests","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":"numberOfPullRequestComments","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":"artefacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"login","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":"ghId","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":"location","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":"publicRepos","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":"joinedDate","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"followerCount","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":"followingCount","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"followers","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":"following","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":"watches","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":"forks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numerOfWatches","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":"numberOfForks","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":"publicGists","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"lowerBound":0,"iD":false,"id":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":"orgMember","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":"collaborator","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":"projectName","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":"projectOwner","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":"userName","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":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"user","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"},{"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":"ghId","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":"name","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":"ownerName","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":"createdAt","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"watchersCount","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"watchersCount2","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":"language","changeable":true,"lowerBound":0,"iD":false,"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":"forks","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":"forksCount","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":"openIssuesCount","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":"openIssues","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":"networkCount","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"watchers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventKind","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":"count","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"name":"CLOSED","id":141,"value":0,"literal":"CLOSED","eClass":"EEnumLiteral"},{"name":"REOPENED","id":142,"value":1,"literal":"REOPENED","eClass":"EEnumLiteral"},{"name":"SUBSCRIBED","id":143,"value":2,"literal":"SUBSCRIBED","eClass":"EEnumLiteral"},{"name":"MERGED","id":144,"value":3,"literal":"MERGED","eClass":"EEnumLiteral"},{"name":"REFERENCED","id":145,"value":4,"literal":"REFERENCED","eClass":"EEnumLiteral"},{"name":"MENTIONED","id":146,"value":5,"literal":"MENTIONED","eClass":"EEnumLiteral"},{"name":"UNSUBSCRIBED","id":147,"value":6,"literal":"UNSUBSCRIBED","eClass":"EEnumLiteral"},{"name":"ASSIGNED","id":148,"value":7,"literal":"ASSIGNED","eClass":"EEnumLiteral"},{"name":"HEAD_REF_DELETED","id":149,"value":8,"literal":"HEAD_REF_DELETED","eClass":"EEnumLiteral"},{"name":"HEAD_REF_CLEANED","id":150,"value":9,"literal":"HEAD_REF_CLEANED","eClass":"EEnumLiteral"},{"name":"HEAD_REF_RESTORED","id":151,"value":10,"literal":"HEAD_REF_RESTORED","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":"count","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":"totalChanges","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"additions","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deletions","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asAuthor","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asCommitter","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalFiles","changeable":true,"lowerBound":0,"iD":false,"id":158,"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":"averageFilesPerCommit","changeable":true,"lowerBound":0,"iD":false,"id":159,"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":"commitTimes","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"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"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":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"count","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":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":10,"target":3},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":3},{"source":11,"target":5},{"source":11,"target":14},{"source":11,"target":1},{"source":14,"target":5},{"source":12,"target":4},{"source":12,"target":15},{"source":12,"target":1},{"source":15,"target":4},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"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":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":16,"target":6},{"source":16,"target":37},{"source":16,"target":2},{"source":37,"target":6},{"source":17,"target":38},{"source":17,"target":2},{"source":18,"target":39},{"source":18,"target":2},{"source":19,"target":40},{"source":19,"target":2},{"source":20,"target":41},{"source":20,"target":2},{"source":21,"target":42},{"source":21,"target":2},{"source":22,"target":43},{"source":22,"target":2},{"source":23,"target":44},{"source":23,"target":2},{"source":24,"target":45},{"source":24,"target":2},{"source":25,"target":46},{"source":25,"target":2},{"source":26,"target":47},{"source":26,"target":2},{"source":27,"target":48},{"source":27,"target":2},{"source":28,"target":49},{"source":28,"target":2},{"source":29,"target":50},{"source":29,"target":2},{"source":30,"target":51},{"source":30,"target":2},{"source":31,"target":52},{"source":31,"target":2},{"source":32,"target":53},{"source":32,"target":2},{"source":33,"target":54},{"source":33,"target":2},{"source":34,"target":55},{"source":34,"target":2},{"source":35,"target":56},{"source":35,"target":2},{"source":36,"target":9},{"source":36,"target":57},{"source":36,"target":2},{"source":57,"target":9},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":58,"target":74},{"source":58,"target":3},{"source":59,"target":75},{"source":59,"target":3},{"source":60,"target":76},{"source":60,"target":3},{"source":61,"target":77},{"source":61,"target":3},{"source":62,"target":78},{"source":62,"target":3},{"source":63,"target":79},{"source":63,"target":3},{"source":64,"target":80},{"source":64,"target":3},{"source":65,"target":3},{"source":65,"target":81},{"source":65,"target":3},{"source":81,"target":3},{"source":66,"target":3},{"source":66,"target":82},{"source":66,"target":3},{"source":82,"target":3},{"source":67,"target":5},{"source":67,"target":83},{"source":67,"target":3},{"source":83,"target":5},{"source":68,"target":5},{"source":68,"target":84},{"source":68,"target":3},{"source":84,"target":5},{"source":69,"target":85},{"source":69,"target":3},{"source":70,"target":86},{"source":70,"target":3},{"source":71,"target":87},{"source":71,"target":3},{"source":72,"target":4},{"source":72,"target":88},{"source":72,"target":3},{"source":88,"target":4},{"source":73,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":89},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":89,"target":98},{"source":89,"target":4},{"source":90,"target":99},{"source":90,"target":4},{"source":91,"target":100},{"source":91,"target":4},{"source":92,"target":101},{"source":92,"target":4},{"source":93,"target":102},{"source":93,"target":4},{"source":94,"target":103},{"source":94,"target":4},{"source":95,"target":5},{"source":95,"target":104},{"source":95,"target":4},{"source":104,"target":5},{"source":96,"target":3},{"source":96,"target":105},{"source":96,"target":4},{"source":105,"target":3},{"source":97,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":106},{"source":5,"target":107},{"source":5,"target":108},{"source":5,"target":109},{"source":5,"target":110},{"source":5,"target":111},{"source":5,"target":112},{"source":5,"target":113},{"source":5,"target":114},{"source":5,"target":115},{"source":5,"target":116},{"source":5,"target":117},{"source":5,"target":118},{"source":5,"target":119},{"source":5,"target":120},{"source":5,"target":121},{"source":106,"target":122},{"source":106,"target":5},{"source":107,"target":123},{"source":107,"target":5},{"source":108,"target":124},{"source":108,"target":5},{"source":109,"target":125},{"source":109,"target":5},{"source":110,"target":126},{"source":110,"target":5},{"source":111,"target":127},{"source":111,"target":5},{"source":112,"target":128},{"source":112,"target":5},{"source":113,"target":129},{"source":113,"target":5},{"source":114,"target":130},{"source":114,"target":5},{"source":115,"target":131},{"source":115,"target":5},{"source":116,"target":132},{"source":116,"target":5},{"source":117,"target":133},{"source":117,"target":5},{"source":118,"target":134},{"source":118,"target":5},{"source":119,"target":3},{"source":119,"target":135},{"source":119,"target":5},{"source":135,"target":3},{"source":120,"target":3},{"source":120,"target":136},{"source":120,"target":5},{"source":136,"target":3},{"source":121,"target":2},{"source":6,"target":0},{"source":6,"target":137},{"source":6,"target":138},{"source":137,"target":7},{"source":137,"target":139},{"source":137,"target":6},{"source":139,"target":7},{"source":138,"target":140},{"source":138,"target":6},{"source":7,"target":0},{"source":7,"target":141},{"source":7,"target":142},{"source":7,"target":143},{"source":7,"target":144},{"source":7,"target":145},{"source":7,"target":146},{"source":7,"target":147},{"source":7,"target":148},{"source":7,"target":149},{"source":7,"target":150},{"source":7,"target":151},{"source":141,"target":7},{"source":142,"target":7},{"source":143,"target":7},{"source":144,"target":7},{"source":145,"target":7},{"source":146,"target":7},{"source":147,"target":7},{"source":148,"target":7},{"source":149,"target":7},{"source":150,"target":7},{"source":151,"target":7},{"source":8,"target":0},{"source":8,"target":152},{"source":8,"target":153},{"source":8,"target":154},{"source":8,"target":155},{"source":8,"target":156},{"source":8,"target":157},{"source":8,"target":158},{"source":8,"target":159},{"source":8,"target":160},{"source":152,"target":161},{"source":152,"target":8},{"source":153,"target":162},{"source":153,"target":8},{"source":154,"target":163},{"source":154,"target":8},{"source":155,"target":164},{"source":155,"target":8},{"source":156,"target":165},{"source":156,"target":8},{"source":157,"target":166},{"source":157,"target":8},{"source":158,"target":167},{"source":158,"target":8},{"source":159,"target":168},{"source":159,"target":8},{"source":160,"target":169},{"source":160,"target":8},{"source":9,"target":0},{"source":9,"target":170},{"source":9,"target":171},{"source":170,"target":172},{"source":170,"target":9},{"source":171,"target":173},{"source":171,"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="regions" nsURI="http://occiware.org/occi/infrastructure/locations/ecore" nsPrefix="regions"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="occi" value="http://schemas.ogf.org/occi/core/ecore"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Resource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="regionId" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="regionDescription" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Regionlink" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Link"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Availabilityzone" 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(regions::Region)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zoneName" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zoneMessage" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="available" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//Boolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Europe" 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(regions::Region)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Northamerica" 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(regions::Region)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Southamerica" 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(regions::Region)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Asiapacific" 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(regions::Region)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Africa" 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(regions::Region)"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/occiware/Multi-Cloud-Studio/plugins/org.eclipse.cmf.occi.multicloud.regions/model/regions.ecore
ecore
regions Region regionId regionDescription Regionlink Availabilityzone zoneName zoneMessage available true Europe Northamerica Southamerica Asiapacific Africa
null
{"directed":true,"nodes":[{"nsPrefix":"regions","nsURI":"http://occiware.org/occi/infrastructure/locations/ecore","name":"regions","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Regionlink","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Availabilityzone","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Europe","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Northamerica","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Southamerica","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Asiapacific","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Africa","instanceClass":null,"abstract":false,"id":8,"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":"regionId","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":"regionDescription","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zoneName","changeable":true,"lowerBound":1,"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":"zoneMessage","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":"true","unsettable":false,"transient":false,"unique":true,"name":"available","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":9,"target":12},{"source":9,"target":1},{"source":10,"target":13},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":15,"target":19},{"source":15,"target":3},{"source":16,"target":20},{"source":16,"target":3},{"source":17,"target":21},{"source":17,"target":3},{"source":4,"target":0},{"source":4,"target":22},{"source":5,"target":0},{"source":5,"target":23},{"source":6,"target":0},{"source":6,"target":24},{"source":7,"target":0},{"source":7,"target":25},{"source":8,"target":0},{"source":8,"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="doc" nsURI="urn:openscada:doc" nsPrefix="doc"> <eClassifiers xsi:type="ecore:EClass" name="Test"/> <eClassifiers xsi:type="ecore:EEnum" name="NumberingStyle"> <eLiterals name="ARABIC"/> <eLiterals name="ROMAN" value="1"/> <eLiterals name="LATIN" value="2"/> </eClassifiers> <eSubpackages name="map" nsURI="urn:openscada:doc:map" nsPrefix="map"> <eClassifiers xsi:type="ecore:EClass" name="Map" eSuperTypes="#//map/MapContainer"> <eOperations name="visit"> <eParameters name="visitor" eType="#//map/Visitor"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionMappings" upperBound="-1" eType="#//map/ExtensionMappingEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" abstract="true" interface="true" eSuperTypes="#//map/MapElement"/> <eClassifiers xsi:type="ecore:EClass" name="File" eSuperTypes="#//map/Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapSection" eSuperTypes="#//map/MapContainer #//map/MapElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Visitor" instanceClassName="org.openscada.doc.model.doc.map.Visitor" serializable="false"/> <eClassifiers xsi:type="ecore:EClass" name="MapElement" abstract="true" interface="true"> <eOperations name="visit"> <eParameters name="visitor" eType="#//map/Visitor"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//map/Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createSection" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileNameRules" upperBound="-1" eType="#//map/NameRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Pattern" instanceClassName="java.util.regex.Pattern"/> <eClassifiers xsi:type="ecore:EClass" name="NameRule" abstract="true" interface="true"> <eOperations name="checkRule" eType="#//map/RuleResult"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternRule" abstract="true" eSuperTypes="#//map/NameRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" lowerBound="1" eType="#//map/Pattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncludePatternRule" eSuperTypes="#//map/PatternRule"> <eOperations name="checkRule" eType="#//map/RuleResult"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return pattern.matcher ( name ).matches () ? RuleResult.ACCEPT : null;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExcludePatternRule" eSuperTypes="#//map/PatternRule"> <eOperations name="checkRule" eType="#//map/RuleResult"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return pattern.matcher ( name ).matches () ? RuleResult.REJECT : null;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RuleResult"> <eLiterals name="ACCEPT"/> <eLiterals name="REJECT" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceFactory"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionMappingEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="factory" lowerBound="1" eType="#//map/ResourceFactory" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentGenerator" abstract="true" eSuperTypes="#//map/MapElement #//fragment/Content"/> <eClassifiers xsi:type="ecore:EClass" name="MapContainer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//map/MapElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberingStyle" lowerBound="1" eType="#//NumberingStyle"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the numbering style for all contained sections."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="fragment" nsURI="urn:openscada:doc:fragment" nsPrefix="fragment"> <eClassifiers xsi:type="ecore:EClass" name="Fragment" eSuperTypes="#//fragment/Container"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fragment"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section" abstract="true" interface="true" eSuperTypes="#//fragment/Container"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="section"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Container" abstract="true" interface="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="group:0"/> <details key="kind" value="group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="anyContent" upperBound="-1" eType="#//fragment/Content" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="anyContent"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="section" upperBound="-1" eType="#//fragment/Section" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> <details key="name" value="section"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlainTextContent" eSuperTypes="#//fragment/Content"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Author"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Copyright"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" upperBound="-1" eType="#//fragment/Author"/> </eClassifiers> </eSubpackages> <eSubpackages name="book" nsURI="urn:openscada:doc:book" nsPrefix="book"> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//book/BookContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//fragment/Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="copyright" upperBound="-1" eType="#//fragment/Copyright" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyrightMarker" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyrightText" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookSection" eSuperTypes="#//book/BookContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookContainer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="#//fragment/Content" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//book/BookSection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberingStyle" lowerBound="1" eType="#//NumberingStyle"/> </eClassifiers> <eSubpackages name="builder" nsURI="urn:openscada:doc:book:builder" nsPrefix="builder"> <eClassifiers xsi:type="ecore:EClass" name="BookBuilder" eSuperTypes="#//map/Map"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//fragment/Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="license" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="copyright" upperBound="-1" eType="#//fragment/Copyright" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyrightMarker" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//book/builder/PropertyEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </eSubpackages> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/doc.ecore
ecore
doc Test NumberingStyle ARABIC ARABIC ROMAN ROMAN LATIN LATIN map Map visit visitor extensionMappings Import File path MapSection title id Visitor org.openscada.doc.model.doc.map.Visitor org.openscada.doc.model.doc.map.Visitor MapElement visit visitor Feature featureId createSection fileNameRules Pattern java.util.regex.Pattern java.util.regex.Pattern NameRule checkRule name PatternRule pattern IncludePatternRule checkRule name ExcludePatternRule checkRule name RuleResult ACCEPT ACCEPT REJECT REJECT ResourceFactory className ExtensionMappingEntry factory extension ContentGenerator MapContainer elements numberingStyle fragment Fragment Section title Container content anyContent section PlainTextContent value Content Author name ref id Copyright year author book Book authors title version copyright copyrightMarker copyrightText BookSection id number fullNumber title BookContainer content sections numberingStyle builder BookBuilder title version authors license copyright copyrightMarker properties PropertyEntry key value
null
{"directed":true,"nodes":[{"nsPrefix":"doc","nsURI":"urn:openscada:doc","name":"doc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumberingStyle","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"map","nsURI":"urn:openscada:doc:map","name":"map","id":3,"eClass":"EPackage"},{"nsPrefix":"fragment","nsURI":"urn:openscada:doc:fragment","name":"fragment","id":4,"eClass":"EPackage"},{"nsPrefix":"book","nsURI":"urn:openscada:doc:book","name":"book","id":5,"eClass":"EPackage"},{"name":"ARABIC","id":6,"value":0,"literal":"ARABIC","eClass":"EEnumLiteral"},{"name":"ROMAN","id":7,"value":1,"literal":"ROMAN","eClass":"EEnumLiteral"},{"name":"LATIN","id":8,"value":2,"literal":"LATIN","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Map","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapSection","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.openscada.doc.model.doc.map.Visitor","defaultValue":null,"instanceClassName":"org.openscada.doc.model.doc.map.Visitor","name":"Visitor","instanceClass":null,"id":13,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.regex.Pattern","defaultValue":null,"instanceClassName":"java.util.regex.Pattern","name":"Pattern","instanceClass":"java.util.regex.Pattern","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameRule","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternRule","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludePatternRule","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcludePatternRule","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RuleResult","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceFactory","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionMappingEntry","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentGenerator","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapContainer","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensionMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EParameter"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EParameter"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureId","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createSection","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileNameRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkRule","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkRule","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EOperation"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkRule","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EOperation"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"name":"ACCEPT","id":69,"value":0,"literal":"ACCEPT","eClass":"EEnumLiteral"},{"name":"REJECT","id":70,"value":1,"literal":"REJECT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"factory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":true,"id":77,"interface":true,"eClass":"EClass"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberingStyle","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fragment","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":true,"id":85,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":true,"id":86,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainTextContent","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copyright","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"anyContent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"section","changeable":true,"resolveProxies":false,"lowerBound":0,"id":96,"derived":true},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ref","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"year","changeable":true,"lowerBound":1,"iD":false,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookSection","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookContainer","instanceClass":null,"abstract":true,"id":115,"interface":true,"eClass":"EClass"},{"nsPrefix":"builder","nsURI":"urn:openscada:doc:book:builder","name":"builder","id":116,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"copyright","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copyrightMarker","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copyrightText","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullNumber","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberingStyle","changeable":true,"lowerBound":1,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookBuilder","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyEntry","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"lowerBound":1,"iD":false,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"copyright","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copyrightMarker","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":6,"target":2},{"source":7,"target":2},{"source":8,"target":2},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":0},{"source":9,"target":3},{"source":9,"target":25},{"source":9,"target":26},{"source":9,"target":27},{"source":9,"target":28},{"source":26,"target":9},{"source":26,"target":29},{"source":29,"target":13},{"source":29,"target":30},{"source":29,"target":26},{"source":30,"target":13},{"source":27,"target":23},{"source":27,"target":31},{"source":27,"target":9},{"source":31,"target":23},{"source":28,"target":25},{"source":10,"target":3},{"source":10,"target":14},{"source":10,"target":32},{"source":32,"target":14},{"source":11,"target":3},{"source":11,"target":10},{"source":11,"target":33},{"source":11,"target":34},{"source":33,"target":35},{"source":33,"target":11},{"source":34,"target":10},{"source":12,"target":3},{"source":12,"target":25},{"source":12,"target":14},{"source":12,"target":36},{"source":12,"target":37},{"source":12,"target":38},{"source":12,"target":39},{"source":36,"target":40},{"source":36,"target":12},{"source":37,"target":41},{"source":37,"target":12},{"source":38,"target":25},{"source":39,"target":14},{"source":13,"target":3},{"source":14,"target":3},{"source":14,"target":42},{"source":42,"target":14},{"source":42,"target":43},{"source":43,"target":13},{"source":43,"target":44},{"source":43,"target":42},{"source":44,"target":13},{"source":15,"target":3},{"source":15,"target":10},{"source":15,"target":45},{"source":15,"target":46},{"source":15,"target":47},{"source":15,"target":48},{"source":45,"target":49},{"source":45,"target":15},{"source":46,"target":50},{"source":46,"target":15},{"source":47,"target":17},{"source":47,"target":51},{"source":47,"target":15},{"source":51,"target":17},{"source":48,"target":10},{"source":16,"target":3},{"source":17,"target":3},{"source":17,"target":52},{"source":52,"target":21},{"source":52,"target":53},{"source":52,"target":17},{"source":52,"target":54},{"source":53,"target":21},{"source":54,"target":55},{"source":54,"target":52},{"source":18,"target":3},{"source":18,"target":17},{"source":18,"target":56},{"source":18,"target":57},{"source":56,"target":16},{"source":56,"target":58},{"source":56,"target":18},{"source":58,"target":16},{"source":57,"target":17},{"source":19,"target":3},{"source":19,"target":18},{"source":19,"target":59},{"source":19,"target":60},{"source":59,"target":21},{"source":59,"target":61},{"source":59,"target":19},{"source":59,"target":62},{"source":61,"target":21},{"source":62,"target":63},{"source":62,"target":59},{"source":60,"target":18},{"source":20,"target":3},{"source":20,"target":18},{"source":20,"target":64},{"source":20,"target":65},{"source":64,"target":21},{"source":64,"target":66},{"source":64,"target":20},{"source":64,"target":67},{"source":66,"target":21},{"source":67,"target":68},{"source":67,"target":64},{"source":65,"target":18},{"source":21,"target":3},{"source":21,"target":69},{"source":21,"target":70},{"source":69,"target":21},{"source":70,"target":21},{"source":22,"target":3},{"source":22,"target":71},{"source":71,"target":72},{"source":71,"target":22},{"source":23,"target":3},{"source":23,"target":73},{"source":23,"target":74},{"source":73,"target":22},{"source":73,"target":75},{"source":73,"target":23},{"source":75,"target":22},{"source":74,"target":76},{"source":74,"target":23},{"source":24,"target":3},{"source":24,"target":14},{"source":24,"target":77},{"source":24,"target":78},{"source":24,"target":79},{"source":78,"target":14},{"source":79,"target":77},{"source":25,"target":3},{"source":25,"target":80},{"source":25,"target":81},{"source":80,"target":14},{"source":80,"target":82},{"source":80,"target":25},{"source":82,"target":14},{"source":81,"target":2},{"source":81,"target":83},{"source":81,"target":25},{"source":83,"target":2},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":77},{"source":4,"target":88},{"source":4,"target":89},{"source":4,"target":0},{"source":84,"target":4},{"source":84,"target":86},{"source":84,"target":90},{"source":90,"target":86},{"source":85,"target":4},{"source":85,"target":86},{"source":85,"target":91},{"source":85,"target":92},{"source":91,"target":93},{"source":91,"target":85},{"source":92,"target":86},{"source":86,"target":4},{"source":86,"target":94},{"source":86,"target":95},{"source":86,"target":96},{"source":94,"target":97},{"source":94,"target":86},{"source":95,"target":77},{"source":95,"target":98},{"source":95,"target":86},{"source":98,"target":77},{"source":96,"target":85},{"source":96,"target":99},{"source":96,"target":86},{"source":99,"target":85},{"source":87,"target":4},{"source":87,"target":77},{"source":87,"target":100},{"source":87,"target":101},{"source":100,"target":102},{"source":100,"target":87},{"source":101,"target":77},{"source":77,"target":4},{"source":88,"target":4},{"source":88,"target":103},{"source":88,"target":104},{"source":88,"target":105},{"source":103,"target":106},{"source":103,"target":88},{"source":104,"target":107},{"source":104,"target":88},{"source":105,"target":108},{"source":105,"target":88},{"source":89,"target":4},{"source":89,"target":109},{"source":89,"target":110},{"source":109,"target":111},{"source":109,"target":89},{"source":110,"target":88},{"source":110,"target":112},{"source":110,"target":89},{"source":112,"target":88},{"source":5,"target":113},{"source":5,"target":114},{"source":5,"target":115},{"source":5,"target":116},{"source":5,"target":0},{"source":113,"target":5},{"source":113,"target":115},{"source":113,"target":117},{"source":113,"target":118},{"source":113,"target":119},{"source":113,"target":120},{"source":113,"target":121},{"source":113,"target":122},{"source":113,"target":123},{"source":117,"target":88},{"source":117,"target":124},{"source":117,"target":113},{"source":124,"target":88},{"source":118,"target":125},{"source":118,"target":113},{"source":119,"target":126},{"source":119,"target":113},{"source":120,"target":89},{"source":120,"target":127},{"source":120,"target":113},{"source":127,"target":89},{"source":121,"target":128},{"source":121,"target":113},{"source":122,"target":129},{"source":122,"target":113},{"source":123,"target":115},{"source":114,"target":5},{"source":114,"target":115},{"source":114,"target":130},{"source":114,"target":131},{"source":114,"target":132},{"source":114,"target":133},{"source":114,"target":134},{"source":130,"target":135},{"source":130,"target":114},{"source":131,"target":136},{"source":131,"target":114},{"source":132,"target":137},{"source":132,"target":114},{"source":133,"target":138},{"source":133,"target":114},{"source":134,"target":115},{"source":115,"target":5},{"source":115,"target":139},{"source":115,"target":140},{"source":115,"target":141},{"source":139,"target":77},{"source":139,"target":142},{"source":139,"target":115},{"source":142,"target":77},{"source":140,"target":114},{"source":140,"target":143},{"source":140,"target":115},{"source":143,"target":114},{"source":141,"target":2},{"source":141,"target":144},{"source":141,"target":115},{"source":144,"target":2},{"source":116,"target":145},{"source":116,"target":146},{"source":116,"target":5},{"source":145,"target":116},{"source":145,"target":9},{"source":145,"target":147},{"source":145,"target":148},{"source":145,"target":149},{"source":145,"target":150},{"source":145,"target":151},{"source":145,"target":152},{"source":145,"target":153},{"source":145,"target":154},{"source":147,"target":155},{"source":147,"target":145},{"source":148,"target":156},{"source":148,"target":145},{"source":149,"target":88},{"source":149,"target":157},{"source":149,"target":145},{"source":157,"target":88},{"source":150,"target":158},{"source":150,"target":145},{"source":151,"target":89},{"source":151,"target":159},{"source":151,"target":145},{"source":159,"target":89},{"source":152,"target":160},{"source":152,"target":145},{"source":153,"target":146},{"source":153,"target":161},{"source":153,"target":145},{"source":161,"target":146},{"source":154,"target":9},{"source":146,"target":116},{"source":146,"target":162},{"source":146,"target":163},{"source":162,"target":164},{"source":162,"target":146},{"source":163,"target":165},{"source":163,"target":146}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="xpdl2" nsURI="http://www.wfmc.org/2008/XPDL2.1" nsPrefix="xpdl"> <eClassifiers xsi:type="ecore:EClass" name="BasicTypeType" eSuperTypes="#//XpdlTypeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BasicType_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType" defaultValueLiteral="STRING" 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:EClass" name="DataTypeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DataType_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="getDataType" eType="#//XpdlTypeType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basicType" eType="#//BasicTypeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BasicType"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="declaredType" eType="#//DeclaredTypeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DeclaredType"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="schemaType" eType="#//SchemaTypeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SchemaType"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="externalReference" eType="#//ExternalReferenceType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExternalReference"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="carnotType" 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="carnotType"/> <details key="namespace" value="http://www.carnot.ag/workflowmodel/3.1/xpdl/extensions"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclaredTypeType" eSuperTypes="#//XpdlTypeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DeclaredType_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IDREF"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExpressionType"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptGrammar" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ScriptGrammar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptType" 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="ScriptType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptVersion" 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="ScriptVersion"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendedAttributesType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExtendedAttributes_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedAttribute" upperBound="-1" eType="#//ExtendedAttributeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExtendedAttribute"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendedAttributeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExtendedAttribute_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedAnnotation" eType="#//extensions/ExtendedAnnotationType" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExtendedAnnotation"/> <details key="namespace" value="http://www.carnot.ag/workflowmodel/3.1/xpdl/extensions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKEN"> <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" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extensible" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedAttributes" eType="#//ExtendedAttributesType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExtendedAttributes"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalPackages"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExternalPackages_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="getExternalPackage" eType="#//ExternalPackage"> <eParameters name="packageId" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="externalPackage" upperBound="-1" eType="#//ExternalPackage" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExternalPackage"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalPackage" eSuperTypes="#//Extensible"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExternalPackage_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" 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="href"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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="ExternalReferenceType" eSuperTypes="#//XpdlTypeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExternalReference_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eOperations name="getSchema" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDSchema"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="location"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="namespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xref" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NMTOKEN"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="uuid"/> <details key="namespace" value="http://www.carnot.ag/workflowmodel/3.1/xpdl/extensions"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalParametersType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FormalParameters_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="addFormalParameter"> <eParameters name="parameter" eType="#//FormalParameterType"/> </eOperations> <eOperations name="getFormalParameter" eType="#//FormalParameterType"> <eParameters name="parameterId" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameter" upperBound="-1" eType="#//FormalParameterType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FormalParameter"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FormalParameter_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataType" eType="#//DataTypeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataType"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//ModeType" defaultValueLiteral="IN" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Mode"/> </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="LoopMultiInstanceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LoopMultiInstance_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mICondition" eType="#//ExpressionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MI_Condition"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="complexMIFlowCondition" eType="#//ExpressionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ComplexMI_FlowCondition"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="loopDataRef" eType="#//extensions/LoopDataRefType" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LoopDataRef"/> <details key="namespace" value="http://www.carnot.ag/workflowmodel/3.1/xpdl/extensions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mIFlowCondition" eType="#//MIFlowConditionType" defaultValueLiteral="All" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="MI_FlowCondition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mIOrdering" lowerBound="1" eType="#//MIOrderingType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="MI_Ordering"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopStandardType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LoopStandard_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="loopCondition" eType="#//ExpressionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LoopCondition"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loopMaximum" 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="LoopMaximum"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testTime" lowerBound="1" eType="#//TestTimeType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="TestTime"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Loop_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="loopStandard" eType="#//LoopStandardType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LoopStandard"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="loopMultiInstance" eType="#//LoopMultiInstanceType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LoopMultiInstance"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loopType" lowerBound="1" eType="#//LoopTypeType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="LoopType"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SchemaTypeType" eSuperTypes="#//XpdlTypeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SchemaType_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDSchema" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="schema"/> <details key="namespace" value="http://www.w3.org/2001/XMLSchema"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Script_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grammar" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Grammar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationsType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TypeDeclarations_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="getTypeDeclaration" eType="#//TypeDeclarationType"> <eParameters name="typeId" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDeclaration" upperBound="-1" eType="#//TypeDeclarationType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeDeclaration"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationType" eSuperTypes="#//Extensible"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TypeDeclaration_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="getDataType" eType="#//XpdlTypeType"/> <eOperations name="getSchema" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDSchema"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basicType" eType="#//BasicTypeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BasicType"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="declaredType" eType="#//DeclaredTypeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DeclaredType"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="schemaType" eType="#//SchemaTypeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SchemaType"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="externalReference" eType="#//ExternalReferenceType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExternalReference"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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="XpdlTypeType" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EEnum" name="LoopTypeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LoopType_._type"/> </eAnnotations> <eLiterals name="Standard"/> <eLiterals name="MultiInstance" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MIFlowConditionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MI_FlowCondition_._type"/> </eAnnotations> <eLiterals name="None"/> <eLiterals name="One" value="1"/> <eLiterals name="All" value="2"/> <eLiterals name="Complex" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MIOrderingType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MI_Ordering_._type"/> </eAnnotations> <eLiterals name="Sequential"/> <eLiterals name="Parallel" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Mode_._type"/> </eAnnotations> <eLiterals name="IN" literal="IN"/> <eLiterals name="OUT" value="1" literal="OUT"/> <eLiterals name="INOUT" value="2" literal="INOUT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TestTimeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TestTime_._type"/> </eAnnotations> <eLiterals name="Before"/> <eLiterals name="After" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TypeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Type_._type"/> </eAnnotations> <eLiterals name="STRING"/> <eLiterals name="FLOAT" value="1"/> <eLiterals name="INTEGER" value="2"/> <eLiterals name="REFERENCE" value="3"/> <eLiterals name="DATETIME" value="4"/> <eLiterals name="BOOLEAN" value="5"/> <eLiterals name="PERFORMER" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LoopTypeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LoopType_._type:Object"/> <details key="baseType" value="LoopType_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MIFlowConditionTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MI_FlowCondition_._type:Object"/> <details key="baseType" value="MI_FlowCondition_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MIOrderingTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MI_Ordering_._type:Object"/> <details key="baseType" value="MI_Ordering_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ModeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Mode_._type:Object"/> <details key="baseType" value="Mode_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TestTimeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TestTime_._type:Object"/> <details key="baseType" value="TestTime_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Type_._type:Object"/> <details key="baseType" value="Type_._type"/> </eAnnotations> </eClassifiers> <eSubpackages name="extensions" nsURI="http://www.carnot.ag/workflowmodel/3.1/xpdl/extensions" nsPrefix="ext"> <eClassifiers xsi:type="ecore:EClass" name="ExtendedAnnotationType" eSuperTypes="platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDAnnotation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExternalAnnotation_._type"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopDataRefType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LoopDataRef_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputItemRef" 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="InputItemRef"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputItemRef" 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="OutputItemRef"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loopCounterRef" 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="LoopCounterRef"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/robsman/stardust.ide/model/org.eclipse.stardust.model.xpdl/model/xpdl.ecore
ecore
xpdl2 BasicTypeType type STRING DataTypeType getDataType basicType declaredType schemaType externalReference carnotType DeclaredTypeType id ExpressionType mixed group any scriptGrammar scriptType scriptVersion ExtendedAttributesType extendedAttribute ExtendedAttributeType extendedAnnotation mixed group any name value Extensible extendedAttributes ExternalPackages getExternalPackage packageId externalPackage ExternalPackage href id name ExternalReferenceType getSchema location namespace xref uuid FormalParametersType addFormalParameter parameter getFormalParameter parameterId formalParameter FormalParameterType dataType description id mode IN name LoopMultiInstanceType mICondition complexMIFlowCondition loopDataRef mIFlowCondition All mIOrdering LoopStandardType loopCondition loopMaximum testTime LoopType loopStandard loopMultiInstance loopType SchemaTypeType schema ScriptType grammar type version TypeDeclarationsType getTypeDeclaration typeId typeDeclaration TypeDeclarationType getDataType getSchema basicType declaredType schemaType externalReference description id name XpdlTypeType LoopTypeType Standard Standard MultiInstance MultiInstance MIFlowConditionType None None One One All All Complex Complex MIOrderingType Sequential Sequential Parallel Parallel ModeType IN IN OUT OUT INOUT INOUT TestTimeType Before Before After After TypeType STRING STRING FLOAT FLOAT INTEGER INTEGER REFERENCE REFERENCE DATETIME DATETIME BOOLEAN BOOLEAN PERFORMER PERFORMER LoopTypeTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator MIFlowConditionTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator MIOrderingTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator ModeTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator TestTimeTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator TypeTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator extensions ExtendedAnnotationType LoopDataRefType inputItemRef outputItemRef loopCounterRef
null
{"directed":true,"nodes":[{"nsPrefix":"xpdl","nsURI":"http://www.wfmc.org/2008/XPDL2.1","name":"xpdl2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicTypeType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTypeType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclaredTypeType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedAttributesType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedAttributeType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extensible","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalPackages","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalPackage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalReferenceType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParametersType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopMultiInstanceType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStandardType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchemaTypeType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationsType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XpdlTypeType","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LoopTypeType","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MIFlowConditionType","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MIOrderingType","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModeType","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TestTimeType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeType","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"LoopTypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"MIFlowConditionTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"MIOrderingTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ModeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TestTimeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"ext","nsURI":"http://www.carnot.ag/workflowmodel/3.1/xpdl/extensions","name":"extensions","id":33,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"STRING","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDataType","lowerBound":0,"id":37,"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":"basicType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaredType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schemaType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalReference","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"carnotType","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"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":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"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":52,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":54,"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":"scriptGrammar","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":"scriptType","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scriptVersion","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedAnnotationType","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExternalPackage","lowerBound":0,"id":81,"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":"externalPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"packageId","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"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":"href","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":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchema","lowerBound":0,"id":94,"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":"location","changeable":true,"lowerBound":1,"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":"namespace","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":"xref","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":"uuid","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFormalParameter","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFormalParameter","lowerBound":0,"id":106,"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":"formalParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameterId","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EParameter"},{"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":"dataType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"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":116,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"IN","unsettable":true,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mICondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complexMIFlowCondition","changeable":true,"resolveProxies":false,"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":"loopDataRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"All","unsettable":true,"transient":false,"unique":true,"name":"mIFlowCondition","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mIOrdering","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopDataRefType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loopCondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"loopMaximum","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"testTime","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loopStandard","changeable":true,"resolveProxies":false,"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":"loopMultiInstance","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"loopType","changeable":true,"lowerBound":1,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"name":"grammar","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"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":false,"name":"version","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,"unique":true,"name":"getTypeDeclaration","lowerBound":0,"id":156,"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":"typeDeclaration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeId","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EParameter"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDataType","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSchema","lowerBound":0,"id":163,"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":"basicType","changeable":true,"resolveProxies":false,"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":"declaredType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schemaType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalReference","changeable":true,"resolveProxies":false,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":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},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"name":"Standard","id":181,"value":0,"literal":"Standard","eClass":"EEnumLiteral"},{"name":"MultiInstance","id":182,"value":1,"literal":"MultiInstance","eClass":"EEnumLiteral"},{"name":"None","id":183,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"One","id":184,"value":1,"literal":"One","eClass":"EEnumLiteral"},{"name":"All","id":185,"value":2,"literal":"All","eClass":"EEnumLiteral"},{"name":"Complex","id":186,"value":3,"literal":"Complex","eClass":"EEnumLiteral"},{"name":"Sequential","id":187,"value":0,"literal":"Sequential","eClass":"EEnumLiteral"},{"name":"Parallel","id":188,"value":1,"literal":"Parallel","eClass":"EEnumLiteral"},{"name":"IN","id":189,"value":0,"literal":"IN","eClass":"EEnumLiteral"},{"name":"OUT","id":190,"value":1,"literal":"OUT","eClass":"EEnumLiteral"},{"name":"INOUT","id":191,"value":2,"literal":"INOUT","eClass":"EEnumLiteral"},{"name":"Before","id":192,"value":0,"literal":"Before","eClass":"EEnumLiteral"},{"name":"After","id":193,"value":1,"literal":"After","eClass":"EEnumLiteral"},{"name":"STRING","id":194,"value":0,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"FLOAT","id":195,"value":1,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"INTEGER","id":196,"value":2,"literal":"INTEGER","eClass":"EEnumLiteral"},{"name":"REFERENCE","id":197,"value":3,"literal":"REFERENCE","eClass":"EEnumLiteral"},{"name":"DATETIME","id":198,"value":4,"literal":"DATETIME","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":199,"value":5,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"name":"PERFORMER","id":200,"value":6,"literal":"PERFORMER","eClass":"EEnumLiteral"},{"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":"inputItemRef","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputItemRef","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":"loopCounterRef","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":34},{"source":1,"target":35},{"source":34,"target":26},{"source":34,"target":36},{"source":34,"target":1},{"source":36,"target":26},{"source":35,"target":20},{"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":37,"target":20},{"source":37,"target":43},{"source":37,"target":2},{"source":43,"target":20},{"source":38,"target":1},{"source":38,"target":44},{"source":38,"target":2},{"source":44,"target":1},{"source":39,"target":3},{"source":39,"target":45},{"source":39,"target":2},{"source":45,"target":3},{"source":40,"target":16},{"source":40,"target":46},{"source":40,"target":2},{"source":46,"target":16},{"source":41,"target":10},{"source":41,"target":47},{"source":41,"target":2},{"source":47,"target":10},{"source":42,"target":48},{"source":42,"target":2},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":49},{"source":3,"target":50},{"source":49,"target":51},{"source":49,"target":3},{"source":50,"target":20},{"source":4,"target":0},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":52,"target":58},{"source":52,"target":4},{"source":53,"target":59},{"source":53,"target":4},{"source":54,"target":60},{"source":54,"target":4},{"source":55,"target":61},{"source":55,"target":4},{"source":56,"target":62},{"source":56,"target":4},{"source":57,"target":63},{"source":57,"target":4},{"source":5,"target":0},{"source":5,"target":64},{"source":64,"target":6},{"source":64,"target":65},{"source":64,"target":5},{"source":65,"target":6},{"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":73},{"source":66,"target":6},{"source":73,"target":72},{"source":67,"target":74},{"source":67,"target":6},{"source":68,"target":75},{"source":68,"target":6},{"source":69,"target":76},{"source":69,"target":6},{"source":70,"target":77},{"source":70,"target":6},{"source":71,"target":78},{"source":71,"target":6},{"source":7,"target":0},{"source":7,"target":79},{"source":79,"target":5},{"source":79,"target":80},{"source":79,"target":7},{"source":80,"target":5},{"source":8,"target":0},{"source":8,"target":81},{"source":8,"target":82},{"source":81,"target":9},{"source":81,"target":83},{"source":81,"target":8},{"source":81,"target":84},{"source":83,"target":9},{"source":84,"target":85},{"source":84,"target":81},{"source":82,"target":9},{"source":82,"target":86},{"source":82,"target":8},{"source":86,"target":9},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":87,"target":91},{"source":87,"target":9},{"source":88,"target":92},{"source":88,"target":9},{"source":89,"target":93},{"source":89,"target":9},{"source":90,"target":7},{"source":10,"target":0},{"source":10,"target":20},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":94,"target":100},{"source":94,"target":10},{"source":95,"target":101},{"source":95,"target":10},{"source":96,"target":102},{"source":96,"target":10},{"source":97,"target":103},{"source":97,"target":10},{"source":98,"target":104},{"source":98,"target":10},{"source":99,"target":20},{"source":11,"target":0},{"source":11,"target":105},{"source":11,"target":106},{"source":11,"target":107},{"source":105,"target":11},{"source":105,"target":108},{"source":108,"target":12},{"source":108,"target":109},{"source":108,"target":105},{"source":109,"target":12},{"source":106,"target":12},{"source":106,"target":110},{"source":106,"target":11},{"source":106,"target":111},{"source":110,"target":12},{"source":111,"target":112},{"source":111,"target":106},{"source":107,"target":12},{"source":107,"target":113},{"source":107,"target":11},{"source":113,"target":12},{"source":12,"target":0},{"source":12,"target":114},{"source":12,"target":115},{"source":12,"target":116},{"source":12,"target":117},{"source":12,"target":118},{"source":114,"target":2},{"source":114,"target":119},{"source":114,"target":12},{"source":119,"target":2},{"source":115,"target":120},{"source":115,"target":12},{"source":116,"target":121},{"source":116,"target":12},{"source":117,"target":24},{"source":117,"target":122},{"source":117,"target":12},{"source":122,"target":24},{"source":118,"target":123},{"source":118,"target":12},{"source":13,"target":0},{"source":13,"target":124},{"source":13,"target":125},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":124,"target":4},{"source":124,"target":129},{"source":124,"target":13},{"source":129,"target":4},{"source":125,"target":4},{"source":125,"target":130},{"source":125,"target":13},{"source":130,"target":4},{"source":126,"target":131},{"source":126,"target":132},{"source":126,"target":13},{"source":132,"target":131},{"source":127,"target":22},{"source":127,"target":133},{"source":127,"target":13},{"source":133,"target":22},{"source":128,"target":23},{"source":128,"target":134},{"source":128,"target":13},{"source":134,"target":23},{"source":14,"target":0},{"source":14,"target":135},{"source":14,"target":136},{"source":14,"target":137},{"source":135,"target":4},{"source":135,"target":138},{"source":135,"target":14},{"source":138,"target":4},{"source":136,"target":139},{"source":136,"target":14},{"source":137,"target":25},{"source":137,"target":140},{"source":137,"target":14},{"source":140,"target":25},{"source":15,"target":0},{"source":15,"target":141},{"source":15,"target":142},{"source":15,"target":143},{"source":141,"target":14},{"source":141,"target":144},{"source":141,"target":15},{"source":144,"target":14},{"source":142,"target":13},{"source":142,"target":145},{"source":142,"target":15},{"source":145,"target":13},{"source":143,"target":21},{"source":143,"target":146},{"source":143,"target":15},{"source":146,"target":21},{"source":16,"target":0},{"source":16,"target":20},{"source":16,"target":147},{"source":16,"target":148},{"source":147,"target":149},{"source":147,"target":16},{"source":148,"target":20},{"source":17,"target":0},{"source":17,"target":150},{"source":17,"target":151},{"source":17,"target":152},{"source":150,"target":153},{"source":150,"target":17},{"source":151,"target":154},{"source":151,"target":17},{"source":152,"target":155},{"source":152,"target":17},{"source":18,"target":0},{"source":18,"target":156},{"source":18,"target":157},{"source":156,"target":19},{"source":156,"target":158},{"source":156,"target":18},{"source":156,"target":159},{"source":158,"target":19},{"source":159,"target":160},{"source":159,"target":156},{"source":157,"target":19},{"source":157,"target":161},{"source":157,"target":18},{"source":161,"target":19},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":162},{"source":19,"target":163},{"source":19,"target":164},{"source":19,"target":165},{"source":19,"target":166},{"source":19,"target":167},{"source":19,"target":168},{"source":19,"target":169},{"source":19,"target":170},{"source":19,"target":171},{"source":162,"target":20},{"source":162,"target":172},{"source":162,"target":19},{"source":172,"target":20},{"source":163,"target":173},{"source":163,"target":19},{"source":164,"target":1},{"source":164,"target":174},{"source":164,"target":19},{"source":174,"target":1},{"source":165,"target":3},{"source":165,"target":175},{"source":165,"target":19},{"source":175,"target":3},{"source":166,"target":16},{"source":166,"target":176},{"source":166,"target":19},{"source":176,"target":16},{"source":167,"target":10},{"source":167,"target":177},{"source":167,"target":19},{"source":177,"target":10},{"source":168,"target":178},{"source":168,"target":19},{"source":169,"target":179},{"source":169,"target":19},{"source":170,"target":180},{"source":170,"target":19},{"source":171,"target":7},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":181},{"source":21,"target":182},{"source":181,"target":21},{"source":182,"target":21},{"source":22,"target":0},{"source":22,"target":183},{"source":22,"target":184},{"source":22,"target":185},{"source":22,"target":186},{"source":183,"target":22},{"source":184,"target":22},{"source":185,"target":22},{"source":186,"target":22},{"source":23,"target":0},{"source":23,"target":187},{"source":23,"target":188},{"source":187,"target":23},{"source":188,"target":23},{"source":24,"target":0},{"source":24,"target":189},{"source":24,"target":190},{"source":24,"target":191},{"source":189,"target":24},{"source":190,"target":24},{"source":191,"target":24},{"source":25,"target":0},{"source":25,"target":192},{"source":25,"target":193},{"source":192,"target":25},{"source":193,"target":25},{"source":26,"target":0},{"source":26,"target":194},{"source":26,"target":195},{"source":26,"target":196},{"source":26,"target":197},{"source":26,"target":198},{"source":26,"target":199},{"source":26,"target":200},{"source":194,"target":26},{"source":195,"target":26},{"source":196,"target":26},{"source":197,"target":26},{"source":198,"target":26},{"source":199,"target":26},{"source":200,"target":26},{"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":72},{"source":33,"target":131},{"source":33,"target":0},{"source":72,"target":33},{"source":72,"target":201},{"source":131,"target":33},{"source":131,"target":202},{"source":131,"target":203},{"source":131,"target":204},{"source":202,"target":205},{"source":202,"target":131},{"source":203,"target":206},{"source":203,"target":131},{"source":204,"target":207},{"source":204,"target":131}],"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="ecorebinding" nsURI="http://www.obeonetwork.org/dsl/ecorebinding/1.0.0" nsPrefix="ecorebinding"> <eClassifiers xsi:type="ecore:EClass" name="BBase" abstract="true" interface="true" eSuperTypes="../../org.obeonetwork.dsl.environment/model/environment.ecore#//BoundableElement"/> <eClassifiers xsi:type="ecore:EClass" name="BModel" eSuperTypes="#//BBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="bPackages" upperBound="-1" eType="#//BPackage" containment="true" eOpposite="#//BPackage/bModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPackage" eSuperTypes="#//BBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecorePackage" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bModel" eType="#//BModel" eOpposite="#//BModel/bPackages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bEnums" upperBound="-1" eType="#//BEnum" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bDataTypes" upperBound="-1" eType="#//BDataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bClasses" upperBound="-1" eType="#//BClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedBPackages" upperBound="-1" eType="#//BPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bClassifiers" upperBound="-1" eType="#//BClassifier" eOpposite="#//BClassifier/bPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BClass" eSuperTypes="#//BClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreClass" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bFeatures" upperBound="-1" eType="#//BFeature" containment="true" eOpposite="#//BFeature/bClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bOperations" upperBound="-1" eType="#//BOperation" containment="true" eOpposite="#//BOperation/bClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BFeature" eSuperTypes="#//BTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="bClass" lowerBound="1" eType="#//BClass" eOpposite="#//BClass/bFeatures"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreFeature" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BEnum" eSuperTypes="#//BDataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreEnum" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bEnumLiterals" upperBound="-1" eType="#//BEnumLiteral" containment="true" eOpposite="#//BEnumLiteral/bEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BEnumLiteral" eSuperTypes="#//BBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="bEnum" lowerBound="1" eType="#//BEnum" eOpposite="#//BEnum/bEnumLiterals"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreEnumLiteral" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EEnumLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BClassifier" eSuperTypes="#//BBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="bTypeParameters" upperBound="-1" eType="#//BTypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bPackage" lowerBound="1" eType="#//BPackage" eOpposite="#//BPackage/bClassifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BDataType" eSuperTypes="#//BClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreDataType" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BOperation" eSuperTypes="#//BTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="bClass" lowerBound="1" eType="#//BClass" eOpposite="#//BClass/bOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreOperation" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bParameters" upperBound="-1" eType="#//BParameter" containment="true" eOpposite="#//BParameter/bOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bTypeParameters" upperBound="-1" eType="#//BTypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BParameter" eSuperTypes="#//BTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="bOperation" lowerBound="1" eType="#//BOperation" eOpposite="#//BOperation/bParameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreParameter" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BTypedElement" eSuperTypes="#//BBase"/> <eClassifiers xsi:type="ecore:EClass" name="BTypeParameter" eSuperTypes="#//BBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreTypeParameter" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ETypeParameter"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/ecorebinding.ecore
ecore
ecorebinding BBase BModel bPackages BPackage ecorePackage bModel bEnums bDataTypes bClasses nestedBPackages bClassifiers BClass ecoreClass bFeatures bOperations BFeature bClass ecoreFeature BEnum ecoreEnum bEnumLiterals BEnumLiteral bEnum ecoreEnumLiteral BClassifier bTypeParameters bPackage BDataType ecoreDataType BOperation bClass ecoreOperation bParameters bTypeParameters BParameter bOperation ecoreParameter BTypedElement BTypeParameter ecoreTypeParameter
null
{"directed":true,"nodes":[{"nsPrefix":"ecorebinding","nsURI":"http://www.obeonetwork.org/dsl/ecorebinding/1.0.0","name":"ecorebinding","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BBase","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPackage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BFeature","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BClassifier","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BDataType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BOperation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BParameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTypedElement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BTypeParameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bModel","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ecorePackage","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"bEnums","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":"bDataTypes","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":"bClasses","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":"nestedBPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bClassifiers","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bPackage","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":"ecoreClass","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"bFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreEnum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bEnumLiterals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bEnum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreDataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"bParameters","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":"bTypeParameters","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreTypeParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":15},{"source":2,"target":16},{"source":15,"target":3},{"source":15,"target":17},{"source":15,"target":2},{"source":15,"target":18},{"source":17,"target":3},{"source":16,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":19},{"source":3,"target":18},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":19,"target":26},{"source":19,"target":3},{"source":18,"target":2},{"source":18,"target":27},{"source":18,"target":3},{"source":18,"target":15},{"source":27,"target":2},{"source":20,"target":6},{"source":20,"target":28},{"source":20,"target":3},{"source":28,"target":6},{"source":21,"target":9},{"source":21,"target":29},{"source":21,"target":3},{"source":29,"target":9},{"source":22,"target":4},{"source":22,"target":30},{"source":22,"target":3},{"source":30,"target":4},{"source":23,"target":3},{"source":23,"target":31},{"source":23,"target":3},{"source":31,"target":3},{"source":24,"target":8},{"source":24,"target":32},{"source":24,"target":3},{"source":24,"target":33},{"source":32,"target":8},{"source":25,"target":1},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":34,"target":38},{"source":34,"target":4},{"source":35,"target":5},{"source":35,"target":39},{"source":35,"target":4},{"source":35,"target":40},{"source":39,"target":5},{"source":36,"target":10},{"source":36,"target":41},{"source":36,"target":4},{"source":36,"target":42},{"source":41,"target":10},{"source":37,"target":8},{"source":5,"target":0},{"source":5,"target":12},{"source":5,"target":40},{"source":5,"target":43},{"source":5,"target":44},{"source":40,"target":4},{"source":40,"target":45},{"source":40,"target":5},{"source":40,"target":35},{"source":45,"target":4},{"source":43,"target":46},{"source":43,"target":5},{"source":44,"target":12},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":47,"target":50},{"source":47,"target":6},{"source":48,"target":7},{"source":48,"target":51},{"source":48,"target":6},{"source":48,"target":52},{"source":51,"target":7},{"source":49,"target":9},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":52,"target":6},{"source":52,"target":55},{"source":52,"target":7},{"source":52,"target":48},{"source":55,"target":6},{"source":53,"target":56},{"source":53,"target":7},{"source":54,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":57},{"source":8,"target":33},{"source":8,"target":58},{"source":57,"target":13},{"source":57,"target":59},{"source":57,"target":8},{"source":59,"target":13},{"source":33,"target":3},{"source":33,"target":60},{"source":33,"target":8},{"source":33,"target":24},{"source":60,"target":3},{"source":58,"target":1},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":61},{"source":9,"target":62},{"source":61,"target":63},{"source":61,"target":9},{"source":62,"target":8},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":42},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":42,"target":4},{"source":42,"target":68},{"source":42,"target":10},{"source":42,"target":36},{"source":68,"target":4},{"source":64,"target":69},{"source":64,"target":10},{"source":65,"target":11},{"source":65,"target":70},{"source":65,"target":10},{"source":65,"target":71},{"source":70,"target":11},{"source":66,"target":13},{"source":66,"target":72},{"source":66,"target":10},{"source":72,"target":13},{"source":67,"target":12},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":71},{"source":11,"target":73},{"source":11,"target":74},{"source":71,"target":10},{"source":71,"target":75},{"source":71,"target":11},{"source":71,"target":65},{"source":75,"target":10},{"source":73,"target":76},{"source":73,"target":11},{"source":74,"target":12},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":77},{"source":77,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":78},{"source":13,"target":79},{"source":78,"target":80},{"source":78,"target":13},{"source":79,"target":1}],"multigraph":true}